PermissionsEx Problem - Guests can place and destroy blocks.

Discussion in 'Bukkit Discussion' started by Benedikt Wüller, Feb 25, 2012.

Thread Status:
Not open for further replies.
  1. Hey guys,
    I have a problem with PermissionsEx(PEX).
    I changed the default group to the "guest"-group.
    The guests should not be able to place or destroy blocks, but they can.

    This is my "guest"-group:
    Code:
    groups:
        default:
            default: true
            permissions:
            - modifyworld.chat
            - modifyworld.chat.private
            - commandbook.rules
            prefix: '&e[Guest]&f'
    And this is my config.yml:
    Code:
    permissions:
        backends:
            file:
                file: permissions.yml
        backend: file
        superperms:
            parent-nodes: true
            enable: true
            strict-mode: true
        createUserRecords: false
        allowOps: false
        debug: false
        basedir: plugins/PermissionsEx
    Do you have an idea, why guests can place and destroy blocks?
    I use Craftbukkit 1.1-R4 and I have following plugins installed:
    • CommandBook
    • PermissionsEx
    • MultiWorld
    • ModifyWorld
    • ChangeGameMode (my own plugin)
    • Multiverse-Core
    • LWC
    • WorldEdit
    • ChatManager
    • ColoredSigns
    Please help me.
    Also, please point out spelling and grammar issues. I am not a native speaker.

    Bw2801
     
  2. Offline

    Rjames426

    Heres my "Permissions.yml" file... mine works fine.

    groups:
    Newbie:
    default: true
    permissions:
    prefix:
    options:
    build: false

    Builder:
    default: false
    permissions:
    - lwc.protect
    - iConomy.holdings
    - iConomy.payment
    - iConomy.list
    - ChestShop.shop.create
    - ChestShop.shop.buy
    - ChestShop.shop.sell
    - signlift.create
    - signlift.create.normal
    - signlift.create.private.own
    - signlift.create.private.others
    - signlift.use.normal
    - signlift.use.private.own
    - essentials.spawn
    - essentials.setwarp
    - essentials.warp
    - essentials.warp.list
    prefix:
    suffix:
    options:
    build: true

    Admin:
    default: false
    permissions:
    - '*'
    prefix: ''
    suffix: ''

    (Of course with the correct spacings..posting messed them up)
     
  3. Thanks, but it still doesn't work for me.
    Whats about you config.yml?
     
  4. Offline

    Rjames426

    This is my Config..

    permissions:
    log-players: false
    backends:
    file:
    file: permissions.yml
    backend: file
    superperms:
    parent-nodes: true
    enable: true
    strict-mode: false
    createUserRecords: false
    allowOps: false
    debug: false
    basedir: plugins\PermissionsEx
     
  5. It still doesn't work for me :(
     
  6. Offline

    AmberK

    Have you enabled modifyworld?
     
  7. Offline

    Rjames426

    If i where you id remove modifyWorld and use worldguard
     
  8. I think, that i have enabled modifyworld.

    This is my config.yml in the modfyworld folder:
    Code:
    informPlayers: false
    enable: true
    itemRestrictions: false
    messages:
        prohibitedItem:
        whitelistMessage:
        permissionDenied:
        whitelist:
    whitelist: false
    use-material-names: true
    check-metadata: false
    item-use-check: false
    drop-restricted-item: false
    
    But when I use WorldGuard, where did I get the permissions for placing and breaking blocks?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  9. Offline

    Rjames426

    You know what.. I am now remembering I had this same problem when using ModifyWorld... so I just switched back to Essentials/WorldGuard. Did you try adding the "options: build: true" in permissions?
     
  10. I solved my problem. I had to redownload and reinstall ModifyWorld.
     
Thread Status:
Not open for further replies.

Share This Page