🚀 TMEPlugin v1.0.0
Custom TNT Minecart Explosions for Minecraft servers powered by Spigot or Paper.
✨ Features
- 💥 Change the explosion delay of TNT minecarts using Redstone Dust in hand:
- Left-click 👉 Increase timer by +1 second
- Shift + Right-click 👉 Decrease timer by -1 second
- 📛 Displays countdown above the minecart
- ⏳ Configurable countdown range:
min-explosion-duration(default: 1 second)max-explosion-duration(default: 60 seconds)
- 🎲 Optional randomized countdown via config:
- When
randomizer: true, the plugin sets a random value between min and max — Redstone tool is ignored
- When
- 🌍 Multi-language support via external
lang/*.ymlfiles:- 🇺🇸
en_US - 🇷🇺
ru_RU - 🇺🇦
uk_UA - 🇩🇪
de_DE - 🕰
ru_RPR(pre-reform Russian)
- 🇺🇸
- 🔄 Admin command:
/tme reloadto reload config and language files- Requires permission:
TME.admin
🛠 Permissions
| Permission | Description | Default |
|---|---|---|
TME.admin |
Allows /tme reload command |
OP |
🧰 Compatibility
- ✅ Minecraft 1.16+ (tested on 1.20.4)
- ✅ Spigot & Paper
📁 Config Example (config.yml)
min-explosion-duration: 1
max-explosion-duration: 60
randomizer: false
lang: en_US


