1. Okay so with the latest update we got oxide permission system oxide.group oxide.grant oxide.revoke

    when i type oxide.group it says
    Syntax: oxide.group <add|remove|set> <name> [title] [rank]

    so i tried to make my own group oxide.group add vip VIP 1
    ...
    I dont know how this system works .... Can someone explain me ? It allowes some created groups to use some specific plugins or what xD?

    And if its possible i'd like to see an example of this process.
     
  2. Wulf

    Wulf Community Admin

  3. Wulf

    Wulf Community Admin

  4. Permissions are like flags. Oxide's permission system is basicly just a data management that can handle groups, users and assign permissions to them.
    There is no functionality that makes use of this data in Oxide itself, Oxide just manages them.

    To use the data and do something with it you need a plugin that utilizes it. In case of ChatHandler it uses the data to offer the ability to create prefixes and colors based on permissions.
    So if you for example want to give a specific group of people a specific prefix in their names and want to have them in a different color you can assign a specific permission to these exact settings and simply assign this permission to the group so everyone in this group has the settings assigned to that permission the group uses.


    If you're not a legacy player and dont know the Flags plugin it probably helps reading its overview page to understand this kind of system better. Oxide's permission system is basicly the same like Legacy's Flags plugin but built in Oxide.
     
  5. Okay, i got it but.... i dont know if oxide's permission system has a command which shows all the players who got a specific group something like oxide.grouplist and it will show every player that has a specific group :)
     
  6. Last edited by a moderator: Mar 22, 2015
  7. Wulf

    Wulf Community Admin

    That was linked in the first reply. ;)
    [DOUBLEPOST=1427036181][/DOUBLEPOST]
    There isn't a command that I know of yet to list yet. I'll look into it though.
     
  8. Okay thats all if you want you can close the Thread!