commands
commands copied to clipboard
Java Command Dispatch Framework - (Bukkit, Spigot, Paper, Sponge, Bungee, JDA, Velocity supported, generically usable anywhere)
Provide a @Description type annotation for documenting purpose of command Provide mechanisms for automatic help display, such as failed to find subcommands
- feat: add deregister methods to completions and dependencies - fix: change unregister to deregister - feat: add javadocs to deregisterCompleition - fix: add throws to javadocs for dependency methods...
This PR adds sponge API 8 support for sponge servers running MC 1.16.5+. It is still a WIP as I am still testing but the basic functionality is all working...
… is no longer a declared field
Hi! I added this feature for one of my plugins, so I thought why not make a PR for it because people might find useful. As the title suggest it...
Added constructor dependency injection to the small DI framework that already exists. This is done by adding `CommandManager#registerCommand(Class
I added Adventure as a module to acf. It's still a work in progress. TODOs: - [x] Make a proper implementation for MessageType and MessageFormatters. (take a look at the...
Initial PR migrating ACF to gradle. It compiles - but would need to be checked further. All feedback welcome! Things to do: 1. Configure shading as per original root project...
I added an option to use bot mention as a command prefix. Might be useful when you have per-server prefixes and forget what prefix is used in a particular server....
Adds command selector handling to `BukkitCommandContexts#getOnlinePlayer` However i'm not sure how to deal with @a or selectors that return more than one entity. So in this draft i just return...