Requirements
| Requirement | Version |
|---|---|
| Minecraft | 1.21+ |
| Server software | Paper or Spigot |
| Java | 21+ |
Vault is an optional soft-dependency. The plugin loads and runs without it; Vault is only needed if you want mob-kill economy rewards.
Installation
Download the JAR
Go to the Releases page and download the latest
skills-<version>-all.jar file.Place the JAR in your plugins folder
Copy the downloaded file into your server’s
plugins/ directory.Optional: Vault setup
If you want mob-kill economy rewards, install Vault and a compatible economy plugin (such as EssentialsX Economy) before starting the server.What the first startup creates
After Skills loads for the first time, the following files and folders are created insideplugins/Skills/:
| File / folder | Purpose |
|---|---|
config.yml | Database type, skill cap, combat, magic, economy, and all other settings |
skills.db | SQLite database storing every player’s skill values and last-used timestamps |
lang/en.yml | All English-language messages, fully editable |
lang/ja.yml | All Japanese-language messages, fully editable |
If you prefer MySQL over SQLite, change
database.type to mysql in config.yml and fill in the connection details before starting the server for the first time.Verify the plugin loaded
A successful startup prints the following line to the server console:/skills in-game. If you see your skill list, the plugin is working correctly.
Upgrading from an older version
Review the changelog
Check the CHANGELOG for any breaking changes between versions — for example, v0.4.6 merged four production skills into two (
Crafting and Cooking), which may affect existing player data or admin scripts.Quickstart
Learn how skills work and try your first combat skill, spell, and language command.
Configuration
Explore every setting in
config.yml.