Give VIP players timed permissions?
Hello, I run the server.  My server has 3x configuration. I sell vip on my server. For example, the user received Silver vip and I will give silvervip features to this user(Specifications: skins.use, kits.silver, crosshair.use, metabolism.silver, bedscooldowns.silver I need to grant powers like these.)The duration of these features is 30 days. Do I have to enter these features one by one with the TimedPermissions plugin? Or is there an easy way. Can you tell me if there is an easy way? Thank you.
Make a group (oxide.group add vip) for the players, assign all permissions to this group (skins.use, kits.silver, crosshair.use, metabolism.silver, bedscooldowns.silver) and use the plugin (TimedPermissions) to give the player time ( 30 days) permission to this group with the team (addgroup steamID vip 30d)
Thank you so much.