DapperMickie / Forestry-Plugin

0 stars 0 forks source link

Setup project with the PluginModule style #4

Open DapperMickie opened 1 month ago

DapperMickie commented 1 month ago

I haven't used this in previous plugins, but I think a clean way of setting up the plugin structure is using the PluginModule (this is being used in the TOA plugin, starcalling plugin and other plugins.

https://github.com/zodaz/star-calling-assist/blob/master/src/main/java/com/starcallingassist/StarCallingAssistPlugin.java

https://github.com/zodaz/star-calling-assist/blob/master/src/main/java/com/starcallingassist/PluginModuleContract.java