How would i enable users to purchase the command instead of them purchasing the permission so they can upgrade?
"kits": {},
"commands": {
"BackPack x2 Rows": {
"description": "BackPack x2 rows",
"iconName": "https://i.imgur.com/CyF0QNV.png",
"commands": [
"bpset $player.id 5"
],
"displayName": "BackPack",
"cost": 2500,
"cooldown": 99999999
},
"MyMini": {
"description": "Spawn Mini Helicopter, usable again once your current heli is blown up otherwise RP will be deducted",
"iconName": "https://static.wikia.nocookie.net/play-rust/images/9/95/494EDB03-BAEA-42BB-8FAE-748F0D2B50A9.png/revision/latest?cb=20191107202537",
"commands": [
"spawnmini.give $player.id"
],
"displayName": "Mini Helicopter",
"cost": 5000,
"cooldown": 0
},
"Recycler": {
"description": "Personal Recycler",
"iconName": "https://static.wikia.nocookie.net/play-rust/images/e/ef/Recycler_icon.png/revision/latest?cb=20161105162407",
"commands": [
"recycler.give $player.id"
],
"displayName": "Personal Recycler",
"cost": 7000,
"cooldown": 0
}
already have custom commands but i dont know i would do it for Building Grades