feat: some fixes here and there
This commit is contained in:
parent
045f18bc52
commit
2a14483bf3
5 changed files with 29 additions and 20 deletions
|
@ -11,7 +11,7 @@ class TeamsSubCommand {
|
|||
if (args.isEmpty()) {
|
||||
player.sendMessage(
|
||||
"""
|
||||
${ChatColor.LIGHT_PURPLE}Configuration des équipes:
|
||||
Configuration des équipes:
|
||||
${ChatColor.DARK_GRAY}- ${ChatColor.GOLD}Status: ${if (RunnerDragon.TEAM_LOCK) "${ChatColor.RED}fermées" else "${ChatColor.GREEN}ouvertes${ChatColor.RESET}."}
|
||||
${ChatColor.DARK_GRAY}- ${ChatColor.GOLD}Nombre: ${ChatColor.AQUA}${RunnerDragon.NUMBER_OF_TEAMS}
|
||||
${ChatColor.DARK_GRAY}- ${ChatColor.GOLD}Capacité: ${ChatColor.AQUA}${RunnerDragon.TEAM_MAX_SIZE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue