Can't change the shop name
Hi

I tried to change the shop name but it doesn't change, what am I missing?

Thank you,
The shop names are directly tied to the categories. I wouldn’t changing them for the time being.

You can change the shop name I did it directly in the plugin and it works fine!

This would be reset if you would update the plugin though!

 

Edit:

Version 1.5.85

line 435

Version 1.5.9 (current version)

Line 438

Text = {Text = shopname, FontSize = 30, Align = TextAnchor.MiddleCenter},

replace shopname

Text = {Text = "<>Your Shop Name here<>", FontSize = 30, Align = TextAnchor.MiddleCenter},

You can use  a custom color=#55aaff between <> in front of text and close with /color between <> at the end before ".

Hope this helps, maybe dev can make a config in the lang file someday.

thx will check it out, maybe add a lang file 
This wouldn’t be a Lang file thing, but I can for sure look at adding customization for the shop names.
got it thx working perfectly

Merged post

Default that will be excellent if you can don't mind editing in the cs file just didn't know where
I just took a look on my iPad quick as I’m sitting in class, and this is something I’ve been meaning to overhaul.

Ill begin working on a patch for this once I get InfoPanel up and working tonight.
Ive recently been getting back into the swing of Rust development due to restarting my network, so work for my current plugins will be resumed and updates should happen a lot quicker than prior.
You're awesome Default keep up the good work!