Solved VIP color prefix

Discussion in 'Plugin Requests' started by Ehsan, Aug 4, 2015.

  1. i need one plugin for vip
    default sethome in my server is one but for vip i need 2
    i need to they have a color chat.
     
  2. You can use oxide groups to do that.
    Set up a new group using console commands:
    oxide.group add vip

    For the colored chat for VIP's you could use Better Chat
    http://oxidemod.org/plugins/better-chat.979/

    To setup the VIP color; read the overview of the plugin
    then add the color to the vip group:
    oxide.grant group vip color_vip

    then you can add players to the group using
    oxide.usergroup add <VipPlayer> vip

    Giving them more homes in the teleportation plugin, would require code changes in that plugin.