Skip to content

xap3y/TemplateBukkitGradle

Repository files navigation

Bukkit project template

Installation:

  1. Clone this repository
git clone https://github.com/xap3y/TemplateBukkitGradle.git
cd TemplateBukkitGradle
  1. Refactor the project
    2.1 change the group, baseCoordinates and version in the build.gradle file.
    2.2 change the main and name in the src/main/resources/plugin.yml file.

Fast installation (Linux only):

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.

Building:

./gradlew build - automatically shades all dependencies and creates a single jar file in the build/libs directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages