KABOOOM
🟡 Updated this year🖼️ Gallery (1 images)
🔍 Analysis
- 🏆 #15 of 331 adventure mods in this game by downloads
📋 About This Mod
# TNTSpawn <div align="center"> (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io/) (https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/purpur_vector.svg)](https://purpurmc.org/) <br> <br> **Make TNT rain from the sky on players!** ☄️💣 </div> <div> <details> <summary>How to install</summary> <p>Setup a free Minecraft server <a href="https://minestrator.com/serveur/minecraft/gratuit" rel="noopener nofollow ugc">Minestrator - Free server</a></p> <p>Install the plugin software on your server - <a href="https://papermc.io/" rel="noopener nofollow ugc">PaperMC</a></p> <p>Download TNTSpawn and place it in your <code>plugins/</code> folder</p> <p>Restart your server and enjoy! 🎉</p> </details> </div> --- <div> <h2>✨ Features</h2> <ul> <li>🎯 <strong>Admin Mode</strong>: Spawn TNT on all online players simultaneously</li> <li>👤 <strong>Personal Mode</strong>: Players can spawn TNT on themselves</li> <li>⏱️ <strong>Customizable Intervals</strong>: Set spawn time from 1 second to 1 hour</li> <li>🔒 <strong>Smart Protection</strong>: Players cannot activate personal mode when admin mode is active</li> <li>🎨 <strong>Fully Configurable</strong>: Messages, sounds, particles, and more</li> <li>🌍 <strong>World Control</strong>: Whitelist/blacklist specific worlds</li> <li>⚡ <strong>Lightweight</strong>: Optimized performance with minimal server impact</li> </ul> </div> --- <div> <h2>📋 Commands & Permissions</h2> <h3>Admin Commands</h3> <table border="1" cellspacing="0" cellpadding="8" style="border-collapse: collapse; width: 100%;"> <thead> <tr> <th>Command</th> <th>Description</th> <th>Permission</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td><code>/tntspawn-all on </code></td> <td>Spawn TNT on all players</td> <td><code>tntspawn.admin</code></td> <td><code>/tntspawn-all on 3</code></td> </tr> <tr> <td><code>/tntspawn-all off</code></td> <td>Disable admin mode</td> <td><code>tntspawn.admin</code></td> <td><code>/tntspawn-all off</code></td> </tr> <tr> <td><code>/tntspawn-off</code></td> <td>Disable ALL TNT spawning</td> <td><code>tntspawn.admin</code></td> <td><code>/tntspawn-off</code></td> </tr> </tbody> </table> <h3>Player Commands</h3> <table border="1" cellspacing="0" cellpadding="8" style="border-collapse: collapse; width: 100%;"> <thead> <tr> <th>Command</th> <th>Description</th> <th>Permission</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td><code>/tntspawn on </code></td> <td>Spawn TNT on yourself</td> <td><code>tntspawn.use</code></td> <td><code>/tntspawn on 5</code></td> </tr> <tr> <td><code>/tntspawn off</code></td> <td>Disable your personal TNT</td> <td><code>tntspawn.use</code></td> <td><code>/tntspawn off</code></td> </tr> <tr> <td><code>/tntspawn reload</code></td> <td>Reload plugin configuration</td> <td><code>tntspawn.admin</code></td> <td><code>/tntspawn reload</code></td> </tr> </tbody> </table> <h3>Aliases</h3> <ul> <li><code>/tntall</code>, <code>/tnta</code> → <code>/tntspawn-all</code></li> <li><code>/tnt</code> → <code>/tntspawn</code></li> <li><code>/tntoff</code> → <code>/tntspawn-off</code></li> </ul> </div> --- <div> <h2>🎮 How it works</h2> <h3>🔴 Admin Mode</h3> <p>When an admin activates the global mode with <code>/tntspawn-all on</code>:</p> <ol> <li>✅ TNT spawns on <strong>ALL online players</strong> at the specified interval</li> <li>❌ Players <strong>CANNOT</strong> activate their personal TNT mode</li> <li>🔄 All existing personal TNT modes are <strong>automatically disabled</strong></li> <li>💥 TNT appears 2 blocks above each player with a 4-second fuse</li> </ol> <h3>🟢 Personal Mode</h3> <p>Players can activate their own TNT spawning with <code>/tntspawn on</code>:</p> <ol> <li>✅ TNT spawns <strong>only on the player</strong> who activated it</li> <li>❌ <strong>BLOCKED</strong> if admin mode is currently active</li> <li>👤 Each player controls their own TNT independently</li> <li>🔄 Automatically stops when the player disconnects</li> </ol> <h3>⚡ Emergency Stop</h3> <p>Use <code>/tntspawn-off</code> to instantly disable:</p> <ul> <li>🔴 Admin mode (global TNT)</li> <li>🟢 All personal player TNT modes</li> <li>💯 Everything stops immediately!</li> </ul> </div> --- <div> <h2>⚙️ Configuration</h2> <p>Customize everything in <code>config.yml</code>:</p> <details> <summ
# TNTSpawn
[!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/paper_vector.svg)](https://papermc.io/) [!(https://raw.githubusercontent.com/intergrav/devins-badges/v3/assets/cozy/supported/purpur_vector.svg)](https://purpurmc.org/)
Make TNT rain from the sky on players! ☄️💣
How to install
Setup a free Minecraft server Minestrator - Free server
Install the plugin software on your server - PaperMC
Download TNTSpawn and place it in your plugins/ folder
Restart your server and enjoy! 🎉
✨ Features
- 🎯 Admin Mode: Spawn TNT on all online players simultaneously
- 👤 Personal Mode: Players can spawn TNT on themselves
- ⏱️ Customizable Intervals: Set spawn time from 1 second to 1 hour
- 🔒 Smart Protection: Players cannot activate personal mode when admin mode is active
- 🎨 Fully Configurable: Messages, sounds, particles, and more
- 🌍 World Control: Whitelist/blacklist specific worlds
- ⚡ Lightweight: Optimized performance with minimal server impact
📋 Commands & Permissions
Admin Commands
| Command | Description | Permission | Example |
|---|---|---|---|
/tntspawn-all on |
Spawn TNT on all players | tntspawn.admin |
/tntspawn-all on 3 |
/tntspawn-all off |
Disable admin mode | tntspawn.admin |
/tntspawn-all off |
/tntspawn-off |
Disable ALL TNT spawning | tntspawn.admin |
/tntspawn-off |
Player Commands
| Command | Description | Permission | Example |
|---|---|---|---|
/tntspawn on |
Spawn TNT on yourself | tntspawn.use |
/tntspawn on 5 |
/tntspawn off |
Disable your personal TNT | tntspawn.use |
/tntspawn off |
/tntspawn reload |
Reload plugin configuration | tntspawn.admin |
/tntspawn reload |
Aliases
/tntall,/tnta→/tntspawn-all/tnt→/tntspawn/tntoff→/tntspawn-off
🎮 How it works
🔴 Admin Mode
When an admin activates the global mode with /tntspawn-all on:
- ✅ TNT spawns on ALL online players at the specified interval
- ❌ Players CANNOT activate their personal TNT mode
- 🔄 All existing personal TNT modes are automatically disabled
- 💥 TNT appears 2 blocks above each player with a 4-second fuse
🟢 Personal Mode
Players can activate their own TNT spawning with /tntspawn on:
- ✅ TNT spawns only on the player who activated it
- ❌ BLOCKED if admin mode is currently active
- 👤 Each player controls their own TNT independently
- 🔄 Automatically stops when the player disconnects
⚡ Emergency Stop
Use /tntspawn-off to instantly disable:
- 🔴 Admin mode (global TNT)
- 🟢 All personal player TNT modes
- 💯 Everything stops immediately!
⚙️ Configuration
Customize everything in config.yml:
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- zyumie
- Version
- 1.0.0
- Downloads
- 77
- Endorsements
- 0
- Category
- adventure
- Created
- 10/27/2025
- Updated
- 10/23/2025
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- adventure, game-mechanics, minigame
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does KABOOOM support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of KABOOOM?
Version 1.0.0, published 2025-10-23 with 77 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await
