Question Permissions

Discussion in 'Plugin Help/Development/Requests' started by WickedFaction, Aug 8, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    WickedFaction

    I found this one of a kind simple auto inventory plugin that you can configure what blocks you can have go into your inventory when broken. There are two simple permissions, the one I need for my members is ABP.ALLOW and it lets them use the auto inventory. One problem is it doesn't work.

    I de-compiled the plugin and found that this was the code:

    if ((player.hasPermission("apb.allow")) || (player.isOp())) {
    Block block = e.getBlock();

    does this mean that you have to be OP on the server to use the plugin?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @WickedFaction or apb.allow, not sure how Bukkit handles uppercasing but try to match it.
     
  3. Offline

    WickedFaction

    I don't know why I uppercased it in the post I didn't on the server.
     
  4. @WickedFaction
    You're probably more likely to get help from the original author with issues such as this one. Try contacting them.
     
Thread Status:
Not open for further replies.

Share This Page