Hi,
Is it possible to sell static objects such as recyclers? I've seen a server done it, but I'm not able to set the recycler as object:
"recycler_0_1": {
"shortname": "recycler.static",
"customIcon": null,
"amount": 3,
"skinId": 0,
"isBp": false,
"category": 9,
"displayName": "Timed Explosive Charge",
"cost": 1,
"cooldown": 0
Add Static Objects to storeSolved
Maybe somehow with:
uMod - Extended Recycler by Orange
Merged post
I've managed it as command, but sadly its not listed under items :/
"commands": {
"Recycler": {
"displayName": "Recycler",
"description": "Your Personal Recycler!",
"iconName": "https://static.wikia.nocookie.net/play-rust/images/e/ef/Recycler_icon.png",
"commands": [
"recycler.give $player.id"
],
"cost": 1
}
Merged post
SOLVED! I've got it working.
Locked automatically