Skip to content

kmcsr/kpi_mcdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 15, 2025
824b0bf · Apr 15, 2025

History

37 Commits
Apr 15, 2025
Feb 26, 2023
Mar 3, 2023
Sep 17, 2022
Mar 1, 2023
Apr 15, 2025
Mar 3, 2023
Feb 6, 2025
Jun 8, 2023
Sep 17, 2022

Repository files navigation

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