PluginDescriptionFile pdfFile = this.getDescription();
System.out.println( pdfFile.getName() + " version " + pdfFile.getVersion() + " is enabled!" );
getCommand("time").setExecutor(new TimePluginCommand(this));
getCommand("tp").setExecutor(new TeleportPluginCommand(this));
getCommand("give").setExecutor(new GivePluginCommand(this));
getCommand("take").setExecutor(new TakePluginCommand(this));
getCommand("tphere").setExecutor(new TeleportHereCommand(this));
getCommand("clear").setExecutor(new ClearPluginCommand(this));
}