Skip to content
alexcrea edited this page Jul 12, 2024 · 30 revisions

Plugin installation

Just drop the plugin jar to /plugin on a spigot or fork of spigot, restart, and it should work.

Custom enchantment plugin developers

If you like to make your custom enchantment plugin compatible with Custom Anvil, the rest of the documentation will help you with that.

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.
  • (Optional) Also register bulk operation for optimization if possible.

You can also register Custom anvil recipe if you like to.

Add custom anvil as dependency

Currently, there is no clean way to add Custom Anvil as a dependency for your plugin.
Working on that.

Complementary information

Right now, documentation is incomplete and more page will be provided later.

Clone this wiki locally