Skip to main content

Commands

Player Commands

All players can use these without any special permissions.

/lvl gui

Opens the stats management GUI where you can:
  • View your current level and experience
  • See available stat points
  • Allocate stat points to different stats
  • View your current stat allocations
Usage: /lvl gui

/lvl info

Displays comprehensive information about:
  • All available stats
  • Current stat point value per allocation
  • All available commands (player and admin)
  • Admin commands (if you have OP permission)
Usage: /lvl info

Admin Commands

These commands require OP (Operator) permission.

/lvl setlevel <player> <level>

Sets a player’s level directly. This will:
  • Set the player to the specified level
  • Reset XP to 0
  • Recalculate available stat points based on the new level
  • Clear all allocated stats (points are returned to available)
  • Remove all stat modifiers
  • Update the HUD display
Usage: /lvl setlevel PlayerName 50
ParameterDescription
<player>Username of the target player (must be online)
<level>Level to set (1–MaxLevel)

/lvl setpoints <player> <points>

Sets a specific player’s available stat points directly. Usage: /lvl setpoints PlayerName 100
ParameterDescription
<player>Username of the target player (must be online)
<points>Number of available stat points to set

/lvl addxp <player> <xp>

Adds experience points to a specific player. This will:
  • Add the specified XP amount
  • Automatically handle level ups if enough XP is gained
  • Award stat points on level up
  • Update the HUD display
  • Send XP gain notifications
Usage: /lvl addxp PlayerName 500.5
ParameterDescription
<player>Username of the target player (must be online)
<xp>Amount of XP to add (must be > 0)

/lvl resetstats <player>

Resets a player’s allocated stats. This will:
  • Clear all allocated stat points
  • Return all allocated points to the available stat points pool
  • Remove all stat modifiers
  • Allow the player to reallocate their points
Usage: /lvl resetstats PlayerName
ParameterDescription
<player>Username of the target player (must be online)