// TODO: Place any custom enable code here including the registration of any events
// EXAMPLE: Custom code, here we just output some info so we can check all is well
setupPermissions();
PluginDescriptionFile pdfFile = this.getDescription();
if(Permissions != null)
System.out.println( "Take yourself wonder by wonder, using /magiccarpet or /mc. " + pdfFile.getName() + " version " + pdfFile.getVersion() + " is enabled!" );
}