No description
| gradle/wrapper | ||
| src/main | ||
| .gitignore | ||
| 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
Concept
Each player gets two attributes:
- One that is always active
- One that is only active while they have the dragon egg
Killing another player levels up one's active attributes, while dying in any way reduces one's active attribute levels.
Players can reroll their attributes.
Commands
Unrestricted
/attributes: Opens a dialog showing all available attributes and their min/max values/info: Opens a dialog with info about one's own attributes/reroll [player]: Triggers a reroll for any player or oneself if nobody is specified (Permissionattributesmp.reroll)
Adding/Modifying attributes
This can be done in config/attribute_smp.toml.