Modify world not blocking properly.

Discussion in 'Bukkit Help' started by tuskiomi, Dec 21, 2013.

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

    tuskiomi

    hello,
    I have trying to block enderchests on my creative world for a long time now.
    I have tried the following:
    - switching the permissions order
    - using region guard to blacklist enderchests (doesn't work)
    - essentials antibuild
    - multiverse
    - googling the answer (nor does this work)

    i've pasted my permissions below, and thanks in advance, tusk
    Code:
      beginner:
        default: true
        worlds:
          plotworld:
            permissions:
            - -modifyworld.*.130
            - modifyworld.*
            - essentials.sleepingignored
            - essentials.balance
            - essentials.balance
            - essentials.afk
            - essentials.compass
            - essentials.help
            - essentials.getpos.*
            - essentials.mail
            - -enderchestcontrol.use
            - essentials.balancetop
            - essentials.msg
            - essentials.seen
            - plotme.use.*
            - plotme.limit.5
          Survival:
            permissions:
            - modifyworld.*
            - towny.town.new
            - towny.town.*
            - towny.wild.*
            - essentials.sleepingignored
            - essentials.balance
            - essentials.balance
            - essentials.afk
            - essentials.compass
            - essentials.getpos
            - essentials.mail
            - essentials.balancetop
            - essentials.msg
            - essentials.seen
            - enderchestcontrol.use
            - essentials.spawn
            - essentials.sethome
            - essentials.help
            - essentials.home
            - essentials.tpa
            - essentials.back
            - preciousstones.benefit.*
            - essentials.tpaccept
            - essentials.tpdeny
            - essentials.warp
        prefix: <&5Beginner&f>
     
  2. Offline

    Acer_Mortem

    tuskiomi

    Have you made sure the player is not OP/isn't in any other groups?
     
  3. Offline

    GerCraft

    have your ever tried to block placing enderchest via WorldGurd?
    WorldGuard has a nicely working Item Blacklist
    Code:
    # Enderchest
    [130]
    ignore-perms=my.own.madeup.permission
    ignore-groups=admins,mods
    on-place=deny,tell
     
Thread Status:
Not open for further replies.

Share This Page