-
-
Notifications
You must be signed in to change notification settings - Fork 17
Features
The following list of features applies to the latest release and so not all features will be present in older versions of the plugin.
- Supports multiple arenas
- Automatic arena regeneration
- Configurable block destroy delay
- Force-start voting system
- Force-start command with permission
- Custom Events
- Parties
- Join fee can be set per arena
- Join fee currency can be money or Minecraft material
- Configurable anti-camping system
- Custom messages
- Formatting codes support
- Full tab completion based on permissions
- Kits - can be enabled per arena
- Heads - interfaces with HeadsPlus plugin
- Signs
- Configurable per-arena time limit
- Configurable per-arena countdown
- Configurable sounds
- Customisable arena join menu
- Autojoin command to join first available arena
- In-game scoreboard
- Titles and bossbars
- Spectator system
- Player stats
- Leader board
- Auto updating leader board sign
- Arena leave checker
- Customizable shop
- PVP can be enabled/disabled per arena
- Player rewards
- Built-in placeholder support
- MySQL support
- Bungeecord support
- One player test mode
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.
Last updated: 9th August 2024