Installation

Table of contents

  1. As a Spigot plugin
  2. Building from source

As a Spigot plugin

  1. Download the latest EzSkills-<version>.jar from GitHub Releases or build from source.
  2. Place the jar in your server’s plugins/ directory.
  3. Start (or restart) the server.
  4. Default configuration files are generated automatically under plugins/EzSkills/.

Building from source

git clone https://github.com/ez-plugins/EzSkills.git
cd EzSkills
mvn package -DskipTests

The shaded jar is produced at ezskills-plugin/target/EzSkills-<version>.jar.

For developers: Maven / Gradle dependency setup is covered in Developer Docs → Getting Started.