summaryrefslogtreewikicommitdiff
path: root/src/main/resources/leaderboard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/leaderboard.yml')
-rw-r--r--src/main/resources/leaderboard.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/resources/leaderboard.yml b/src/main/resources/leaderboard.yml
index 9c7a777..cd958a3 100644
--- a/src/main/resources/leaderboard.yml
+++ b/src/main/resources/leaderboard.yml
@@ -16,6 +16,7 @@
# {COUNT} - The amount of player currently in the lobby.
# {SEEKER%} - The chance that a player will be selected to be a seeker.
# {HIDER%} - The chance that a player will be selected to be a hider.
+# {MAP} - The current map the player is on
#
# GAME BOARD PLACEHOLDERS
#
@@ -38,6 +39,7 @@
# only Hiders will be able to see its effects though.
# {#SEEKER} - Number of current seekers.
# {#HIDER} - Number of current hiders.
+# {MAP} - The current map the player is on
#
# YOU CANNOT USE TWO PLACEHOLDERS ON THE SAME LINE. ONLY THE FIRST ONE WILL
# BE CHANGED, AND THE SECOND ONE WILL SAY A PLACEHOLDER MARKER!
@@ -50,12 +52,15 @@ lobby:
"Players: {COUNT}",
"",
"&cSEEKER % &f{SEEKER%}",
- "&6HIDER % &f{HIDER%}"
+ "&6HIDER % &f{HIDER%}",
+ "",
+ "Map: {MAP}",
]
game:
title: "&eHIDE AND SEEK"
content: [
+ "Map: {MAP}",
"Team: {TEAM}",
"",
"Time Left: &a{TIME}",