No description
Find a file
2026-05-20 16:25:17 +02:00
crimson@5b59ed4eec Full move to crimson 2026-05-20 16:25:17 +02:00
gradle/wrapper Update to 26.1 & include crimson 2026-05-20 06:33:08 +02:00
src/main Full move to crimson 2026-05-20 16:25:17 +02:00
.gitignore Initial Commit 2026-02-25 01:45:14 +01:00
.gitmodules Update to 26.1 & include crimson 2026-05-20 06:33:08 +02:00
build.gradle.kts Full move to crimson 2026-05-20 16:25:17 +02:00
gradle.properties Update to 26.1 & include crimson 2026-05-20 06:33:08 +02:00
LICENSE.txt License 2026-02-25 01:46:21 +01:00
README.md add changes to README 2026-04-15 22:43:56 +02:00
settings.gradle.kts Update to 26.1 & include crimson 2026-05-20 06:33:08 +02:00

Attribute SMP

A mod implementing the Attribute SMP.

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.