Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 652 Bytes

Example Bukkit Project with Gradle

Configuration

  1. Change the project name in the settings.gradle file
  2. Change the project group and version in the build.gradle files
  3. You may also configure commands permissions in the build.gradle with this information
  4. Make sure to reference your plugin class and the Bukkit's API version in the build.gradle file as shown in this example
  5. When you are ready, execute in shell/command prompt: gradlew build to create the jar file
  6. Your jar file will be available in the build/libs directory