A repository of example plugin of MCDReforged
Available plugin formats:
- Solo Plugin
- Packed Plugin
- Directory Plugin
Directory plugin is mostly used for plugin debugging / development
Inside you IDE, set ExamplePluginTest/ as the source root for easier coding
Put the whole ExamplePluginTest/ folder into the plugin folder of MCDR to use it
You can also use command python -m mcdreforged pack -i ./ExamplePluginTest to pack this directory plugin into a packed plugin