Can't get trumpet added to shopSolved
Hi,

My players aren't able to purchase the trumpet in the shop even with this config:

"Plumber's Trumpet": {
"DisplayName": "Plumber's Trumpet",
"Shortname": "fun.trumpet",
"EnableBuy": true,
"EnableSell": false,
"Image": "https://rustlabs.com/img/items180/fun.trumpet.png",
"SellPrice": 1.0,
"BuyPrice": 10.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"KitName": null,
"Command": null,
"SkinId": 0
},

Any idea?
remove the special character from the display names "Plumbers Trumpet"  <without ', with ' > "Plumber's Trumpet"
It worked! Thanks!
Locked automatically