- Added option to customize player list names for tagged, untagged, spectator and permanent spectator players.
- Added option to customize the date format in the scoreboard
- Fixed permanent spectators also get the statistic increment.
- Now potion effects won't be visible.
- Now the game explanation message is a list instead of a text message.
- Updated Commons and Command Framework libraries.
- Updated some of the messages.
Changes in messages.yml
Code (YAML):
# This feature only affects the player list names not the name tag above the player.
#
# Placeholders:
# %player% -> The player's name.
# %original_name% -> The player's original name in the player list.
#
# At the end of the final round, the name tags will be reset.
name-tags
:
# Name tags support PlaceholderAPI placeholders.
tagged-player
:
"&c[IT] %player%"
# Leave this empty if you don't want to modify the player's name tag.
untagged-player
:
""
# Players who have been eliminated and become spectators.
spectator
:
""
# Players who joined the game after it started and remain spectators.
permanent-spectator
:
""
Scoreboard:
Placeholders
:
# The date format.
Date-Format
:
"dd/MM/yy"
messages:
arena:
game-explanation
:
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
-
"&f&lTNT Tag"
-
""
-
"&e&lAvoid players with TNT on their heads! If\n&e<hey hit you, try to tag another player"
-
"&e&lbefore the TNT explodes!"
-
""
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
Updates in the messages.yml (can be skipped)
Code (YAML):
messages:
summary-message
:
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
-
"&f&lTNT Tag"
-
""
- "&e&l1st Place
:
&f&l%player_1%"
- "&e&l2nd Place
:
&f&l%player_2%"
- "&e&l3rd Place
:
&f&l%player_3%"
-
""
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
draw-message
:
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"
-
""
-
"&f&lThe game has ended with a draw!"
-
"&eNobody won the game!"
-
""
-
"&c&lAll players blew up in the same explosion."
-
""
-
"%no_center%&a▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬"