-
Notifications
You must be signed in to change notification settings - Fork 6
Commands & Permissons
Opens the player stats GUI, allowing players to view their current leveling stats. This command is only available if the leveling system is initialized and stat points are enabled in the configuration.
levelingcore.showstats
Sets a player’s level to an exact value. This directly overwrites the player’s current level.
<player> — Target player
<level> — Level to set the player to
levelingcore.setlevel
Adds a specified number of levels to a player.
<player> — Target player
<level> — Number of levels to add
levelingcore.addlevel
Removes a specified number of levels from a player.
<player> — Target player
<level> — Number of levels to remove
levelingcore.removelevel
Adds experience points (XP) to a player and recalculates their level accordingly.
<player> — Target player
<xpvalue> — Amount of XP to add
levelingcore.addxp
Removes experience points (XP) from a player and updates their level if necessary.
<player> — Target player
<xpvalue> — Amount of XP to remove
levelingcore.removexp