- Added leaderboard placeholders.
- Added option to disable scoreboard.
- Added permission to join full games.
- Updated TNT Run API event constructors, now using the User class instead of Player.
- Code based changes.
New Placeholders
- %tntrun_leaderboard_STATISTIC : POSITION% - Displays the player's name in the given position.
- %tntrun_leaderboard_STATISTIC : POSITION:value% - Displays the player's statistic in the given position.
Available Statistic Names
- wins
- loses
- gamesplayed
- coinsearned
- longestsurvive
- coins
Changes in config.yml
Code (YAML):
# Should we create cool scoreboards for in-game players?
Scoreboard-Enabled
: true
Join-Full-Game-Permission
:
"tntrun.fullgames"
Changes in messages.yml
Code (YAML):
placeholders:
empty-position
:
"No Player"
empty-value
:
"NaN"
messages:
premium:
kicked-for-premium-slot
:
"&c%player% got removed from the game to make a place for premium players!"
you-were-kicked-for-premium-slot
:
"&cYou got kicked out of the game to make a place for a premium player!"
no-slots-for-premium
:
"&cThis game is already full of premium players!"
full-game-no-permission
:
"&cYou don't have the permission to join full games!"
Full Changelog:
2.6.5...2.6.6