Add localized /join commands temporarily

This commit is contained in:
Seth Winston 2017-08-05 06:06:46 -04:00 committed by cswhite2000
parent 1e702acd03
commit e52818d5f6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ public class ClassCommands implements Commands {
}
@Command(
aliases = { "class", "selectclass", "c", "cl" },
aliases = { "class", "selectclass", "c", "cl", "klasse" },
desc = "Selects or views the player class",
min = 0,
max = -1

View File

@ -18,7 +18,7 @@ import tc.oc.pgm.teams.TeamMatchModule;
@Singleton
public class JoinCommands implements Commands {
@Command(
aliases = { "join" },
aliases = { "join", "jugar", "jouer", "spielen"},
desc = "Joins the current match",
usage = "[team] - defaults to random",
flags = "f",