A template for watamebot plugins.
- You must have WatameBot cloned and in the same directory (Will upload WatameBot to maven later)
- Move PluginTemplate.java to your package (if you have one) and rename it what you want.
- Edit assets/META-INF/services/net.foxgenesis.watame.plugin.IPlugin and ensure it links to your plugin class. Ex: net.foxgenesis.myplugin.MyNewPlugin
- Fill in the PluginProperties annotation on your plugin class