Title says it all. The item was added using the RCON command "rewards add item mining.quarry 0 1 1000". The console said that it was successfully added to the shop. I double check the reward_data.json and it is there. See code below:
"mining.quarry_0": {
"shortname": "mining.quarry",
"customIcon": null,
"amount": 1,
"skinId": 0,
"isBp": false,
"category": 2,
"displayName": "Mining Quarry",
"cost": 1000,
"cooldown": 0
}Now following the logic of category 2 also containing the construction items, the mining quarry should be listed under construction. Yet its not there. I have tried deleting the quarry from the reward_data.json file, followed by a reload of the plugin, and subsequent readding of the quarry, and that didn't work. I then reloaded the plugin again to see if maybe the item was added but just wasn't displaying properly. Nothing.
So is anyone else having this issue with this specific item? Every single other item I have added has been successful, and no issues with the other 200ish items in my shop. So not really sure whats going on or how to debug further.
Thoughts?