-
-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Description
Sponge commands have metadata available that vanilla commands do not. To accommodate this, we should create our own help command that presents the metadata about every registered command.
Additionally, this help command should list:
- all registered permissions (upcoming permissions registry, commands api setPermission method
- default permissions? (maybe this should be handled by a permissions plugin)
- commands by plugin (so a page for each plugin listing its commands)
Commands that cannot be accessed by a user should be hidden if possible.
The output of this command should be paginated (because some of these things could get pretty long) --- see #547
Reactions are currently unavailable