Ecosyste.ms: Awesome
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: 21 days 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.
- Host: GitHub
- URL: https://github.com/boxbeam/cmdmgr
- Owner: boxbeam
- License: gpl-3.0
- Created: 2017-10-23T00:23:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T21:58:27.000Z (about 7 years ago)
- Last Synced: 2024-11-05T23:09:35.118Z (2 months ago)
- Language: Java
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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