Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 499 Bytes

README.MD

File metadata and controls

19 lines (12 loc) · 499 Bytes

KPI

This is a library for sharing common codes with my MCDR plugins

Feel free to use it in your project (under the LICENSE)

Feature

  • Define command tree by class with method wrapper
  • Json config support
  • Properties file support
  • Some little utils, such as dyn_call, new_command, join_rtext, send_message, debug, etc.
  • JobManager for sync job execute

TODO

  • Support default argument value for method wrapper
  • Listen and pass plugin on_load and on_unload events