PermissionsEX

Discussion in 'Bukkit Help' started by GetOnMyLvL Bro, Oct 15, 2013.

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

    GetOnMyLvL Bro

    I have made a server and installed a few plugins but i dont know how to write the permissionsEX could someone help me. i cant pay but you will get Co-Owner of my server (With all permissions)

    also if you know some plugins i should add let me know

    I have these plugins
    AntiSwear
    Broadcaster
    CreeperControl
    EssentialsChat
    HackerReport
    InteliAntiCAPS
    LessMobLag
    LoreAttributes
    Multiverse-Core-2.4
    Multiverse-Portals-2.4
    NoCheatPlus
    ReduceLag
    ServerHub
    StopThatLag
    PermissionsEx
     
  2. Offline

    hessianmc

    Well I would use Group Manager because you are a beginner. Now when you write the permissions it basically means making nodes. Nodes can be positive (-) or negative (- -) but they have to be 4 spaces after the line
    Positive node example:
    - essentials.home
    Negative node example:
    - -essentials.home
    Negative nodes don't let player use the commands but positive nodes do. So, for ever plugin you have to search up (plugin name) what nodes does this have. Then if you need more assistance search up a youtube video about nodes.

    Hope this works,
    -hessianmc
     
  3. Offline

    kimb00p

  4. Offline

    GetOnMyLvL Bro

    Thx
     
  5. Offline

    hessianmc

  6. Offline

    TrpkGod

    Code:java
    1. groups:
    2. default:
    3. default: true/false {True = New players are set to this rank. False = Must be promoted to get}
    4. inheritance:
    5. - {Parents Groups}
    6. permissions:
    7. - {Permission node}
    8. prefix: '{prefix optional}'
    9. suffix: '{suffix optional}'
    10.  


    Thanks,
    TrpkGod
     
Thread Status:
Not open for further replies.

Share This Page