WorldEdit permissions problems

Discussion in 'Bukkit Help' started by Chambered, Aug 21, 2011.

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

    Chambered

    So for some reason everyone has access to worldedit on my server. I'm not sure why. maybe I messed up my permissions?

    Code:
    groups:
        Default:
            default: true
            info:
                prefix: ''
                suffix: ''
                build: false
            inheritance:
            permissions:
            - essentials.rules
        Citizen:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Default
            permissions:
            - 'lc.shout'
            - 'lc.level.*'
            - 'essentials.pay'
            - 'essentials.sell'
            - 'essentials.worth'
            - 'essentials.compass'
            - 'essentials.depth'
            - 'essentials.getpos
            - essentials.help'
            - 'essentials.ignore'
            - 'essentials.list'
            - 'essentials.mail'
            - 'essentials.motd'
            - 'essentials.msg'
            - 'essentials.rules'
            - 'essentials.spawn'
            - 'essentials.back.ondeath'
            - lwc.protect
            - 'myhome.home.*'
            - 'essentials.tpaccept'
            - 'essentials.tpdeny'
            - 'war.player'
            - 'war.warp'
        VIP:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Citizen
            permissions:
            - essentials.tpa
        Moderator:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            - Citizen
            permissions:
            - 'admincmd.player.invisible'
            - 'war.player'
            - 'war.warp'
            - 'admincmd.time.day'
            - 'admincmd.tp.to'
            - 'admincmd.tp.from'
            - 'admincmd.tp.players'
            - 'admincmd.tp.home'
            - 'admincmd.tp.home'
            - 'admincmd.weather.clear'
            - 'admincmd.mob.kill'
            - 'admincmd.player.heal'
            - 'admincmd.player.heal.other'
            - 'admincmd.player.god'
            - 'admincmd.player.kick'
            - 'admincmd.player.fly'
            - 'admincmd.player.spymsg'
            - 'mxAntiPVPCheat.Admin'
            - 'nocheat.speedhack'
            - 'nocheat.moving'
            - 'nocheat.flying'
    
        Admins:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
            - '*'
        Admin:
            permissions:
            inheritance:
        Member:
            permissions:
            inheritance:
    
     
  2. Offline

    jasonsj10

  3. Offline

    Chambered

    I'm dumb lol would Ops really let someone use it?
     
  4. Offline

    Kaosvf

    In which group is your account? Admin or Admins? xD
     
  5. Offline

    Banana937

    @Chambered If you give someone OP they have access to all commands, including hazardous commands like /stop and /reload (which causes major lag while the server reloads).
     
  6. Offline

    Supersam654

    As a general rule, if you are using the ops system and any permissions plugin, you are doing something wrong. If you need to give people access to commands that come with Minecraft, move over to PermissionsBukkit or use DefaultPermssions (its a plugin).
     
  7. Offline

    Sh8kezula

    If you use a permissions system you should not be giving out OP status..

    If you must do this however.. there is a setting inside Essentials.. WorldEdit and WorldGuard. that turns off all permissions for OPS.. and uses only on the permission manager.
     
Thread Status:
Not open for further replies.

Share This Page