Описание
# Pufferfish's Skills

[](https://discord.gg/F4EKxzW4hf)
## About
Pufferfish’s Skills is a mod that adds a framework to create fully configurable skill systems. It has a dedicated [online editor](https://puffish.net/skillsmod/editor/) to make designing skills layouts easier. There is also an API which allows extending the functionality and managing skills.
## Getting started
### For Players
This mod is just a framework. You need to install skill trees separately. The easiest way to start playing is to install [Default Skill Trees mod](https://modrinth.com/mod/default-skill-trees) and [Pufferfish's Attributes mod](https://modrinth.com/mod/attributes).
### For Creators
The recommended way to begin creating is to follow the [Creating Skill Trees Tutorial](https://puffish.net/skillsmod/docs/creators/tutorials/creating-skill-trees). Alternatively you can start by analyzing and modifying existing skill trees like [Default Skill Trees data pack](https://modrinth.com/datapack/default-skill-trees).
## Commands
`/puffish_skills points add ` - Adds points.
`/puffish_skills points set ` - Sets points.
`/puffish_skills experience add ` - Adds experience.
`/puffish_skills experience set ` - Sets experience.
`/puffish_skills skills unlock ` - Unlocks skill.
`/puffish_skills skills reset ` - Locks all skills, points are refunded.
`/puffish_skills category lock ` - Locks category.
`/puffish_skills category unlock ` - Unlocks category.
`/puffish_skills category erase ` - 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](https://puffish.net/skillsmod/editor/).
You can read more about configuration in the [documentation](https://puffish.net/skillsmod/docs/).
## 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.1, 1.20.2, 1.20.4, 1.21.1, 1.21.3, 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9, 1.21.10, 1.21.11, 26.1, 26.2.
## Modpacks
You can use this mod in your modpack as long as you do not redistribute this mod.
## Community-made tutorials
Videos