{"id":89482,"date":"2026-06-05T05:40:49","date_gmt":"2026-06-05T02:40:49","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/"},"modified":"2026-06-05T05:40:49","modified_gmt":"2026-06-05T02:40:49","slug":"kaizen-torches","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/","title":{"rendered":"Kaizen Torches"},"content":{"rendered":"<p># Kaizen Torches<\/p>\n<p>A Minecraft Paper plugin that allows players to upgrade torches with ores to create mob-spawn blocking zones with stunning particle effects.<\/p>\n<p>## Features<\/p>\n<p>&#8211; **Torch Upgrades**: Upgrade regular torches with Iron, Gold, Emerald, Amethyst, or Diamond to increase the mob-blocking radius<br \/>\n&#8211; **Mob Spawn Blocking**: Prevents hostile mobs from spawning within the torch&#8217;s radius (works in 3D sphere, underground included)<br \/>\n&#8211; **Beautiful Particles**: Glowing sphere particles with firework effects show the protected area<br \/>\n&#8211; **Soul Torch Support**: Works with both regular and soul torches<br \/>\n&#8211; **Configurable**: Fully customizable radius, particle counts, and behavior<br \/>\n&#8211; **Protection**: Kaizen torches cannot be moved by pistons and drop their upgrade material when destroyed<\/p>\n<p>## Installation<\/p>\n<p>1. Download the latest release<br \/>\n2. Place the JAR file in your server&#8217;s `plugins` folder<br \/>\n3. Restart or reload your server<br \/>\n4. Configuration files will be created in `plugins\/kaizen\/kaizen-torches\/`<\/p>\n<p>## Usage<\/p>\n<p>### Upgrading Torches<\/p>\n<p>1. Place a regular torch (or soul torch)<br \/>\n2. Right-click the torch while holding an upgrade material:<br \/>\n   &#8211; **Iron Ingot** \u2192 8 block radius (gray particles)<br \/>\n   &#8211; **Gold Ingot** \u2192 12 block radius (gold particles)<br \/>\n   &#8211; **Emerald** \u2192 16 block radius (green particles)<br \/>\n   &#8211; **Amethyst Shard** \u2192 20 block radius (purple particles)<br \/>\n   &#8211; **Diamond** \u2192 24 block radius (cyan particles)<\/p>\n<p>You can upgrade directly to any tier (no need to go through each level).<\/p>\n<p>### Toggle Particles<\/p>\n<p>&#8211; **Shift + Right-click** (empty hand) on a Kaizen torch to toggle radius particles on\/off<br \/>\n&#8211; The torch glow particles always remain visible to identify upgraded torches<\/p>\n<p>### Breaking Torches<\/p>\n<p>When you break a Kaizen torch, the upgrade material is dropped back.<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/ktorches toggle <radius> [on|off]` | Toggle particles for all torches within radius | `kaizen.torches.toggle` |<br \/>\n| `\/ktorches reload` | Reload configuration | `kaizen.torches.reload` |<br \/>\n| `\/ktorches list` | List all Kaizen torches | `kaizen.torches.list` |<br \/>\n| `\/ktorches help` | Show help | &#8211; |<\/p>\n<p>**Aliases**: `\/kt`, `\/kaizentorches`<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;|<br \/>\n| `kaizen.torches.*` | All permissions | op |<br \/>\n| `kaizen.torches.upgrade` | Upgrade torches with ores | true |<br \/>\n| `kaizen.torches.use` | Use Kaizen torches (toggle particles) | true |<br \/>\n| `kaizen.torches.toggle` | Toggle particles via command | op |<br \/>\n| `kaizen.torches.reload` | Reload configuration | op |<br \/>\n| `kaizen.torches.list` | List all torches | op |<\/p>\n<p>## Configuration<\/p>\n<p>Configuration file location: `plugins\/kaizen\/kaizen-torches\/config.yml`<\/p>\n<p>&#8220;`yaml<br \/>\n# General settings<br \/>\ngeneral:<br \/>\n  messages-enabled: true      # Enable\/disable plugin messages<br \/>\n  sounds-enabled: true        # Enable\/disable sounds<br \/>\n  drop-on-destroy: true       # Drop upgrade material when destroyed<br \/>\n  prevent-piston-move: true   # Prevent pistons from moving torches<\/p>\n<p># Particle settings<br \/>\nparticles:<br \/>\n  enabled: true               # Enable\/disable all particles<br \/>\n  max-sphere-particles: 80    # Max particles for sphere (40-120 recommended)<br \/>\n  max-torch-particles: 6      # Particles around the torch<br \/>\n  default-enabled: true       # Show radius particles by default<\/p>\n<p># Mob spawn blocking<br \/>\nmob-blocking:<br \/>\n  enabled: true               # Enable mob blocking<br \/>\n  block-spawner-spawns: false # Block spawner spawns<br \/>\n  block-egg-spawns: false     # Block spawn egg spawns<\/p>\n<p># Tier radius (in blocks)<br \/>\ntiers:<br \/>\n  iron:<br \/>\n    radius: 8<br \/>\n  gold:<br \/>\n    radius: 12<br \/>\n  emerald:<br \/>\n    radius: 16<br \/>\n  amethyst:<br \/>\n    radius: 20<br \/>\n  diamond:<br \/>\n    radius: 24<br \/>\n&#8220;`<\/p>\n<p>## Data Storage<\/p>\n<p>Torch data is stored in: `plugins\/kaizen\/kaizen-torches\/torches.yml`<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; **Minecraft**: 1.21+<br \/>\n&#8211; **Server**: Paper (or forks like Purpur)<br \/>\n&#8211; **Java**: 21+<\/p>\n<p>## Building from Source<\/p>\n<p>&#8220;`bash<br \/>\n# Clone the repository<br \/>\ngit clone https:\/\/github.com\/kaizen\/kaizen-torches.git<\/p>\n<p># Build with Gradle<br \/>\n.\/gradlew build<\/p>\n<p># Run test server<br \/>\n.\/gradlew runServer<br \/>\n&#8220;`<\/p>\n<p>The compiled JAR will be in `build\/libs\/`<\/p>\n<p>## Support<\/p>\n<p>For issues and feature requests, please open an issue on GitHub.<\/p>\n<p>## License<\/p>\n<p>MIT License &#8211; feel free to use and modify as needed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Upgrade your torches with iron , gold , diamond to expand the prevent mob spawn radius !<\/p>\n","protected":false},"featured_media":89483,"template":"","meta":{"_minecraft_slug":"kaizen-torches","_minecraft_project_id":"rD3B3jNX","_minecraft_author":"KaizenCore","_minecraft_license":"MIT","_minecraft_downloads":26,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"kaizen-torches.zip","_minecraft_size_bytes":27977,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:16:50.603612Z","_minecraft_date_created":"2025-12-07T06:41:17.377486Z","_minecraft_date_modified":"2025-12-01T15:14:19.359770Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/kaizen-torches","_minecraft_icon_attachment_id":89483,"_minecraft_imported_at":"2026-06-05T02:40:51+00:00","_minecraft_import_hash":"cb0aa49d5a312f44bfe6e254ca2a62c2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[88,89,127,128,129,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-89482","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kaizen Torches - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kaizen Torches - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Upgrade your torches with iron , gold , diamond to expand the prevent mob spawn radius !\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/\",\"name\":\"Kaizen Torches - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp\",\"datePublished\":\"2026-06-05T02:40:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/kaizen-torches\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Kaizen Torches\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kaizen Torches - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/","og_locale":"en_US","og_type":"article","og_title":"Kaizen Torches - Minecraft","og_description":"Upgrade your torches with iron , gold , diamond to expand the prevent mob spawn radius !","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/","name":"Kaizen Torches - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp","datePublished":"2026-06-05T02:40:49+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/kaizen-torches-icon-c2091eabd74eabc173420fbb88ef31edc258e43e_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/kaizen-torches\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Kaizen Torches"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/89482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/89483"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=89482"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=89482"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=89482"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=89482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}