LevelingCore
LevelingCore
A modern, flexible leveling system for Hytale
55
0
Game MechanicsAdventureUtility

Commands & Permissions

Updated Apr 2, 2026

/levelingcore showstats

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.

Usage

/levelingcore showstats

Permission

com.azuredoom.levelingcore.command.levelingcore.showstats

/levelingcore leaderboard

Opens the leaderboard GUI, allowing players to view level rankings of all the players in the server.

Usage

/levelingcore leaderboard

Permission

com.azuredoom.levelingcore.command.levelingcore.leaderboard

/levelingcore setlevel

Sets a player’s level to an exact value. This directly overwrites the player’s current level.

Usage

/levelingcore setlevel player level

Required Arguments

player — Target player

level — Level to set the player to

Permission

com.azuredoom.levelingcore.command.levelingcore.setlevel

/levelingcore addlevel

Adds a specified number of levels to a player.

Usage

/levelingcore addlevel <player> <level>

Required Arguments

player — Target player

level — Number of levels to add

Permission

com.azuredoom.levelingcore.command.levelingcore.addlevel

/levelingcore removelevel

Removes a specified number of levels from a player.

Usage

/levelingcore removelevel player level

Required Arguments

player — Target player

level — Number of levels to remove

Permission

com.azuredoom.levelingcore.command.levelingcore.removelevel

/levelingcore addxp

Adds experience points (XP) to a player and recalculates their level accordingly.

Usage

/levelingcore addxp player xpvalue

Required Arguments

player — Target player

xpvalue — Amount of XP to add

Permission

com.azuredoom.levelingcore.command.levelingcore.addxp

/levelingcore removexp

Removes experience points (XP) from a player and updates their level if necessary.

Usage

/levelingcore removexp player xpvalue

Required Arguments

player — Target player xpvalue — Amount of XP to remove

Permission

com.azuredoom.levelingcore.command.levelingcore.removexp

/levelingcore addstats

Adds a specified amount of stat value to a player.

Usage

/levelingcore addstats player stat value

Required Arguments

player — The target player who will receive the stat points.

stat — The stat to increase. Valid values:

  • str — Strength
  • agi — Agility
  • per — Perception
  • vit — Vitality
  • int — Intelligence
  • con — Constitution

value — The number of stat points to add.

Permission

com.azuredoom.levelingcore.command.levelingcore.addstats

/levelingcore removestats

Removes a specified amount of stat value from a player.

Usage

/levelingcore removestats player stat value

Required Arguments

player — The target player who will lose the stat points.

stat — The stat to decrease. Valid values:

  • str — Strength
  • agi — Agility
  • per — Perception
  • vit — Vitality
  • int — Intelligence
  • con — Constitution

value — The number of stat points to remove.

Permission

com.azuredoom.levelingcore.command.levelingcore.removestats

/levelingcore setstats

Sets a specified amount of stat value to a player.

Usage

/levelingcore setstats player stat value

Required Arguments

player — The target player who will receive the stat points.

stat — The stat to set. Valid values:

  • str — Strength
  • agi — Agility
  • per — Perception
  • vit — Vitality
  • int — Intelligence
  • con — Constitution

value — The number of stat points to set.

Permission

com.azuredoom.levelingcore.command.levelingcore.setstats

Powered byHytaleModding