-
-
Notifications
You must be signed in to change notification settings - Fork 22
Description
For Nucleus, as you can imagine I have a lot of commands. On my documentation site, I have a searchable commands list, which uses a custom javascript function to filter commands based on their names.
See https://nucleuspowered.org/docs/commands2.html for my rather hacky fix.
It would be good for me if this functionality was available in Ore. I would envisage some sort of YAML file that could be uploaded with standard fields, such as command string (including subcommands), description and required permission for the command - plus anything else anyone finds useful. It would be good to have permissions in this way too, or potentially generalise this in some way for arbitrary content (I could use it for modules, but I also understand not wanting to generalise this for very few cases)