MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
493 stars 350 forks source link

Adding My plugin to vault #852

Closed DotBeam closed 3 years ago

Sleaker commented 3 years ago

@DotBeam - plugin hooks are not required to be added into Vault, you can setup your own plugin to detect and register itself via the Bukkit services API at loading time, just like how Vault detects and loads legacy connectors.