So I've recently started writing like a RulesUI plugin which contains not only the rules of the server but all of the commands in 5 diffrent categories and halfway trough i realised that there must be a quicker way to do what I'm doing.Because right now what I'm doing is creating new form for every command there is on my server just to be more clear.But it became a lot of code not that I can't write it all but can it be made with config so that when I want new category or sub-category to use identifier in the config to then pass it on the plugin and construct the menu