-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commands and Permissions
Berke Akçen edited this page Jun 23, 2024
·
3 revisions
[required argument] (optional argument)
Command | Permissions | Description |
---|---|---|
/tntrun join [arena] |
tntrun.join.%arena% tntrun.join.* (all arenas) |
Joins specified arena |
/tntrun randomjoin |
Requires permission tntrun.join.* to access all arenas |
Joins random arena |
/tntrun stats (player) |
None | Shows your stats |
/tntrun leave | None | Quits current game. You can disable game quit in config.yml |
/tntrun top [statistic] |
None | Shows TOP 10 players of specified statistic |
Command | Permissions | Description | Valid executors |
---|---|---|---|
None | tntun.updatenotify | Notifies about plugin update on the join |
Player |
None |
tntrun.admin.sign.create (creating signs by hand) tntrun.admin.sign.break (destroying signs) |
You can create or break signs with those permissions |
Player |
/tntrun create [ID] | tntrun.admin.create | Creates new arena with specified name |
Player |
/tntrun delete [arena] | tntrun.admin.delete | Deletes specified arena |
Player |
/tntrun edit [arena] | tntrun.admin.edit | Opens setup editor for the existing arena |
Player |
/tntrun list | tntrun.admin.list | Prints list of available arenas |
Player |
/tntrun forcestart | tntrun.admin.forcestart | Forces arena to start if there are enough players. |
Player |
/tntrun stop | tntrun.admin.stop | Stops the arena you're in |
Player |
/tntrun help | tntrun.admin.help | Shows all the executable commands and their description |
Player/Console |
/tntrun reload | tntrun.admin.reload | Reloads configuration files | Player |
These permissions set the amount of double jump for players whose have enough permission.
Users can add custom double jump permissions by adding new permission to the list in config.yml.
Amount of jumps must be specified after the last dot in permission like tntrun.jumps.3
. tntrun.jumps.3
is name of the permission and 3
is the amount of double jumps. Also permission names must be start with tntrun
and must contain .amountHere
For the player that doesn't have any permission they'll get the default amount of double jumps.
Double-Jumps:
# Default amount of double jumps for each of in-game players that doesn't have double jump permission.
Default: 5
# The duration between using double jumps as seconds.
Delay: 4
Permissions:
- tntrun.doublejumps.1
- tntrun.doublejumps.3
- tntrun.doublejumps.5