An open API service indexing awesome lists of open source software.

https://github.com/boxbeam/cmdmgr

A command manager for Spigot. It manages permissions, auto-generates help, handles subcommands, hooks directly into methods in your code, can pass complex types as arguments for said methods, handles tab completion. Intuitive and simple.
https://github.com/boxbeam/cmdmgr

Last synced: 11 months ago
JSON representation

A command manager for Spigot. It manages permissions, auto-generates help, handles subcommands, hooks directly into methods in your code, can pass complex types as arguments for said methods, handles tab completion. Intuitive and simple.

Awesome Lists containing this project

README

          

# CmdMgr
A command manager for Spigot. It manages permissions, auto-generates help, handles subcommands, hooks directly into methods in your code, can pass complex types as arguments for said methods, handles tab completion. Intuitive and simple.

See examplecmd.txt and src/redempt/cmdmgr/ExampleListener.java