-
Clone the repository:
git clone https://github.com/groundbreakingmc/KidayPisun.git
-
Navigate to the project directory:
cd KidayPisun -
Run the build command:
- Standard build (requires MyLib plugin on server):
./gradlew build
- With embedded MyLib:
./gradlew build -PshadeMyLib
- For RuSpigot (changes plugin name to TowerBuilder):
./gradlew build -PruSpigotPlugin
- For RuSpigot with embedded MyLib:
./gradlew build -PshadeMyLib -PruSpigotPlugin
- Standard build (requires MyLib plugin on server):
The compiled plugin will be available in the build/libs/ directory.