Skip to content

groundbreakingmc/KidayPisun

Repository files navigation

How to compile the plugin

  1. Clone the repository:

    git clone https://github.com/groundbreakingmc/KidayPisun.git
  2. Navigate to the project directory:

    cd KidayPisun
  3. 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

The compiled plugin will be available in the build/libs/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages