A template for watamebot plugins.
- Move PluginTemplate.java to your package (if you have one) and rename it what you want.
- Edit module-info.java and ensure it links to your plugin class. Ex: net.foxgenesis.myplugin.MyNewPlugin
- Fill in the plugin.properties file with your information