About VIP Packages
Create as many "VIP" Packages as you need for your community, reward the most loyal players, and new ones as well.
Customizable loot table for items to be claimed on a daily cooldown in minutes, supports decimals, ex. 0.5 = 30 mins.
Discord Webhook Logging will notify you what package the user is claiming.
Players are notified on schedule if they are cooled down and can claim.
THIS IS A COMPLETE REWRITE AND UPGRADE OF SIMPLE VIP, FOR THIS REASON SIMPLE VIP IS NO LONGER SUPPORTED.
Commands
/clearpackages - Clears all data
/(packageclaimcommand) - Is what you set in config for the player to use to claim, you can make as many as you want to. Users must have the matching permission.
Permissions
ADMIN - Allows usage of the Clear Function
Example Config.
{ "Discord Webhook URL": "", "Clear Data On Wipe?": true, "Packages": [ { "Package Name": "<color=yellow>VIP</color>", "Permission Name": "vip", "Command To Claim": "vip", "Cooldown In Hours": 0.5, "Claim Effect Path": "assets/prefabs/misc/easter/painted eggs/effects/eggpickup.prefab", "Items": [ { "Shortname": "rifle.ak", "Skin": 0, "Custom Name": "", "Amount": 1 }, { "Shortname": "metal.facemask", "Skin": 0, "Custom Name": "", "Amount": 1 } ] }, { "Package Name": "<color=red>Legend</color>", "Permission Name": "legend", "Command To Claim": "legend", "Cooldown In Hours": 12, "Claim Effect Path": "assets/prefabs/misc/easter/painted eggs/effects/eggpickup.prefab", "Items": [ { "Shortname": "supply.signal", "Skin": 0, "Custom Name": "", "Amount": 1 }, { "Shortname": "rifle.bolt", "Skin": 0, "Custom Name": "", "Amount": 1 } ] } ] }
{ "PackageDoesNotExist": "[<color=yellow>VIP PACKAGES</color>] This package does not exist.", "CannotClaim": "[<color=yellow>VIP PACKAGES</color>] You do not have permission to claim this package.", "NotEnoughInventory": "[<color=yellow>VIP PACKAGES</color>] You do not have enough inventory space to claim this package. You need <color=green>{0}</color> inventory slots.", "PackageReady": "[<color=yellow>VIP PACKAGES</color>] Your {0} package is ready to claim using the /<color=blue>{1}</color> command!", "CooldownRemaining": "[<color=yellow>VIP PACKAGES</color>] You must wait {0} before claiming this package again." }