Solved Creating a VIP group?

Discussion in 'Rust Discussion' started by AndreSpecker, Nov 5, 2015.

  1. Hello, to create a group "VIP" I use oxide.group add vip

    To add a player to the group I use oxide.usergroup add PLAYER VIP.

    But using the plugin Chat Handler | Oxide not show the user as [VIP], does anyone know how to do?

    And how do I add kit for VIP's VIP users? which authlevel I use?
     
  2. Well to add the group, you did the right thing at first, but you also need to edit the configs, and then you give the group the permission VIP that you see in the configs

    Example: oxide.group add vip
    oxide.usergroup add Ankawi vip
    oxide.grant group vip vip
    then reload the plugins

    To create the kit, go to Kits for Rust Experimental | Oxide
     
  3. To add a player to vip so they can use kits you need to add them to the vip group and you will need to give the user the vip permission as well
    so like this
    oxide.grant user playername vip
    oxide.usergroup add playername vip
    You could give the group vip the vip permission as well
    oxide.grant group vip vip
     
  4. Ok, in the Kits = /kit permission VIP ??
     
  5. /kit add vip /kit description "Donator Kit" /kit permissions vip /kit items. I do believe these are the correct commands.
     
  6. thank you very much :D
     
  7. If you check the kit plugin you will find a post I made a few pages back from the last page of what to type
     
  8. Hi. I had create group VIP. But how to give to the group vip permissions, need create?, how, where?
    i write:
    oxide.group add vip
    oxide.grant group vip vip
    console gives me - Permission 'vip' doesn't exist
    ???
     
  9. permission is Kits.vip K is capped
     
  10. ah. i understand. The new permissions has created when i create new kit, and then i set a new permission name for this kit named "vip". Then i can add it to my group "VIP" as "grant group vip kits.vip"
    Thank you!
    and i am not must to use ChatHandler, i can use even Better char, or without chat plugins.
     
  11. hello, and create the vip groups and reboot the server to load the changes made but does not show me labels vip names or admin I must do to put them ?
     
  12. Instead of chat handler I would use Betterchat, you can set alot of things there + you can create in game VIP group (for oxide and BetterChat). And Like said above by @Resistance , each plugin, well most of them, have some sort of vip things, what you need to do is simply read the overview or/and support thread to those plugins ;)
     
  13. HI

    I have Create VIP CLASSES

    - VIP - RED
    - VIP - BLUE
    - VIP - YELLOW

    Bud, I want the VIP GROUP All have the same Name VIP Like

    VIP "COLER RED"
    VIP "COLER BLUE"
    VIP "COLER YELLOW"

    Is there a way to create tree Groups whit the same name and can I give players the VIP like for example

    ADD VIP COLER RED PLAYER NAME
    ADD VIP COLER BLUE PLAYER NAME
    ADD VIP COLER YELLOW PLAYER NAME

    Anyone that can help me out :) Thanks
     
  14. Wulf

    Wulf Community Admin

    You can use the BetterChat plugin for that, which I'd recommend posting in its support thread for help.
     
  15. guys/gals, could you please help? I am trying to make VIP kits and I did all the steps above. I use grant group vip kits.vip and it tells me in console that

    Permission 'kits.vip' doesn't exist


    I am lost and can not make any VIP kits. Any ideas?
     
  16. read and watch the videos on the kits plugin overview