1.6 Permission Issue (Chests) #11


  • New
  • Defect
Open
Assigned to _ForgeUser9614536
  • _ForgeUser8775235 created this issue Nov 30, 2013

    Hello,

    In 1.6, chests permissions (restrictcreative.bypass.chests) doesn't Work, as in the code it is restrictcreative.bypass.chest and plugin.yml/bukkit specifies restrictcreative.bypass.chests

    PlayerListener line 105:    if (player.hasPermission("restrictcreative.bypass.chest")) {

    Other than that all is good from what I can tell! :D

  • _ForgeUser8775235 added the tags New Defect Nov 30, 2013
  • _ForgeUser9614536 posted a comment Dec 1, 2013

    Well since you obviously already have it decompiled without my go (the git is outdated if thats what you are looking at) Changing the plugin.yml to chest instead of chests should fix it.

  • _ForgeUser8775235 posted a comment Dec 1, 2013

    @superpeanut911: Go

    Yeah sorry, I decompiled that class trying to figure out why no one could open chests even with permission. I got it fixed for mine, the objective with this was just to make you aware if you weren't already.


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