No description
Find a file
2026-03-24 23:39:44 +01:00
gradle/wrapper Initial Commit 2026-02-25 01:45:14 +01:00
src/main Version 1.2 2026-03-24 23:39:44 +01:00
.gitignore Initial Commit 2026-02-25 01:45:14 +01:00
build.gradle.kts Version 1.1 2026-03-23 18:16:08 +01:00
gradle.properties Version 1.2 2026-03-24 23:39:44 +01:00
LICENSE.txt License 2026-02-25 01:46:21 +01:00
README.md Preparing for launch 2026-03-18 00:55:48 +01:00
settings.gradle.kts Initial Commit 2026-02-25 01:45:14 +01:00

Attribute SMP

A mod implementing the Attribute SMP.

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 (Permission attributesmp.reroll)

Adding/Modifying attributes

This can be done in config/attribute_smp.toml.