Solved [ASAP Help] Why is this permissions and modifyworld not work?

Discussion in 'Bukkit Help' started by isleepzzz, Dec 9, 2012.

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

    isleepzzz

    I trying to make it so no one can destroy and place blocks so this is what i have but its not working, they can still break and place:

    permissions:
    Code:
    users:
      isleepzzz:
        group:
        - owner
        permissions:
        - permissions.*
      firetail96:
        group:
        - mapdesigner
    groups:
      default:
        default: true
        permissions:
        - -modifyworld.break.*
        - -modifyworld.place.*
        - -modifyworld.interact.58
        - modifyworld.*
        - itemrenamer.config.get
        - treasurechest.access.treasure
      mapdesigner:
        inheritance:
        - default
        permissions:
        - modifyworld.break.*
        - modifyworld.place.*
        - modifyworld.*
        options:
        prefix: '&6[Map Designer] '
      owner:
        inheritance:
        - default
        permissions:
        - '*'
        options:
        prefix: ''
    
    PEX's config:
    Code:
    permissions:
      backend: file
      backends:
        file:
          file: permissions.yml
      superperms:
        parent-nodes: true
        enable: true
        strict-mode: false
    
    Modifyworld's config:
    Code:
    item-restrictions: false
    inform-players: false
    whitelist: false
    use-material-names: false
    drop-restricted-item: false
    item-use-check: false
    messages:
      message-format: '&f[&2Modifyworld&f]&4 %s'
      default-message: Sorry, you don't have enough permissions
      modifyworld.items.use: Stop, &a$1&4 won't fit into &a$3
      modifyworld.login: You are not allowed to join this server. Goodbye!
      modifyworld.blocks.interact: You are too jelly for &2$1
      modifyworld.blocks.place: This is wrong place for &a$1
      modifyworld.blocks.destroy: '&a$1&4 is tough for you'
      modifyworld.damage.deal: Your level is too low for &5$1
      modifyworld.chat: Your mouth is too dry
      modifyworld.chat.private: Listener is deaf :(
      modifyworld.items.have: Prohibited item &a$1&4 has been removed from your inventory.
      modifyworld.items.drop: This is indecent to scatter &a$1&4 around
      modifyworld.items.hold: Beware, &a$1&4 is cursed!
      modifyworld.items.craft: Sorry, but &a$1&4 is too complicated
      modifyworld.items.enchant: Sorry, &a$1&4 is too dangerous
      modifyworld.vehicle.enter.boat: You are too heavy for this &a$1
      modifyworld.vehicle.enter.minecart: Sorry, but &a$1&4 is too small
      modifyworld.vehicle.destroy: This &a$1&4 is legal property of &bUnited States of America
      modifyworld.tame: This &a$1&4 is too ferocious
      modifyworld.bucket.fill: This bucket is holey
      modifyworld.bucket.empty: You suddenly realized you still need &a$1
      modifyworld.usebeds: You can't sleep yet, there are monsters nearby
    
    Help me please ASAP:) ty
     
  2. Offline

    LucasKintao

    you gave them breaking and destroying perms.... - modifyworld.*
     
  3. Offline

    isleepzzz

    Yeah but if i take that off wouldnt that need to make me put EVERY thing in?
     
  4. Offline

    lokpique

    try changing
    strict-mode: false
    to
    strict-mode: true

    let me know if it works for you too
     
  5. Offline

    isleepzzz

    Testing right now..


    It still didnt work:*(

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

    lokpique

    Isn't the user section supposed to come after the group section? That's how mine is setup, but I'm not sure if it matters...

    EDIT:
    Also try changing
    item-restrictions: false
    to
    item-restrictions: true

    The setup works like this on my server just fine :(
     
  7. Offline

    isleepzzz


    Ffs.. why do probelms always happen to me:(

    It still didnt work:'(

    BUMP, plz help me:(

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

    isleepzzz

    BUMP, someone please help me ASAP:((((((
     
  9. Offline

    isleepzzz

    No one is responding..... plz help asap
     
Thread Status:
Not open for further replies.

Share This Page