Examples of PluginDescriptionFile


Examples of org.bukkit.plugin.PluginDescriptionFile

        // 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!" );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.