Skip to content

Added New Command System and Utils

Compare
Choose a tag to compare
@funkemunky funkemunky released this 04 Jan 17:19
· 777 commits to master since this release

This release includes nice new features for making your life even easier. Documentation coming soon.

  • Added a command system (FunkeCommand, FunkeArguments). It includes a state of the art tab-complete system, compatible with 1.7-1.13, including logic so your tab completion can look like you know what you're doing.
  • Added a method (MiscUtils#registerCommand) which can allow you to register a command as though it were inside the plugin.yml. WARNING: Only use this method inside the JavaPlugin#onLoad method (inside your main class).