PEX Permissions Help

Discussion in 'Bukkit Help' started by arianloco, Jul 11, 2013.

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

    arianloco

    I'm trying to make it so you can not build and can not destroy on the server. But I want them to be able to open door, levers, etc. When normal players login they can not do anything. They can't even chat. What did i do wrong? Help would be greatly appreciated. Thank you.:) (I don't want adventure mode)


    Code:
    groups:
      Adventurer:
        default: true
        permissions:
        - -modifyworld.blocks.destroy
        - -modifyworld.blocks.place
        - modifyworld.*
        - modifyworld.chat
        - essentials.rules
        - essentials.help
        - essentials.pay
        - essentials.balance
        - essentials.tell
        - essentials.sell
        - essentials.back
        - essentials.back.ondeath
        - essentials.who
        - essentials.afk
        - essentials.list
        - essentials.msg
        - essentials.warp.list
        - essentials.warp
        - essentials.helpop
        - essentials.motd
        - essentials.spawn
        - essentials.home
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpaccept
        - essentials.home
        - essentials.sethome
        - essentials.sethome
        - factions.join
        - factions.create
        - factions.disband
        - factions.leave
        - factions.help
        - factions.title
        - factions.relation
        - factions.who
        - factions.admin
        - factions.power
        - factions.claim
        - factions.unclaim
        - factions.description
        - factions.mod
        - factions.list
        - factions.home
        - factions.sethome
        - factions.unclaimall
        - factions.kick
        - factions.invite
        - factions.map
        - factions.show
        - factions.disband
        - factions.chat
        - lwc.protect
        - mcmmo.ability.*
        - mcmmo.skills.*
        prefix: '&0[&6Guest&0] &r'
        options:
          build: true
      Trusted:
        permissions:
        - essentials.tp
        prefix: '&0[&2Trusted&0]&r '
        options:
          build: true
     
  2. Offline

    Iroh

  3. Offline

    arianloco

    Iroh Wait so there is no way to make it so they can interact with doors and levers but not be able to place blocks? Sorry i'ma pex Noob.
     
  4. Offline

    Iroh

    By default they can build. If you give them
    - modifyworld.blocks.interact.<blockid> <-- put lever id there and do another copy with door id
    Then give them
    - -modifyworld.* <-- stops every thing but the thing above
     
  5. Offline

    arianloco

    Iroh That works for it in survival but they are going to be in adventure mode. How can i make it so they can't destroy the things they currently can. Is it the same way? I still want them to be able to interact with everything.
     
  6. Offline

    Iroh

    Why not have them in survival mode and then just use modifyworld to block them from building and allow use?
     
  7. Offline

    g3z0dv1n3

    Well if you are running essentails you'll need to add essentials.build
     
  8. Offline

    arianloco

    Iroh Is there a permission like
    - modifyworld.*
    but for interaction? Such as something like
    - modifyworld.blocks.interact.*
    or not? I wanted to do adventure mode cause i thought it might be easier.
     
  9. Offline

    Iroh

    Ya lets not use adventure mode. Here is what you need.
    - modifyworld.blocks.interact.* <-- Lets you push buttons, pull levers, pressure plates ect.
    - -modifyworld.* <--- block everything but things listed above.
     
Thread Status:
Not open for further replies.

Share This Page