What Perm do I need to be able to place something.

Discussion in 'Bukkit Help' started by HideTheGarlic, May 1, 2014.

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

    HideTheGarlic

    I just worked out the rankings, but now both of the ranks can't place anything. What perm do I need?

    Code:
    groups:
      default:
        default: true
        prefix: ‘&5’
        permissions:
        - modifyworld.*
        - chestshop.shop.*
        - -give.*
        - -bukkit.command.gamemode
        - bukkit.command.teleport
        - iConomy.holdings
        - iConomy.holdings.others
        - iConomy.payment
        - iConomy.user
        - essentials.afk
        - essentials.afk.auto
        - essentials.depth
        - essentials.getpos
        - essentials.help
        - essentials.ignore
        - essentials.itemdb
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.near
        - essentials.realname
        - essentials.recipe
        - essentials.rules
        - essentials.seen
        - essentials.whois
        - essentials.enderchest
        - essentials.home.*
        - essentials.delhome
        - essentials.worlds.world
        - essentials.worlds.nether
        - essentials.worlds.end
        - essentials.sethome.bed
        - essentials.sethome
        - essentials.multiple
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.warp
        - essentials.warp.list
        - essentials.signs.use.disposal
        - essentials.signs.create.disposal
        - essentials.spawn
      staff:
        inheritance:
        - default
        default: false
        prefix: ’&2’
        permissions:
        - essentials.afk.kickexempt
    users:
      HideTheGarlic:
        permissions:
        - -disguisecraft.seer
        - chestshop.shop.*
        - iconomy.list
        - iconomy.payment
        - iconomy.rank
        - worldedit.*
        - essentials.ban.exempt
        options:
          group: staff
      starwarsrox1:
        group:
        - default
        permissions:
        - -disguisecraft.seer
        - chestshop.shop.*
        - parachute.*
      pacer142:
        group:
        - default
        permissions:
        - -disguisecraft.seer
        - chestshop.shop.*
      J_DizzleCRAFT:
        group:
        - default
        permissions:
        - -disguisecraft.seer
        - chestshop.shop.*
      The_blue_unicorn:
        group:
        - default
        permissions:
        - -disguisecraft.seer
        - chestshop.shop.*
    
     
  2. Could you give us a list of your enabled plugins?
     
  3. Offline

    HideTheGarlic

    SkyDiver, WorldEdit, HeadGrabber, iConomy, MotdManager, Vault, SpearMod, ProtocolLib, PermissionsEx, Modifyworld, CreeperControl, MoneyDrop, Essentials, ChatManager, EssentialsProtect, DisguiseCraft, EssentialsSpawn, ChestShop, EssentialsChat, EssentialsAntiBuild
     
  4. Maybe this plugin is holding back players from being able to build?
    Also, make sure that the players are not within the reach of spawn protection (Found in server.properties)
     
  5. Offline

    JaguarJo

    HideTheGarlic Give your default group - essentials.build . frozendroid is right, EssentialsAntibuild is blocking you right now. Adding that permission node should fix it.
     
    frozendroid likes this.
Thread Status:
Not open for further replies.

Share This Page