[PEX] Perms doesn't work

Discussion in 'Bukkit Help' started by someone-oo, Jul 18, 2012.

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

    someone-oo

    *i'm french, sorry for my english*

    Hello, my problem is in the title.
    I want my players to be allowed to place and break TNT only (strange yea ^^) but my perms doesn't work so they can place and destroy anything.

    Here is my permissions.yml file :
    PHP:
    groups:
      default:
        default: 
    true
        permissions
    :
        - 
    modifyworld.blocks.place.46
        
    modifyworld.blocks.interact.46
        
    modifyworld.blocks.destroy.46
    I had place it on http://yaml-online-parser.appspot.com/ and no one error is returned.
    I replaced the TAB by 4 spaces.

    I hope you can help me ...

    Bump

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

    jacklin213

    did u turn modify world on in ur plugins folder
     
  3. Offline

    someone-oo

    Oh sorry, i forget the ModifyWorld.jar :s
    Thanks
     
  4. Offline

    jacklin213

  5. Offline

    someone-oo

    Hum no, this isn't solved :s
    I can't allow to place and destroy TNT only ... Have you got an idea of the perms required ?

    I have this :
    PHP:
    groups:
      default:
        default: 
    true
        permissions
    :
        - 
    modifyworld.blocks.place.46
        
    modifyworld.blocks.destroy.46
        
    modifyworld.items.have.*
        - 
    modifyworld.items.enchant.*
        - 
    modifyworld.items.pickup.*
        - 
    ChestShop.shop.buy
    users
    :
      
    Neozys:
        
    options:
          
    group: default
     
  6. Offline

    jacklin213

    check your modify world config u can add the blocks there
     
  7. Offline

    someone-oo

    Hum, where ?

    PHP:
    enabletrue
    item
    -restrictionstrue
    inform
    -playersfalse
    whitelist
    false
    use-material-namesfalse
    drop
    -restricted-itemfalse
    item
    -use-checkfalse
    messages
    :
      
    message-format'&f[&2Modifyworld&f]&4 %s'
      
    default-messageSorryyou don't have enough permissions
      modifyworld.items.use: Stop, &a$1&4 won'
    t fit into &a$3
      modifyworld
    .loginYou are not allowed to join this serverGoodbye!
      
    modifyworld.blocks.interactYou are too jelly for &2$1
      modifyworld
    .blocks.placeThis is wrong place for &a$1
      modifyworld
    .blocks.destroy'&a$1&4 is tough for you'
      
    modifyworld.damage.dealYour level is too low for &5$1
      modifyworld
    .chatYour mouth is too dry
      modifyworld
    .chat.private: Listener is deaf :(
      
    modifyworld.items.haveProhibited item &a$1&4 has been removed from your inventory.
      
    modifyworld.items.dropThis is indecent to scatter &a$1&4 around
      modifyworld
    .items.craftSorrybut &a$1&4 is too complicated
      modifyworld
    .items.enchantSorry, &a$1&4 is too dangerous
      modifyworld
    .vehicle.enter.boatYou are too heavy for this &a$1
      modifyworld
    .vehicle.enter.minecartSorrybut &a$1&4 is too small
      modifyworld
    .vehicle.destroyThis &a$1&4 is legal property of &bUnited States of America
      modifyworld
    .tameThis &a$1&4 is too ferocious
      modifyworld
    .bucket.fillThis bucket is holey
      modifyworld
    .bucket.empty: You suddenly realized you still need &a$1
      modifyworld
    .usebedsYou can't sleep yet, there are monsters nearby
     
  8. Offline

    bvkkitnoob

    Do you have essentials installed? If so, EssentialsProtect might be preventing players from placing/breaking tnt.
     
  9. Offline

    someone-oo

    I have essentials but no prevents from placing tnt :/
     
  10. Offline

    jacklin213

    wait so are you trying to have it so u only break tnt and place tnt?
     
  11. Offline

    Omnitv

    Just use a anti TnT plugin where users will not be able to get a hold of TnT nor place them or explode them.​
     
  12. Offline

    someone-oo

    No, i want players be able to place ONLY Tnt, this for an arena where they have to destroy constructions.
     
Thread Status:
Not open for further replies.

Share This Page