Skip to content

Instantly share code, notes, and snippets.

View BeenEncoded's full-sized avatar
💭
Status: All branches up-to-date

Jonathan W BeenEncoded

💭
Status: All branches up-to-date
View GitHub Profile
public class YourPlugin extends Plugin {
private static String pluginName = "Your Plugin";
private static String shortName = "Yours";
private static String pluginAuthor = "You";
private static String pluginVersion = "V?";
private static String pluginDescription = "Your plugin description.";
private static int id = 7;
public YourPlugin() {