overall permissions problem

Discussion in 'Plugin Development' started by PrometeusH, Mar 30, 2011.

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

    PrometeusH

    Hello, the problem is that, I don't have a great idea where to put in my permissions. I have 2 .yml files, permissionsoli (oli is the name of my server, created after renaming) and oli.yml in the permissions folder. There are slots for permissions in both and I don't have a clue into where should I put them. Please help, every plugin I install, doesn't work!!! :'(

    This is what I have in permissions folder (oli.yml):
    users:
    S00ldYerR:
    group: Admins
    permissions:
    Herpina:
    group: Moderator
    info:
    prefix: 'Moo'
    suffix: 'Cow'
    permissions:
    - 'herp.derp'
    Derpina:
    group: Admins
    permissions:
    - '-derp.derp'
    The second .yml is empty, just an empty notepad file.

    Thank You.
     
  2. Offline

    Edward Hand

    Your permissions file should share the name of your main world (which is 'world' by default) and needs to be placed in your plugins/Permissions folder.

    (and it helps if you post your permissions stuff in [code] brackets so we can see the indentation)
     
Thread Status:
Not open for further replies.

Share This Page