-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
In one part of the code;
Multiverse-Inventories/src/main/java/org/mvplugins/multiverse/inventories/util/Perm.java
Lines 41 to 42 in 0d2d44d
| COMMAND_ADDWORLD(new Permission("multiverse.inventories.addworld", "Adds a world to a world group", | |
| PermissionDefault.OP)), |
The permission is multiverse.inventories.addworld
But in another part;
Lines 47 to 49 in 0d2d44d
| @Subcommand("add-worlds") | |
| @CommandPermission("multiverse.inventories.addworlds") | |
| @CommandCompletion("@worldGroups @mvworlds:multiple,scope=both, @flags:groupName=" + Flags.NAME) |
The permission is multiverse.inventories.addworlds
P.S. Additional Side note, there are many permissions, including this, that are missing from the docs
Metadata
Metadata
Assignees
Labels
No labels