07-03-2014, 10:27 PM
If you want your plugin to create its own hooks, and you want other plugins to hook into them then you probably have to do it the same way our WorldEdit plugin does it. Other plugins can call a function in WorldEdit to register a function. Whenever a certain action happens WorldEdit will call the function from the plugin.