No description
- Kotlin 100%
| crimson@5b59ed4eec | ||
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| .gitmodules | ||
| build.gradle.kts | ||
| gradle.properties | ||
| LICENSE.txt | ||
| README.md | ||
| settings.gradle.kts | ||
Attribute SMP
A mod implementing the Attribute SMP.
- Minecraft version: 1.21.11
- Loader: Fabric >= 0.18.4
- Dependencies:
- Fabric API >= 0.141.3+1.21.11
- Fabric Language Kotlin >= 1.13.9+kotlin.2.3.10
For the full experience, please use the resource pack.
Concept
Each player gets two attributes:
- One that is always active
- One that is only active while they have the dragon egg
There are 9 levels (1-10). The higher the level, the better the attribute. Players drop attribute power upon death, which can be used to level up.
Rerolling attributes is possible using a craftable item.
Extra features
- There is a mace & spear cap.
Commands
/attributes: Opens a dialog showing all available attributes and their min/max values/info: Opens a dialog with info about one's own attributes/info <player>: Same as info, but for other players (admin only)/attributesmp: Mod info/attributesmp changelog: Full changelog/attributesmp get <attribute_power|reroller>: Recieve a custom item (admin only)/attributesmp demo <player>: We do a little trolling (admin only)
Config
Most parts of the mod can be tweaked in config/attribute_smp.toml.
Data
Player data is stored in config/attributes.db - if you want to make a back-up, this
is the correct file to save. Please only touch this file while the server is turned off.