Features - steve4744/TNTRun GitHub Wiki

The following list of features applies to the latest release and so not all features will be present in older versions of the plugin.

Index

  1. Supports multiple arenas
  2. Automatic arena regeneration
  3. Configurable block destroy delay
  4. Force-start voting system
  5. Force-start command with permission
  6. Custom Events
  7. Parties
  8. Join fee can be set per arena
  9. Join fee currency can be money or Minecraft material
  10. Configurable anti-camping system
  11. Custom messages
  12. Formatting codes support
  13. Full tab completion based on permissions
  14. Kits - can be enabled per arena
  15. Heads - interfaces with HeadsPlus plugin
  16. Signs
  17. Configurable per-arena time limit
  18. Configurable per-arena countdown
  19. Configurable sounds
  20. Customisable arena join menu
  21. Autojoin command to join first available arena
  22. In-game scoreboard
  23. Titles and bossbars
  24. Spectator system
  25. Player stats
  26. Leader board
  27. Auto updating leader board sign
  28. Arena leave checker
  29. Customizable shop
  30. PVP can be enabled/disabled per arena
  31. Player rewards
  32. Built-in placeholder support
  33. MySQL support
  34. Bungeecord support
  35. One player test mode

Force-start voting system

Players waiting in an arena can vote to force-start the arena before the minimum number of players is reached. The number of votes required is determined by the values of 'votepercent' and 'minplayers' set for the arena.

For example, to allow 2 players to be able to force-start an arena when 'minplayers' is set to 3. When the first player votes, the arena will have 1/3 (33%) votes, and when the second player votes the arena will have 2/3 (66%) votes. The 'votepercent' should be set to 0.65 (65%) or less to allow the force-start.

If 'minplayers' is changed to 4, two votes would not be enough to force-start the arena because 2/4 (50%) is less than the 'votepercent' (65%). In this case 3 votes would be required as 3/4 (75%) is greater than the 'votepercent'.

The value of 'votepercent' is specified as a decimal between 0 and 1. The default is 0.75.