Installation
Table of contents
As a Spigot plugin
- Download the latest
EzSkills-<version>.jarfrom GitHub Releases or build from source. - Place the jar in your server’s
plugins/directory. - Start (or restart) the server.
- 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.