Permissions Problems!

Discussion in 'Bukkit Help' started by unh20050, Feb 28, 2011.

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

    unh20050

    Ok, so as you might have read my server commands were gone so I deleted all the files and its working fine, Im using essentials and permissions, but in my permissions config file I type the rigth thing to make me and 2 friends admin but we dont have access to commands. I'm not code savy at all im a complete noob when it comes to that stuff. Could someone please take a look and tell me what is wrong? Thanks!
    Code:
    To exempt a node use the - prefix like so:
    #      - '-general.time'
    ##
    groups:
        Default:
            default: true
            info:
                prefix:
                suffix:
                build: false
            inheritance:
            permissions:
                - 'general.spawn'
                - 'general.warp'
                - 'iConomy.payment'
                - 'iConomy.list'
                - 'iConomy.rank'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
        Admin:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    ##
    # DarkGrave has control over all commands.
    ##
    users:
        unh20050:
            group: Admin
            permissions:
                - '*'
    
        dmanmike123:
            group: Admin
            permissions:
                - '*'
    
        zfreak147:
            group: Admin
            permissions:
                - '*'
    --- merged: Mar 1, 2011 1:51 AM ---
    This is very urgent as the people on my server are starting to get very mad please im sure someone can help!
     
  2. Offline

    Trevo4311

    I believe you and I are having the same problem. A quick fix to give you guys commands would be to go into your ops.txt file, and make you and your admins OPs, this SHOULD give you access to commands as it does with me however, you will not be able to choose which commands, it will give you all the commands across the board. Atleast thats how it is currently working on my server.

    Until then we shall wait for a real answer.
     
  3. Offline

    unh20050

    Thanks I let you know what I find out? and Ill get all the commands for my admins? like my /home and /setspawn?
     
  4. Offline

    Trevo4311

    You should so long as you have the right plugins that add those commands into your server, such as Essentials or something similar. Thats how it works for me. At the least you will have access to the default (non-modded) server commands such as /give, /kick, /op, /time, ect
     
  5. Offline

    unh20050

    Thanks alot, that does work! Only problem is now people want to buy moderator not admin as I said I would offer but it isnt working! So now i need the real fix!!! anyone have anything?
     
  6. Offline

    six30two

  7. Offline

    Sieabah

    If you're using Permissions higher than 2.1+ you need to change config.yml to the name of the world, last time I checked world.yml doesn't work so when doing this you also have to change the world folder name, and also change the world path in the server.properties file found in the same directory as craftbukkit.jar by default.

    I would also recommend downloading Notepad++ and checking your .yml file for the reason six30two said, having tabs instead of spaces. (The text shows up red if there is tabs)

    Hope this somewhat helped.

    (Oh and you're forgetting the system header for permissions that are usually there?)
     
  8. Offline

    six30two

    I totally forgot to tell people to do that.
    --- merged: Mar 2, 2011 8:21 AM ---
    Also, consider trying this:
    Code:
    users:
         unh20050:
            group: Admin
            permissions:
         dmanmike123:
            group: Admin
            permissions:
         zfreak147:
            group: Admin
            permissions:
    I suggest this only because I don't use the extra spaces, the -'*' operator, and I have seen several other people with problems who are using the -'*' operator. I'm not sure if it's a problem or not, but try removing it!
     
  9. Offline

    unh20050

    I just downloaded permissions like 2 days ago so I will need to change that and I believe I used tab but I used notepad++ and chose replace tabs with spaces though so that is fine
     
  10. Offline

    six30two

    Be sure to also rename the Permissions config.yml to the name of your world folder as well! (but don't remove .yml)
     
  11. Offline

    Sieabah

    Also change the world name in the server.properties file, or it'll just generate a whole new world in the /world/ folder.
     
  12. Offline

    unh20050

    Going to try this now Ill tell you my result
    --- merged: Mar 2, 2011 8:48 AM ---
    ok i have cahnged my world to bukkitserver then my server prop to that name then my permissions config to bukkitserver.yml and still doesn't work!
     
  13. Offline

    six30two

Thread Status:
Not open for further replies.

Share This Page