New command system, fixes, improvements #61

Merged
NorbiPeti merged 6 commits from dev into master 2019-02-01 16:07:50 +00:00
NorbiPeti commented 2019-01-30 23:14:08 +00:00 (Migrated from github.com)
  • Created command preprocess event
  • Implemented new command system
    • The /component command now uses that
    • It calls the method named as the command, with the given parameters
    • Supports help text
    • Automatically generating usage text (ButtonProcessor)
  • Component system additions (#48)
    • Automatically unregistering components in order (#57)
  • Schrestart now takes seconds as param, not ticks
  • Allowing to change the current timer value in the restart event
  • Fixed/implemented number handling in config
  • Fixed annotation processing in other plugins
* Created command preprocess event * Implemented new command system * The /component command now uses that * It calls the method named as the command, with the given parameters * Supports help text * Automatically generating usage text (ButtonProcessor) * Component system additions (#48) * Automatically unregistering components in order (#57) * Schrestart now takes seconds as param, not ticks * Allowing to change the current timer value in the restart event * Fixed/implemented number handling in config * Fixed annotation processing in other plugins
Sign in to join this conversation.
No description provided.