Hide items both Buy and Sell disabled in shop listSuggestion
To remove an item from the shop simply remove the name of the item from the top half of the config where all the shops are.
"Shop - Shop Categories": {
"Commands": {
"DisplayName": "Commands",
"Description": "You currently have {0} coins to spend in the commands shop",
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": null,
"Items": [
"Minicopter",
"Sedan",
"Airdrop Call" <shows in shop>
]
},
"Shop - Shop Categories": {
"Commands": {
"DisplayName": "Commands",
"Description": "You currently have {0} coins to spend in the commands shop",
"EnabledCategory": true,
"EnableNPC": false,
"NPCId": null,
"Items": [
"Minicopter",
"Sedan",
] <removed from shop>
}, "EnableBuy": false,
"EnableSell": false,If both these parameters are "false", the item will be not showing in the shop. I can try and figure out a way to do this request but as it stands this is not an issue merely a request now. Thank you for the feedback I will tinker with it a bit and see what I can come up with.
BTW, I hope the plugin can get multi-language item name rather than "item.displayName.english" only, I don't know if the related function of Oxide is completed.
I need to pay severalhours to translate the items' names.
I have looked into multi-language support and have already tested/talked to a few devs on how to do it. It has been on my to-do list if you follow my Trello page.
It is not going to be a simple task. I'll most likely do what Item Cost Calculator does or some form of method like that. + It means I would have to provide different files pre-translated and upload them, provide links to them, etc. I have not given up on it.
I am merely working out other priorities first before trying to implement such a feature.
I am sorry for any inconvenience this may cause for you and others but rest assured it will come just is going to take a lot of time, and I do not have any people willing to translate for me at this time. This means most of it will most likely be auto-translated by software and edited many times as reports come in.

Very appreciate your superb plugin and brilliant work.
@roadzhang
Multi-Language support is pretty much figured out now. The next update will have it. The below image is all in french simple language file swap is all it takes will provide download links to each language.

Merged post

Just a bit longer.. @roadzhang