stuff
This commit is contained in:
parent
48547a2c66
commit
dc1e189d38
25 changed files with 259 additions and 157 deletions
|
@ -29,6 +29,7 @@ public class CommandManager
|
|||
add(new Help());
|
||||
add(new Toggle());
|
||||
add(new Teleport());
|
||||
add(new SettingCommand());
|
||||
commands.sort(Comparator.comparing(Command::getName));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue