Solved Oxide permissions for mods

Discussion in 'Rust Discussion' started by DiWorm, Jun 20, 2015.

  1. Hello!

    I do not want to use the default system of ban/kick etc, coz it need to use ownerid/moderatorid => player have another nick color => some shit for moderators who playing on server.

    I searched about oxide.permisions and plugin for work with it -- http://oxidemod.org/plugins/enhanced-ban-system.693/ -- all ok, another what i searched - http://oxidemod.org/plugins/boxlooters.989/ but i dont know how to get admin/moderator oxide.group permision for use it.

    Any ideas?
     
  2. You can read this: http://oxidemod.org/threads/using-oxides-permission-system.8296/
    Or you can read the tutorial that i will write here:
    1. Open http://oxidemod.org/plugins/enhanced-ban-system.693/
    2. Press CTRL+F and search for "Permission"
    3. Done you found some plugin Permissions
    4.a WARNING dont do the 4.b if you do this one.. Go to your console and type (oxide.grant user DiWorm canban) (you can add the other permissions later)
    4.b WARNING dont do the 4.b if you do this one.. Go to your console and make a new group (oxide.group add owner) then you must give this group a permission (oxide.grant group owner canban) so the last thing that you have to do is giving yourself this group which has this permission(oxide.usergroup add DiWorm owner)
     
  3. Since there is no Permission it cares about Authlevel (moderatorid and ownerid)
     
  4. thank you