Hide items both Buy and Sell disabled in shop listSuggestion
Can it hide items which are both Buy and Sell disabled in shop list? I don't want to delete them in shop category list. In that case the item will show when Buy or Sell option is enabled again.

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>
    },
Yes, I know. But I want to toggle the item showing status easily rather than delete/add manually.
  "EnableBuy": false,
  "EnableSell": false,​
If both these parameters are "false", the item will be not showing in the shop.
Well unfortunately it is not coded like that. + This plugin has always historically been this way as far as adding/removing from the shop display menus 

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.  
Thank you.

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.

 

unknown.png?width=1129&height=677

For items names, can you use official translate text? Just like call “item.displayName.english” from system.
I am looking into it but most likely not since all translation is done 100% client-side. Working on the client detection method to try and fetch the translated item names using the shortname as the key but so far no luck. Still in the development process... 
Yes, definitely I mean that use the shortname as the exclusive identifying for the items.

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. 

unknown.png?width=1226&height=677



Merged post

unknown.png?width=969&height=677

Just a bit longer.. @roadzhang

I can help to translate for Chinese language.
Add on discord and msg me I'll send the file I have translated for you to review Khan#8615
OK, sent friend request by Roadz#9610