update to 1.19.3 and starts of clickgui
This commit is contained in:
parent
412cabff8a
commit
05ff377b5c
11 changed files with 115 additions and 15 deletions
|
@ -28,6 +28,7 @@ public class CommandManager
|
|||
add(new VClip());
|
||||
add(new Help());
|
||||
add(new Toggle());
|
||||
add(new Teleport());
|
||||
commands.sort(Comparator.comparing(Command::getName));
|
||||
}
|
||||
|
||||
|
@ -81,6 +82,6 @@ public class CommandManager
|
|||
}
|
||||
|
||||
public String getPrefix() {
|
||||
return "?";
|
||||
return ".";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue