-
Notifications
You must be signed in to change notification settings - Fork 4
Commands
Lean's edited this page Apr 14, 2024
·
9 revisions
Some commands for handling the experience for players, only players with root privileges can use it or server console.
Execute without the commas
- /levelup changeexperience "level" "name" "exp" => change the player experience to a desired experience
-
/levelup changeexperience Bow test 1000
- /levelup addexperience "level" "name" "exp" => add experience to the player
-
/levelup addexperience Bow test 1000
- /levelup reduceexperience "level" "name" "exp" => remove experience from the player
-
/levelup reduceexperience Bow test 1000