This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() { |