Skip to main content
Actions to heavily modify player progression, whether it’s raw experience points or direct levels.

⚙️ Configuration

set_experience_action

Sets the total experience points (not level) of the player.
amount
Double
default:"0.0"
The exact XP amount to set.

add_experience_action

Adds raw experience points to the current pool.
amount
Double
default:"0.0"
XP to add.

remove_experience_action

Removes raw experience points.
amount
Double
default:"0.0"
XP to remove.

set_level_action

Directly sets the player’s level.
level
Int
default:"1"
The target level.

💻 Example Usage

set_level_action:
  level: 30