forked from SteamWar/SteamWar
Fix TNTLeague Sound
This commit is contained in:
@@ -22,8 +22,8 @@ JOIN=§e{0} §7joined the game!
|
||||
JOIN_TEAM={0} §7joined the {1} §7team!
|
||||
QUIT={0} §7left the game!
|
||||
QUIT_TEAM={0} §7left the {1} §7team!
|
||||
BLUE=blue
|
||||
RED=red
|
||||
BLUE=Blue
|
||||
RED=Red
|
||||
SHUTDOWN=§7The server stops in §e{0} §7seconds!
|
||||
TEAM_WIN=§aTeam {0} §awins!
|
||||
NOT_ENOUGH_COINS=§cYou don't have enough coins to buy this item!
|
||||
|
||||
@@ -49,7 +49,7 @@ data class TNTLeagueTeam(val config: TNTLeagueWorldConfig.TeamConfig, private va
|
||||
val invites = mutableListOf<Player>()
|
||||
|
||||
val name: String
|
||||
get() = team.name.lowercase()
|
||||
get() = team.name.uppercase()
|
||||
|
||||
val color: Char
|
||||
get() = team.color
|
||||
|
||||
Reference in New Issue
Block a user