SimpleSkills is an open source Minecraft plugin that systematically introduces skills into the game. As players perform in-game activities, they gain experience in corresponding skills and unlock beneficial effects. There are both useful and situational skills, and server owners can configure which skills are active and adjust experience progression to suit their server.
- You can download the plugin from this page.
- Once downloaded, place the jar in the plugins folder of your server files.
- Restart your server.
- User Guide - Getting started and common scenarios
- Commands Reference - Complete list of all commands
- Configuration Guide - Detailed config options
You can find the support discord server here.
Please fill out a bug report here.
For development purposes, a Docker-based test server is available.
- Copy
sample.envto.envand configure as needed. - Install the Ponder dependency (required once per machine):
mvn install:install-file -Dfile=dependencies/ponder-v0.14-alpha-2.jar -DgroupId=preponderous -DartifactId=ponder -Dversion=v0.14-alpha-2 -Dpackaging=jar
- Build the plugin:
mvn clean package - Start the test server:
./up.sh
./down.sh
| Name | Main Contributions |
|---|---|
| Daniel Stephenson | Creator |
| VoChiDanh | NMS utilization & other improvements |
| Callum | Massively improved the plugin in many ways |
| Deej | Renamed a skill |
This project is licensed under the MIT License.
This project is in active development.
You can view the bStats page for the plugin here.