Solved Worldedit Permmisions not working

Discussion in 'Plugin Help/Development/Requests' started by Willmaster04, Sep 9, 2017.

Thread Status:
Not open for further replies.
  1. I am trying to configure permissions for a plots server, but I need the members to have individual worldedit permissions that I choose, and giving worldedit.* then negating them is not what I want to do; I want to find out why my permissions aren't working. I am also definitely not giving out op to all my members as I cannot trust them. In the config file for worldedit I have enabled no-ops-permissions and I'm pretty sure I've formatted my worldedit permissions correctly and that I haven't missspelt any words so I cannot figure out what is going wrong. Thanks - Will

    Code:
    Member:
        options:
          default: 'false'
          build: 'true'
          prefix: '&e[&7Member&e] '
          suffix: ''
          rank: '1300'
          weight: '14'
        permissions:
        - worldedit.biome.info
        - worldedit.biome.set
        - worldedit.biome.list
        - worldedit.clipboard.cut
        - worldedit.clipboard.paste
        - worldedit.clipboard.clear
        - worldedit.clipboard.load
        - worldedit.clipboard.save
        - worldedit.clipboard.copy
        - worldedit.clipboard.flip
        - worldedit.clipboard.rotate
        - worldedit.generation.cylinder
        - worldedit.generation.cylinder
        - worldedit.generation.sphere
        - worldedit.generation.sphere
        - worldedit.generation.forest
        - worldedit.generation.pumpkins
        - worldedit.generation.pyramid
        - worldedit.generation.pyramid
        - worldedit.generation.shape
        - worldedit.generation.shape
        - worldedit.biome.set
        - worldedit.history.undo
        - worldedit.history.redo
        - worldedit.history.clear
        - worldedit.navigation.ascend
        - worldedit.navigation.descend
        - worldedit.navigation.ceiling
        - worldedit.navigation.thru.command
        - worldedit.navigation.jumpto.command
        - worldedit.navigation.up
        - worldedit.region.hollow
        - worldedit.region.line
        - worldedit.region.curve
        - worldedit.region.overlay
        - worldedit.region.center
        - worldedit.region.naturalize
        - worldedit.region.walls
        - worldedit.region.faces
        - worldedit.region.smooth
        - worldedit.region.move
        - worldedit.regen
        - worldedit.region.deform
        - worldedit.region.forest
        - worldedit.region.replace
        - worldedit.region.stack
        - worldedit.region.set
        - worldedit.scripting.execute
        - worldedit.scripting.execute
        - worldedit.selection.pos
        - worldedit.selection.chunk
        - worldedit.selection.pos
        - worldedit.selection.hpos
        - worldedit.selection.hpos
        - worldedit.wand
        - worldedit.wand.toggle
        - worldedit.selection.contract
        - worldedit.selection.outset
        - worldedit.selection.inset
        - worldedit.analysis.distr
        - worldedit.analysis.count
        - worldedit.selection.size
        - worldedit.selection.expand
        - worldedit.selection.shift
        - worldedit.snapshots.restore
        - worldedit.snapshots.restore
        - worldedit.snapshots.list
        - worldedit.snapshots.restore
        - worldedit.snapshots.restore
        - worldedit.snapshots.restore
        - worldedit.superpickaxe
        - worldedit.superpickaxe
        - worldedit.superpickaxe.area
        - worldedit.superpickaxe.recursive
        - worldedit.brush.sphere
        - worldedit.brush.cylinder
        - worldedit.brush.clipboard
        - worldedit.brush.smooth
        - worldedit.brush.options.material
        - worldedit.brush.options.range
        - worldedit.brush.options.size
        - worldedit.brush.options.mask
        - worldedit.tool.tree
        - worldedit.tool.replacer
        - worldedit.tool.data-cycler
        - worldedit.tool.flood-fill
        - worldedit.brush.sphere
        - worldedit.brush.cylinder
        - worldedit.brush.clipboard
        - worldedit.brush.smooth
        - worldedit.tool.info
        - worldedit.fill.recursive
        - worldedit.drain
        - worldedit.snow
        - worldedit.thaw
        - worldedit.green
        - worldedit.remove
        - worldedit.fill
        - worldedit.help
    @sk89q @zml2008 @wizjany @TomyLobo
     
    Last edited: Sep 10, 2017
  2. bump ... Anyone know a fix?
     
  3. I am running the latest version of PermissionsX on 1.12.1 and that is my group for member - none of the worldedit permissions work at all.
     
  4. Ok So I re downloaded worldedit and found there was an update; I updated it and turned the worldedit no-ops-permission to false (I think) and now it works perfectly, although I did also re download EssentialsX too
     
Thread Status:
Not open for further replies.

Share This Page