We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f6cc82 + a274b99 commit 3afee26Copy full SHA for 3afee26
1 file changed
src/main/java/org/mvplugins/multiverse/inventories/util/Perm.java
@@ -38,12 +38,12 @@ public enum Perm {
38
/**
39
* Permission for /mvinv addworld.
40
*/
41
- COMMAND_ADDWORLD(new Permission("multiverse.inventories.addworld", "Adds a world to a world group",
+ COMMAND_ADDWORLD(new Permission("multiverse.inventories.addworlds", "Adds a world to a world group",
42
PermissionDefault.OP)),
43
44
* Permission for /mvinv remvoveworld.
45
46
- COMMAND_RMWORLD(new Permission("multiverse.inventories.removeworld", "Removes a world from a world group",
+ COMMAND_RMWORLD(new Permission("multiverse.inventories.removeworlds", "Removes a world from a world group",
47
48
49
* Permission for /mvinv addshare.
0 commit comments