Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Pufferfish's Skills
About
Pufferfish's Skills is a mod that adds a framework to create fully configurable skill systems. It has a dedicated online editor to help building skills layout. There is also an API which allows extending the functionality and managing skills.
Getting started
This mod is just a framework. You need to install skill trees separately.
The easiest way is to install Default Skill Trees mod or Default Skill Trees data pack. They also require Pufferfish's Attributes mod to be installed.
Commands
/puffish_skills points add <player> <category> <count>
- Adds points.
/puffish_skills points set <player> <category> <count>
- Sets points.
/puffish_skills experience add <player> <category> <amount>
- Adds experience.
/puffish_skills experience set <player> <category> <amount>
- Sets experience.
/puffish_skills skills unlock <player> <category> <skill>
- Unlocks skill.
/puffish_skills skills reset <player> <category>
- Locks all skills, points are refunded.
/puffish_skills category lock <player> <category>
- Locks category.
/puffish_skills category unlock <player> <category>
- Unlocks category.
/puffish_skills category erase <player> <category>
- Resets points, experience, skills.
Default keybindings
k
- Opens skills screen.
Configuration
Configuration is JSON driven. It is possible to reload in without restarting game using /reload
command.
To easily edit skills you can use online editor.
You can read more about configuration in the documentation.
Compatibility
This mod supports both Forge and Fabric. What's more it is cross-compatible, so the client can use different loader than the server.
This mod should not conflict with other mods. Please report an issue if you find an incompatibility.
Versions
Versions that are maintained and will receive future updates: 1.18.2, 1.19.2, 1.19.4, 1.20, 1.20.2 1.20.4.
Modpacks
You can use this mod in your modpack as long as you do not redistribute this mod.