[PEX] What's The Permission Node for Building?

Discussion in 'Bukkit Help' started by FFall123, Jul 15, 2012.

  1. Offline

    FFall123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Okay, this may sound very very newbish, but what's the node in PEX for building?

    Is it modifyworld?
    I'm not actually use to using PEX. I used to use The BukkitPermissions, but a guy introduced me to this, which is better...

    Thanks in advance

    P.S: If you say "Why not use search", I did. If you say "Didn't you read the thread?", I did. Even Ctrl+F. Couldn't. (I even check the forum page)

    P.P.S: What's the permission node to forbid a person from building or placing a block?

    This post has been edited 4 times. It was last edited by FFall123 Jul 15, 2012.
  2. Offline

    riyyi

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Please remember to go into the config.txt for ModifyWorld, and set 'Enable' to true.

    The permission nodes are:

    - -modifyworld.blocks.destroy.*

    - -modifyworld.blocks.place.*
    - -modifyworld.blocks.interact.dispenser
    - -modifyworld.blocks.interact.chest
    - -modifyworld.blocks.interact.furnace
    - -modifyworld.blocks.interact.burning_furnace
    - -modifyworld.blocks.interact.jukebox

    Found at the PEX Wiki:
    https://github.com/PEXPlugins/PermissionsEx/wiki
    Next time search a little bit further :p
  3. Offline

    Magi1053

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Or just modifyworld.*
  4. Offline

    FFall123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh, thanks. But what if I don't want him to place or interact with anything? Do I just leave it blank?

    This post has been edited 1 time. It was last edited by FFall123 Jul 16, 2012.
  5. Offline

    Magi1053

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Correct, assuming this is the default rank with no inheritance that would give him the nodes from another rank that does have access
  6. Offline

    FFall123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh. Okay. Thanks.

Share This Page