Plugin Help I need help with PermissionsEx

Discussion in 'Plugin Help/Development/Requests' started by Stennifer, Jan 15, 2017.

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

    Stennifer

    Hello, i have problem, and i cant fix them, maybe anyone can help me?
    Problem - I cant code right so the PermissionsEx will disable it

    I need to code the permissions.yml file but theres a problem
    I dont know how to add permissions and stuff, can anyone fix this?
    p.s. add the faction stuff too

    code:

    Code:
    groups:
      Helper:
        default: false
        prefix: '&0[&dHelper&0]&f '
        build: true
        permissions:
        - essentials.help
        - essentials.rules
        - essentials.motd
        - essentials.warp.list
        - essentials.warp
        - essentials.sethome.multiple.staff
        - essentials.nick
        - essentials.home.others
            rank: '400'
            build: true
            suffix: '&a'
      Mod:
        default: false
        prefix: '&0[&bMod&0]&f '
        inheritance:
        - Helper
        build: true
        permissions:
        - essentials.helpop
        - essentials.gamemode
            rank: '300'
            build: true
            suffix: '&a'
      Admin:
        default: false
        prefix: '&0[&6Admin&0]&f '
        inheritance:
        - Mod
        - Helper
        build: true
        permissions:
        - essentials.gamemode
        - essentials.give
        - essentials.god
            rank: '200'
            build: true
            suffix: '&a'
      Owner:
        default: false
        prefix: '&0[&4Owner&0]&f '
        build: true
        permissions:
        - '*'
            rank: '100'
            build: true
            suffix: '&a'
     
  2. Offline

    timtower Administrator Administrator Moderator

  3. Offline

    Stennifer

    Thanks
    ...

    One more problem - how do i promote?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jan 15, 2017
  4. Offline

    timtower Administrator Administrator Moderator

  5. Offline

    Stennifer

    Oh, Something diffrent is wrong, the prefix and suffix wont show up....
     
  6. Offline

    timtower Administrator Administrator Moderator

    @Stennifer Do you have a chat managing plugin?
    If not: try ChatEx
     
  7. Offline

    Stennifer

    No i dont, sorry for wasting your time, One more thing - How do i remove those <Nick>
     
    Last edited: Jan 16, 2017
  8. Offline

    OTF Catastrophe

    What is "<Nick>" :confused:
     
Thread Status:
Not open for further replies.

Share This Page