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.
- Host: GitHub
- URL: https://github.com/boxbeam/cmdmgr
- Owner: boxbeam
- License: gpl-3.0
- Created: 2017-10-23T00:23:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T21:58:27.000Z (over 8 years ago)
- Last Synced: 2025-02-15T19:48:41.458Z (over 1 year 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