Issue with guests permission

Discussion in 'Bukkit Help' started by JokeOwnedYou, Jul 4, 2012.

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

    JokeOwnedYou

    I am trying to start a server with Bukkit. I am using PermissionsEX. I have a group called "guests" I am trying to make it so all they can really do is break grass blocks, and can only place them on grass blocks. Also able to interact with wooden doors. I believe I have my permissions done right, but every time I try to break grass, or open a wooden door as guests it says; "To jelly for grass"/"You are to jelly for wooden door"

    Here is what I have my guests permissions looking like;

    [​IMG]

    Is there something I am doing wrong? I tried fiddling with it for a while now, and still can't find out how to fix it.
     
  2. Offline

    Omnitv

  3. Offline

    JokeOwnedYou

  4. Offline

    Sir_Wai

    1st thing is rank numbers only go from 1000 to 1 and set the default of guest to true. This makes it so any new player joining your server will become that rank. Make sure all your groups have the default tree and set to false for validity.

    also don't use the same rank numbers either.
     
  5. Offline

    Omnitv

    Done see the # for changes and notes.
    I did not understand the issue though but try this.
    PHP:
    groups:
      default:
        default: 
    true
    #SET DEFAULT TRUE
        
    permissions:
    #INSERT PERMISSIONS HERE
        
    options:
          
    rank'2000'
      
    Admins:
        
    options:
          
    rank'1'
        
    prefix'&4(&4Admins&4)&c '
        
    suffix'[]'
        
    permissions:
        - -
    modifyworld.mobtarget.*
        - 
    modifyworld.*
        - 
    permissions.*
        
    inheritance:
        - 
    moderator
      Member
    :
        
    options:
          
    rank'900'
        
    prefix'&3(Member&3)&b '
        
    suffix'[]'
        
    permissions:
        - 
    modifyworld.*
        
    inheritance:
        - 
    guests
      VIP
    :
        
    options:
          
    rank'800'
        
    prefix'&0(&eVIP&0)&7 '
        
    suffix'[]'
        
    permissions:
        - 
    modifyworld.*
        
    inheritance:
        - 
    Member
      Moderator
    :
        
    options:
          
    rank'100'
        
    prefix'&0(&1Moderator&0)&7 '
        
    suffix'[]'
        
    permissions:
        - 
    modifyworld.*
        
    inheritance:
        - 
    VIP
      guests
    :
        
    options:
        
    rank'1000'
        
    prefix'[]'
        
    suffix'[]'
        
    permissions:
        - 
    modifyworld.chat
        
    modifyworld.blocks.destroy.2
        
    modifyworld.blocks.interact.64
        
    modifyworld.
        
    inheritance:
        - default
    #FOR GUESTS THIS IS NOT THE DEFAULT GROUP, YOU NEED TO SET THEM TO THIS GROUP.
    #ADDED INHERITANCE, FIXED UP OPTIONS AND PERMISSIONS MESS UP.
     
  6. Offline

    JokeOwnedYou

    I did what you said, I put guests as default: true, and made it 1000 and default 900. I still get the same error; "To jelly for grass/wooden door"

    http://pastebin.com/s79mkH3k

    is my permissions
     
  7. Offline

    Micro5

    Is it letting you break it and saying that? Are you still having the problem so that they can break all of the blocks?
     
  8. Offline

    JokeOwnedYou

    When I allowed guests as a test to be able to do anything on world, they were able to break/interact with stuff, but when I tried limiting them to only breaking/interacting with grass, it kept saying "To Jelly for grass" as well as interacting with wooden doors by saying "To jelly for wooden doors"

    As for your question; When it gives me the "To Jelly for grass" error, it will allow me to break the grass, while it spams the error, but I don't pick it up, and the grass will instantly re-appear.

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
Thread Status:
Not open for further replies.

Share This Page