Skip to content

FoxGenesis/WatameBot-Plugin-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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