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!
|
JOIN_TEAM={0} §7joined the {1} §7team!
|
||||||
QUIT={0} §7left the game!
|
QUIT={0} §7left the game!
|
||||||
QUIT_TEAM={0} §7left the {1} §7team!
|
QUIT_TEAM={0} §7left the {1} §7team!
|
||||||
BLUE=blue
|
BLUE=Blue
|
||||||
RED=red
|
RED=Red
|
||||||
SHUTDOWN=§7The server stops in §e{0} §7seconds!
|
SHUTDOWN=§7The server stops in §e{0} §7seconds!
|
||||||
TEAM_WIN=§aTeam {0} §awins!
|
TEAM_WIN=§aTeam {0} §awins!
|
||||||
NOT_ENOUGH_COINS=§cYou don't have enough coins to buy this item!
|
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 invites = mutableListOf<Player>()
|
||||||
|
|
||||||
val name: String
|
val name: String
|
||||||
get() = team.name.lowercase()
|
get() = team.name.uppercase()
|
||||||
|
|
||||||
val color: Char
|
val color: Char
|
||||||
get() = team.color
|
get() = team.color
|
||||||
|
|||||||
Reference in New Issue
Block a user