Skip to content

Permission for /mvinv add-worlds is not consistent #632

@IngeniousCoder

Description

@IngeniousCoder

In one part of the code;

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;

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions