How can we disable the wooden pickaxe on worldedit with permissions ?

Discussion in 'Bukkit Discussion' started by sbeex, Mar 16, 2012.

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

    sbeex

    Hello,
    excuse me for this stupid question but... I read the documentation of WorldEdit's permissions. But I didn't find the permission line.

    I would like to hide the selection coordonates to my players because I don't allow them to use worledit.

    Thank's in advance ! (Sorry for my english I speak french)
     
  2. Offline

    Nathan C

    From what I've seen, you can't disable via permissions.

    So, just edit the config and change the tool:

    Code:
    navigation-wand:
        item: 345
     
  3. Offline

    ZachBora

    If you don't want your players to use WorldEdit, put the Jar in your server root (folder above Plugins) and CommandBook and WorldGuard will still work (but you'll be unable to create new regions from within game).
     
  4. Offline

    chaseoes

    I think it's:

    Code:
    worldedit.selection.*: true
     
Thread Status:
Not open for further replies.

Share This Page