From ea3722e51caf3c996d8ee0f258ab93c9226808d1 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:02:33 +0200 Subject: [PATCH] Updated Custom Anvil (markdown) --- Custom-Anvil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Anvil.md b/Custom-Anvil.md index 40a6959..ec155ec 100644 --- a/Custom-Anvil.md +++ b/Custom-Anvil.md @@ -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: * Add CustomAnvil as softdepend or depend * 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. You can also register Custom anvil recipe if you like to.