Upgrade your torches with iron , gold , diamond to expand the prevent mob spawn radius !
A Minecraft Paper plugin that allows players to upgrade torches with ores to create mob-spawn blocking zones with stunning particle effects.
plugins folderplugins/kaizen/kaizen-torches/You can upgrade directly to any tier (no need to go through each level).
When you break a Kaizen torch, the upgrade material is dropped back.
| Command | Description | Permission |
|---|---|---|
/ktorches toggle <radius> [on|off] |
Toggle particles for all torches within radius | kaizen.torches.toggle |
/ktorches reload |
Reload configuration | kaizen.torches.reload |
/ktorches list |
List all Kaizen torches | kaizen.torches.list |
/ktorches help |
Show help | - |
Aliases: /kt, /kaizentorches
| Permission | Description | Default |
|---|---|---|
kaizen.torches.* |
All permissions | op |
kaizen.torches.upgrade |
Upgrade torches with ores | true |
kaizen.torches.use |
Use Kaizen torches (toggle particles) | true |
kaizen.torches.toggle |
Toggle particles via command | op |
kaizen.torches.reload |
Reload configuration | op |
kaizen.torches.list |
List all torches | op |
Configuration file location: plugins/kaizen/kaizen-torches/config.yml
# General settings
general:
messages-enabled: true # Enable/disable plugin messages
sounds-enabled: true # Enable/disable sounds
drop-on-destroy: true # Drop upgrade material when destroyed
prevent-piston-move: true # Prevent pistons from moving torches
# Particle settings
particles:
enabled: true # Enable/disable all particles
max-sphere-particles: 80 # Max particles for sphere (40-120 recommended)
max-torch-particles: 6 # Particles around the torch
default-enabled: true # Show radius particles by default
# Mob spawn blocking
mob-blocking:
enabled: true # Enable mob blocking
block-spawner-spawns: false # Block spawner spawns
block-egg-spawns: false # Block spawn egg spawns
# Tier radius (in blocks)
tiers:
iron:
radius: 8
gold:
radius: 12
emerald:
radius: 16
amethyst:
radius: 20
diamond:
radius: 24
Torch data is stored in: plugins/kaizen/kaizen-torches/torches.yml
# Clone the repository
git clone https://github.com/kaizen/kaizen-torches.git
# Build with Gradle
./gradlew build
# Run test server
./gradlew runServer
The compiled JAR will be in build/libs/
For issues and feature requests, please open an issue on GitHub.
MIT License - feel free to use and modify as needed.