Installation command
!!MCDR plugin install kpi
Author
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
2230
Back to catalogue
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
andon_unload
events
Introduction source: README.MD