Skip to content

Implement Sponge help command #548

@zml2008

Description

@zml2008

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions