Lightweight plugin that detects and notify if the player has broken, placed, collected or activated
TNT blocks.
Also this plugin can block active TNT blocks and prevent the explosion with a silly rocket explosion, check Features for more info!
-
Deny the use of TNT and its explosion with this plugin, it also detects the users who placed and destroyed TNT.
-
The plugin has a clean and lightweight code
(16kb)
which uses few server resources. -
You can create or download translation files for this plugin, check translation folders and Translations for more info.
(Disabled for now, stay tuned!)
Choose in which dimensions and worlds you want the plugin to fulfill its function, also you can enable and disable those features whenever you want! -
Code easy to maintain and update, each function/feature has its own class separated by files (Modules), making it possible to include these modules in other plugins.
Command | Description | Permission |
---|---|---|
/tntreporter help | Display a help menu | tntreporter.help |
/tntreporter reload | Reload plugin | tntreporter.reload |
/tntreporter report | Show players TNT stats | tntreporter.report |
First you need to download some requirements such as Maven and Java SE 17.
I usually use Visual Studio Code, therefore it will be the IDE in which we will be compiling with Maven.
Move the extracted Maven folder where you want, then inside the folder there will be a folder called bin, copy the route and add it to the path.
Then open the project folder (TNTReporter), which inside has the /src
folder and the pom.xml
file.
In the lower left corner you should see a drop-down menu called "Maven", in that menu our project will appear.
Then you simply have to Right Click > Run Maven Commands > Install
.
Once the project has been compiled a folder called /target
should have been created, inside that folder you will find the compiled plugin (tntreporter.jar).
Please read CONTRIBUTING and thank you for the help!
MIT License © TNT Reporter, see the full license at LICENSE.