
A single file that contains all buy and sell prices for materials instead of needing to put a buy and sell on each item entry individually. This would help in instances where you need to search through each menu.yml file. It would all be in one place that’s easier to search.
You could add a new argument “auto_price: true” to tell the plugin to pull the info from the prices.yml file. You would take the “material:” data to query the file and get the price. If “auto_price:” is left off, it should default to “false”. I do something similar with DeluxeMenus using PAPI with the Javascript expansion. Since ShopGUI+ doesn’t support PAPI, I can’t do this. It would be a nice QOL addition in my case since I use a lot of sub menus.

100% support this idea, surprised more have not.