aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/language.yml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-07-02 23:21:42 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-07-02 23:21:42 -0400
commiteb36fc31873f1b2479b11d9f2612c15df4082d1b (patch)
tree47d531d8d93d563c9f63eb32421551ee2ce441fb /src/main/resources/language.yml
parentce0445896f5a175446e027e568d5232b11780e53 (diff)
downloadTumble-eb36fc31873f1b2479b11d9f2612c15df4082d1b.tar.gz
Tumble-eb36fc31873f1b2479b11d9f2612c15df4082d1b.tar.bz2
Tumble-eb36fc31873f1b2479b11d9f2612c15df4082d1b.zip
Clean up arena reading code
Diffstat (limited to 'src/main/resources/language.yml')
-rw-r--r--src/main/resources/language.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml
index 7b67114..835d577 100644
--- a/src/main/resources/language.yml
+++ b/src/main/resources/language.yml
@@ -4,18 +4,18 @@ unknown-command: "&4Unknown command '%command%'"
no-permission: "&4You do not have permission to perform this command! &7Required permission: '%permission%.'"
missing-arena-parameter: "&4Missing arena name!"
invalid-arena: "&4arena '%arena%' does not exist!"
-invalid-type: "&4Invalid game type"
-no-game-in-arena: "&4No game is currently running in this arena"
+invalid-type: "&4Invalid game type!"
+no-game-in-arena: "&4No game is currently running in this arena!"
player-not-in-game: "&4You are not in a game!"
-not-for-console: "&4This cannot be run by the console"
-game-in-progress: "&4This game is still in progress!&7 wait until it finishes or join another game"
-another-type-in-arena: "A game of %type% is currently taking place in this arena!&7 choose another arena or join it with &a/tmbl join %arena% %type%"
+not-for-console: "&4This cannot be run by the console!"
+game-in-progress: "&4This game is still in progress!&7 wait until it finishes or join another game."
+another-type-in-arena: "A game of %type% is currently taking place in this arena!&7 choose another arena or join it with '/tmbl join %arena% %type%'."
already-in-game: "&4You are already in a game! Leave it to join another one."
-arena-not-ready: "&4This arena is not finished being set up"
-arena-not-ready-op: "&4Incomplete arena. &7Set a game spawn with /tmbl setGameSpawn"
-specify-game-type: "&4No game is currently taking place in this arena, provide the game type to start one"
+arena-not-ready: "&4This arena is not finished being set up!"
+arena-not-ready-op: "&4Incomplete arena. &7Set a game spawn with '/tmbl setGameSpawn'."
+specify-game-type: "&4No game is currently taking place in this arena! &7Provide the game type to start one."
-create-success: "&aArena created successfully! &eBefore you can join, you must set a game spawn location with /tmbl setGameSpawn"
+create-success: "&aArena created successfully! &eBefore you can join, you must set a game spawn location with '/tmbl setgamespawn'."
forcestart-success: "&aStarting game."
forcestop-success: "&aGame stopped."
join-success: "&aJoined game &d%arena% - %type%"