Hello,
I’ve installed the Shop UI plugin and confirmed that the Shop.cs file is loaded correctly. The plugin has generated the expected data folder at oxide/data/Shop, and the category tabs are displaying properly in-game.
However, none of the items listed in those categories are appearing in the shop interface. I’ve verified the following:
Items.json is formatted as a flat dictionary with valid shortnames
Each item includes BuyPrice, SellPrice, MinimumAmount, and "Currency": "rp" for ServerRewards
All shortnames listed in Categories.json match those defined in Items.json
The JSON files are syntactically valid and have been tested with a validator
The plugin has been reloaded using oxide.reload Shop
Despite these checks, the shop UI remains empty under each category. I would appreciate any guidance on resolving this issue.
Thank you, Kelley