* Match resources names

* Fix loading with no skill

* Stop overriding common command alias

* Fix discord link in version check popup

* Forgot to add rotation fix

* Remove unnecessary set
This commit is contained in:
Thoronium
2023-08-29 10:15:19 -06:00
committed by GitHub
parent 01766a0303
commit f54432a89a
7 changed files with 44 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ import java.util.List;
@Command(
label = "group",
aliases = {"g"},
aliases = {"gr"},
usage = {"(refresh) [<groupId>] [<suiteId>]"},
permission = "player.group",
permissionTargeted = "player.group.others")