TMEPlugin — TNT Minecart Explosion Timer Control
A lightweight, customizable plugin that lets players (or the server) control how long TNT minecarts take to explode — using just redstone and a bit of timing magic.
✅ Features:
- Set explosion timer using Redstone Dust:
- Left-click = +1 second
- Shift + Right-click = −1 second
- ⏱ Live countdown displayed above the TNT minecart
- Random timer mode:
- Enable via config to ignore redstone interaction
- Explosion delay is randomly chosen between min and max
- Multilingual support (YAML-based):
- English (`en_US`)
- Russian (`ru_RU`)
- Ukrainian (`uk_UA`)
- German (`de_DE`)
- Pre-Reform Russian (`ru_RPR`)
- `/tme reload` command to reload config and language files
- Permission required: `TME.admin`
⚙ Configuration (`config.yml`)
Code (Text):
min-explosion-duration: 1
max-explosion-duration: 60
randomizer: false
lang: en_US