Updated Home (markdown)

alexcrea 2024-07-14 20:04:54 +02:00
parent 79aab98465
commit c309382ca6

@ -9,7 +9,7 @@ If you like to make your custom enchantment plugin compatible with Custom Anvil,
Here are the general step to make your plugin compatible with Custom Anvil: Here are the general step to make your plugin compatible with Custom Anvil:
* Add CustomAnvil as softdepend or depend * Add CustomAnvil as softdepend or depend
* On startup, if CustomAnvil is present, listen to the necessary event. * On startup, if CustomAnvil is present, listen to the necessary event.
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and [Enchantment Conflict](https://github.com/alexcrea/CustomAnvil/wiki/Conflicts-Group). * On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments), [Material Group](https://github.com/alexcrea/CustomAnvil/wiki/Material-Group) and [Enchantment Conflict](https://github.com/alexcrea/CustomAnvil/wiki/Conflict-Group).
* (Optional) Also register bulk operation for optimization if possible. * (Optional) Also register bulk operation for optimization if possible.
You can also register Custom anvil recipe if you like to. You can also register Custom anvil recipe if you like to.