This is a library for sharing common codes with my MCDR plugins
Feel free to use it in your project (under the LICENSE)
- 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
- Support default argument value for method wrapper
- Listen and pass plugin
on_load
andon_unload
events