- Clone this repository
git clone https://github.com/xap3y/TemplateBukkitGradle.git
cd TemplateBukkitGradle
- Refactor the project
2.1 change thegroup
,baseCoordinates
andversion
in thebuild.gradle
file.
2.2 change themain
andname
in thesrc/main/resources/plugin.yml
file.
This will create the project in the active directory
curl -fsSL https://static.xap3y.fun/install.sh | bash
List of features implemented in this project:
Warning
Not all of the features above are enabled by default!
To enable them, you need to uncomment the corresponding lines in the build.gradle
file.
./gradlew build
- automatically shades all dependencies and creates a single jar file in the build/libs
directory.