HELP! Permissions will not work, YML is complete??

Discussion in 'Bukkit Help' started by Landowizarrd, Jun 16, 2012.

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

    Landowizarrd

    Hi all,

    I have recently started up my own server, and so got PermissionsBukkit. I edited the config.yml file in the permissions folder, and the permissions.yml in the main server files. I have checked the YML with a parser, and it says it's got no errors. But still, nothing changes on the server? No groups, no prefixes... HELP?!

    Thanks, please reply soon
     
  2. Offline

    Scorpianking108

    Did you code the permissions right?
     
  3. Offline

    Landowizarrd

    Yes i put it on a YML parser, but here it is if you wanna check:
    plugin:
    permissions:
    system: default
    copies:
    groups:
    Noobie:
    default: false
    info:
    build: false
    prefix: '&7'
    suffix: 'Noobie'
    inheritance:
    permissions:
    - 'essentials.help'
    - 'essentials.signs.mail.create'
    - 'essentials.signs.mail.use'
    - 'essentials.portal'
    - 'essentials.rules'
    - 'essentials.motd'
    - 'essentials.me'
    - 'essentials.helpop'
    - 'essentials.ping'
    - 'essentials.spawn'
    Serf:
    default: true
    info:
    build: true
    prefix: '&f'
    suffix: 'Serf'
    inheritance:
    - Noobie
    permissions:
    - 'essentials.depth'
    - 'essentials.getpos'
    - 'essentials.compass'
    - 'essentials.back'
    - 'essentials.tpaccept'
    - 'essentials.tpdeny'
    - 'essentials.home'
    - 'essentials.sethome'
    - 'essentials.warp'
    - 'essentials.setwarp'
    - 'essentials.msg'
    - 'essentials.afk'
    - 'essentials.list'
    - 'essentials.mail'
    - 'essentials.mail.send'
    - 'essentials.kit'
    - 'lwc.protect'
    - 'ichat.color'
    Noble:
    default: false
    info:
    build: true
    prefix: '&b'
    suffix: 'Noble'
    inheritance:
    - Serf
    permissions:

    DemiGod:
    default: false
    info:
    build: true
    prefix: '&c'
    suffix: 'DemiGod'
    inheritance:
    - Noble
    permissions:

    God:
    default: false
    info:
    build: true
    prefix: '&a'
    suffix: 'God'
    inheritance:
    permissions:
    - '*'
    users:
    jf73:
    group: DemiGod
    permissions:
    Landowizarrd::
    group: God
    permissions:
    - '*'
    messages:
    build: '&cYou do not have permission to build here.'

    debug: false
     
  4. Offline

    Scorpianking108

    Do you use permissions? or PermissionsEX or what plugin to put the permissions.yml in?
     
  5. Offline

    Landowizarrd

    I don't have anything like that...in the plugins folder I just have PermissionsBukkit.jar and the PermissionsBukkit folder, the permissions.yml is seperate just in the main folder, do i need one of those plugins? and if so, what do i need to do?
     
  6. Offline

    Scorpianking108

    right. This is the plugin i recommend getting and it is PermissionsEX. You upload it to your server and then do the permissions inside the permissions.yml in the folder andthere will be a config.yml that you can configure or if you want i can for you.

    many thanks,

    Scorp
     
  7. Offline

    Landowizarrd

    Im confused....
     
  8. Offline

    Scorpianking108

    what is your server ip and i can talk there with you
     
  9. Offline

    Landowizarrd

    86.154.177.81
     
  10. Offline

    Scratch563

    scorpianking just come in to landowizarrds server when u can help :D
    iam goodoldplayer
     
  11. Offline

    andrewpo

  12. Offline

    Scorpianking108

    lol Scratch :D Andrew please don't advertise....
     
  13. Offline

    andrewpo

    I'm sorry? I am simply advising a member to use a plugin which is designed for people who are not advanced users, which seems to clearly be the case here.

    Please name for me all the permissions plugins where the developer has a presence in the Bukkit Help forums.
    bPermissions is the only one I can think of.
     
  14. Offline

    Scorpianking108

    fine if you wanna do the coding for bpermissions for him, be my guest... Do you want to do it for him?
     
  15. Offline

    andrewpo

    No. bPermissions has an import command, Lord Arrogance. ;)
     
  16. Offline

    Scorpianking108

    What the hell mate.
     
  17. Offline

    andrewpo

    Well you're the one trying to be sarcastic without getting your facts straight; but as this is getting quite off-topic, I won't be responding to you again.
     
  18. Offline

    Omnitv

    Please post you're permissions.yml to Pastie or pastebin. Pastie preferably.
     
  19. Offline

    Wendo

    Your permissions.yml is in the wrong format for the default permissions in bukkit, you should have

    Code:
    :true
    after every permission node when using permissionbukkit

    The format you are using is more like what a full permissions plugin would use

    small example here

    http://dev.bukkit.org/server-mods/permbukkit/pages/configuration/
     
Thread Status:
Not open for further replies.

Share This Page