[REQ] Permissions Premade

Discussion in 'Archived: Plugin Requests' started by XDomination0X, Aug 31, 2011.

  1. Offline

    XDomination0X

    i have successfully made the server but permissions has been confusing me heres the code i used in server-plugins-permissions-Survival-Groups.yml
    Code:
    groups:
        Admins:
            default: false
            info:
                build: true
                prefix: '&1[Head-Admin&1]&2'
                suffix: '&4'
            permissions:
            - '*'
        Default:
            default: true
            info:
                build: true
                prefix: '[New]'
                suffix: ''
            inheritance: []
            permissions:
            - essentials.spawn
            - essentials.motd
            - essentials.help
            - essentials.home
            - essentials.sethome
        Moderator:
            default: false
            info:
                build: true
                prefix: '&1[Moderator&1]&3'
                suffix: '&3'
            inheritance:
            - Default
            permissions:
            - essentials.tp
            - essentials.tphere
            - essentials.item
            - essentials.give
        SemiAdmin:
            default: false
            info:
                build: true
                prefix: '&1[Head-Moderator&1]&2'
                suffix: '&2'
            inheritance:
            - Moderator
            permissions:
            - +groupmanager.mandemote
            - +groupmanager.manpromote
            - -groupmanager.*
            - '*'
    
    heres what i did for server-plugins-permissions-Survival-users.yml
    Code:
    users:
        XDomination0X:
            info:
                prefix: '&c'
                suffix: ''
            permissions: []
            groups:
            - Admins
    
    here are my current plugins:
    borderguard
    permissions
    ichat
    lockette
    nocheat
    essentials
    HeroicDeath
    Please Start with my files =)
    <Edit by Moderator: Redacted mediafire url>

    is anyone starting on it? i cant believe im doing this on my first post -.-
    -bump

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

    chernobyl360

    you didnt even explain what you want LOL! do you want a plugin that makes permission nodes automatic?
     
  3. No, he wants someone to put the permission nodes into that config for him.
     
  4. Offline

    chernobyl360

    wow honestly? if your gonna host your own damn server setup everything on your own LOL! im not saying directly to u pandemoneus.
     
  5. Offline

    XDomination0X

    no all i need is groups like <[Head-Admin]XDomination0X: blah i have that ichat message format also. i noticed that ichat doesnt have loaded information in the start but shows up as a plugin could this be part of it? and guys no im not a plugin developer i have everything figured out except permissions its very confusing
     

Share This Page