The current config in GUI shop for Items looks like this:
This also has a few secondary benefits:
-The ability to grant VIP players and Admins access to the ability to purchase exclusive items
-Players who have earned achievements from plugins like PlayerChallenges, can be given access to exclusive items
-Players who have completed quests can be given access to exclusive items
Thank you so much for reading and responding!
-BXRFlip
"NAME OF THE ITEM": {
"buy": "BUYPRICE",
"img": "URLOFTHEIMAGE",
"item": "RUSTITEMNAME",
"cooldown": "0",
"sell": "SELLPRICE"
},
If we could add a 6th option, "perm": "CUSTOMOXIDEPERMISSION", and make it so that players are required to hold that perm in order to purchase that item, we could set the required perm for a second item to be the perm that the first item gives. Then we can set a few commands which when the second item is "Purchased" it revokes that perm and deposits the desired amount into the players account, thereby allowing players to sell back their perms, but also checking to see if the player has the perm to begin with.This also has a few secondary benefits:
-The ability to grant VIP players and Admins access to the ability to purchase exclusive items
-Players who have earned achievements from plugins like PlayerChallenges, can be given access to exclusive items
-Players who have completed quests can be given access to exclusive items
Thank you so much for reading and responding!
-BXRFlip