mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-24 00:26:16 +02:00
Updated Custom Anvil (markdown)
parent
739a6227f0
commit
ea3722e51c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,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 and config if needed.
|
* On event trigger, [Register Enchantments](https://github.com/alexcrea/CustomAnvil/wiki/Register-Enchantments) and config if needed.
|
||||||
* (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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue