Skip to content

A simple example of a Bukkit Plugin project using gradle without external libraries

Notifications You must be signed in to change notification settings

ProgramandoMinecraft/Example-Bukkit-Gradle-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple example of a Bukkit Plugin project using gradle without external libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages