diff options
Diffstat (limited to 'src/main/resources/language.yml')
-rw-r--r-- | src/main/resources/language.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml index e48023b..7b67114 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -11,6 +11,9 @@ 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%" 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" create-success: "&aArena created successfully! &eBefore you can join, you must set a game spawn location with /tmbl setGameSpawn" forcestart-success: "&aStarting game." |