Skip to content

Lightweight plugin that detects and notify if the player has broken, placed, collected or activated TNT blocks.

License

Notifications You must be signed in to change notification settings

TrollSkull/TNTReporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tntreporter logo

git-version java license modrinth

🧨 TNT Reporter

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!

🔗 Table of content.

✨ Features

  • 🔥 Prevent and moderate griefing.

    Deny the use of TNT and its explosion with this plugin, it also detects the users who placed and destroyed TNT.

  • ⚡ Very lightweight and friendly with low-resource servers.

    The plugin has a clean and lightweight code (16kb) which uses few server resources.

  • 🔩 Highly customizable.

    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!

  • 📚 Modular.

    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.

📖 Commands and permissions

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

📸 Screenshots and media

📦 Build and compiling

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).

🔧 How can I contribute?

Please read CONTRIBUTING and thank you for the help!

📝 License

MIT License © TNT Reporter, see the full license at LICENSE.