Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ public enum Perm {
/**
* Permission for /mvinv addworld.
*/
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",
PermissionDefault.OP)),
/**
* Permission for /mvinv remvoveworld.
*/
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",
PermissionDefault.OP)),
/**
* Permission for /mvinv addshare.
Expand Down
Loading