PermissionEX can't break blocks and stuff

Discussion in 'Bukkit Help' started by FAZEMOE, Jan 18, 2018.

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

    FAZEMOE

    So i made a server and stuff for my freinds and i setup some permissions but they can't break blocks i put them in Admin group because they are good freinds here are the plugins that i have AuthMe , Back Again , Citizen Clearlag , Colored Tags , Essentials (also Geoip and all of those) , GUI Banner , HolographicDisplays , IP check KillAllMobs , Loop Commands , Multiverse-Core , Nametag hide , Nocheatpls , Permissions EX , Plugman , Punishmental , SuperVanish , Ultra Cosmetics , Vault , Worldedit , WorldGuard

    here are my permission so far

    Code:
    groups:
      Guest:
        build: false
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - modifyworld.chat
        options:
          prefix: '[Guest] '
          default: true
      Member:
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.depth
        - essentials.delhome
        - essentials.help
        - essentials.home
        - essentials.kit
        - essentials.kit.tools
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.ping
        - essentials.r
        - essentials.rules
        - essentials.seen
        - essentials.sethome
        - essentials.signs.use.disposal
        - essentials.spawn
        - essentials.suicide
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        options:
          prefix: '&2[&aMember&2]&7 '
          default: false
      VIP:
        inheritance:
        - Guest
        - Member
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        options:
          prefix: '&0[&eVIP&0]&7 '
          default: false
      Mod:
        inheritance:
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.sethome.multiple.staff
        - essentials.helpop
        - essentials.home.others
        - essentials.nick
        - essentials.warp
        - essentials.warp.list
        options:
          prefix: '&9&l[&5&lMod&9&l] '
          default: false
      Admin:
        inheritance:
        - Mod
        - VIP
        - Member
        - Guest
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
        - essentials.build
        options:
          prefix: '&c&l[&9&lAdmin&c&l] '
          default: false
      Owner:
        build: true
        permissions:
        - '*'
        options:
          prefix: '&2&l[&b&lOwner&2&l] '
          default: false
    users:
      70ff5f17-c2fb-4174-805d-ebb3d44be22e:
        permissions:
        - '*'
        group:
        - default
        options:
          name: Dan05aur
      78554b30-ff73-47c1-bac0-b889e7512871:
        permissions:
        - '*'
        group:
        - Owner
        options:
          name: FAZEMOE
          group: test
    schema-version: 1
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    FAZEMOE

    Last edited: Jan 18, 2018
  4. Offline

    timtower Administrator Administrator Moderator

    @FAZEMOE Stop, start, stop the server.
    Post that log.
     
  5. Offline

    FAZEMOE

    ok

    https://pastebin.com/et16hMkX there we go

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 19, 2018
  6. Offline

    timtower Administrator Administrator Moderator

    @FAZEMOE Remove Authme, you don't need it.
    I assume it is esssentials anti build, can't help with that one though.
     
  7. Offline

    Machine Maker

    Try giving the permission modifyworld.*
     
    FAZEMOE likes this.
  8. Offline

    FAZEMOE

    Ok i will
     
  9. Offline

    Machine Maker

    Please mark this thread as solved if you have the answer you wanted.
     
  10. Offline

    FAZEMOE

    Ok
     
Thread Status:
Not open for further replies.

Share This Page