Temp VIP
Temp grants users VIP either randomly or by being one of the first X amount of people to join after wipe. A great incentive to get players to join right on wipe and a great way to reward players for joining and playing! FEATURES - Grant vip to random players on join based on a % chance - Grant vi...
codefling.com
About Temp VIP
Temp grants users VIP either randomly or by being one of the first X amount of people to join after wipe.
A great incentive to get players to join right on wipe and a great way to reward players for joining and playing!
FEATURES
- Grant vip to random players on join based on a % chance
- Grant vip to the first X amount of players to join after wipe
- Options to remove the ranks on next wipe
- Options to remove the ranks on a time basis
- ETC*
CONFIG
{
"VIP options on new wipe": {
"Grant VIP on wipe to the first X amount of joiners (0 = disabled)": 10.0,
"Oxide group to grant": "vip",
"Remove rank after X minutes (0 = disabled)": 120.0,
"Remove rank on new wipe": true,
"Count as a free VIP rank if the user already has that VIP rank": false
},
"Random VIP granter options": {
"Random % chance of user getting a VIP rank on join (0 = disabled)": 5.0,
"Oxide group to grant": "vip",
"Max Random VIP's given per wipe (0 = inf)": 10.0,
"Remove rank after X minutes (0 = disabled)": 120.0,
"Remove rank on new wipe": true,
"Allow user to randomly get VIP more than once a wipe": false
}
}