Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 338 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 338 Bytes

WatameBot-Plugin-Template

A template for watamebot plugins.

Setup

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