Plugin Help PEX Help

Discussion in 'Plugin Help/Development/Requests' started by KingRaptor345, May 8, 2015.

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

    KingRaptor345

    Hi, I can't get permissionsex to work, my permissions file is done but it doesnt show the prefix in chat. here is my config. Its not finished yet because i cant get this to work, the same happens on bpermissions, zpermissions, I havent tried group manager yet. Please help me get this to work!

    groups:
    default:
    permissions:
    - modifyworld.*
    options:
    rank: '900'
    prefix: '&c(Guest)'
    default: true
    Builder:
    permissions:
    - worldedit.*
    options:
    rank: '800'
    prefix: '&e(Builder)'
    inheritance:
    - default
    Moderator:
    permissions:
    - staffessentials.*
    options:
    rank: '700'
    prefix: '&b(Mod)'
    inheritance:
    - default
    - Builder
    Admin:
    options:
    rank: '600'
    prefix: '&2(Admin)'
    inheritance:
    - default
    - Builder
    - Moderator
    Owner:
    options:
    rank: '500'
    prefix: '&1Owner'
    inheritance:
    - default
    - Builder
    - Moderator
    - Admin
    schema-version: 1
    users:
    c4ff284c-a526-4449-8362-524d4f2aa4a0:
    group:
    - Owner
    options:
    name: KingRaptor345
     
Thread Status:
Not open for further replies.

Share This Page