Please add permissions support, it's so easy to add #2


  • New
  • Enhancment
Open
Assigned to _ForgeUser7116893
  • _ForgeUser7177844 created this issue Apr 21, 2012

    Please add Superperms support, it's really easy, literally just 2 lines of code.
    I've had to branch your code and maintain my own version of VoxelMore with permissions support, and readd these simple changes every time it updates. It would be easier for me if you would just add it to the original version, and some sort of permissions support is essential to this kind of plugin. I know a lot of other people want permissions support as well.

    if (player.hasPermission("voxelmore.more")) {    }
    and
    if (player.hasPermission("voxelmore.pick")) {    }

    And plugin.yml entries:
    permissions:
        voxelmore.more:
            description: Allows you to use the /more command
            default: op
        voxelmore.pick:
            description: Allows you to use the /pick command
            default: op

  • _ForgeUser7177844 added the tags New Enhancment Apr 21, 2012

To post a comment, please login or register a new account.