Flipped the big lever

PULL THE LEVER KRONK
This commit is contained in:
alisolarflare 2017-04-15 20:36:59 -04:00
parent 980cc816f2
commit 118ef6f970
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,8 @@ import java.util.logging.Logger;
import org.bukkit.plugin.PluginDescriptionFile;
import org.bukkit.plugin.java.JavaPlugin;
import buttondevteam.presents.hello.Hello;
public class Main extends JavaPlugin{
public void onEnable(){
PluginDescriptionFile pdfFile = getDescription();
@ -12,6 +14,8 @@ PluginDescriptionFile pdfFile = getDescription();
Logger logger = getLogger();
logger.info(pdfFile.getName() + " has been started (V." + pdfFile.getVersion()+ ").");
new Hello().register(this);
logger.info(pdfFile.getName() + " has fully registered (V." + pdfFile.getVersion()+ ").");
}
}

View file

@ -0,0 +1,7 @@
main: buttondevteam.presents.Main
name: ButtonPresents
version: 0.0.1
commands:
hello:
description: A set of Hello World commands and listeners, type in /hello to see subcommands