From 37f47461a83365ea6be1d37d4fbe2e39fee3d8ed Mon Sep 17 00:00:00 2001 From: Myles Date: Fri, 2 Aug 2024 02:15:21 -0500 Subject: Generator refactor + more fixes - I no longer die when I look at the Generator - fix showdown mode not working properly - fix some language bugs --- src/main/resources/language.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources/language.yml') diff --git a/src/main/resources/language.yml b/src/main/resources/language.yml index 388c975..f95d3f1 100644 --- a/src/main/resources/language.yml +++ b/src/main/resources/language.yml @@ -33,10 +33,10 @@ lobby-in-10: "&9Returning to lobby in ten seconds..." waiting-for-players: "&aWaiting for players..." time-till-start: "&aGame will begin in %wait% seconds!" round-over: "&cRound over!" -round-winner: "&6%winner% has won the round!" +round-winner: "&6%winner% has won the round!" round-draw: "&6Draw!" -game-over: "&Game over!" -game-winner: "&6%winner% has won the Game!" +game-over: "&6Game over!" +game-winner: "&6%winner% has won the game!" count-3: "&23" count-2: "&e2" count-1: "&41" -- cgit v1.2.3