Ranking plugin

Discussion in 'Archived: Plugin Requests' started by coolcam9930, Sep 10, 2013.

  1. Offline

    coolcam9930

    I know this is a big ask but I would like someone to make a ranking plugin. With the commands /promote, /demote and a few more
     
  2. Offline

    timtower Administrator Administrator Moderator

    coolcam9930 Get a normal permissions plugin, that will do
     
  3. Offline

    Kilovex

    Go ahead and get yourself PermissionsEx, trust me! It's much more reliable and gives you a satisfying feeling when you're done and it works. And there PLENTY of tutorials out there. But since I'm nice, I'm going to give you a personal tutorial:

    PEX Commands:

    NOTE: Add a "/" in the beginning of the command if you're
    typing this ingame. DON'T add a "/" if you're implementing this
    via the console!

    DO NOT use the [] when typing in the command!

    MAKE SURE YOU HAVE PEX INSTALLED ON YOUR SERVER!

    Create a Group:
    pex group [name of group] create

    Add A Permission To A Group:
    pex group [name of group] add [permission]

    Remove A Permission From A Group:
    pex group [name of group] remove [permission]

    Add A User To A Group:
    pex group [name of group] user add [ingame name]

    Add/Change A Prefix To A Group:
    pex group [name of group] prefix [Prefix]

    Add Inheritance To A Group:
    pex group [name of group] add inheritance [name of group to inherit]
     

Share This Page