Removing the categories?
Heya, so am currently setting up my server and im using the NPCs as shops in my town, but if i want the "Armor Merchant" to only have the attire category, how do i disable all the other categories being shown?

When i open the inventory of the "Armor Merchant" i can still see all of the other categories
Thanks
In response to MrSp0ngey ():
Heya, so am currently setting up my server and im using the NPCs as shops in my town, but if i want...
You could remove them alltogether by removing a section of lines from the guishop.cs file, but you wouldn't have them in the chat shop. So it would be how it used to be where the chat is just a list of items.

I wonder if there could be a config option in future versions to
(show category buttons = "true/false") in each category, chat, and npc shop section.

For now you could delete lines 598 to 765, and the comma at the end of line 597(a must).

Anything before 598 are the navigation buttons.
Since now the forward button is the last item in that section, you need to remove the comma at the end of line 597.