Skip to content

Admin Management

AppleFrank edited this page May 7, 2026 · 20 revisions

This section is for server administrators and creators only

This section only serves as a compplement to the general wiki; to see the commands, placeholders and permissions, see the corresponding sections in the list on the right.

There's an in-game menu that gives you complete control over your players.

In this menu:

  • you can raise or lower the level of each skill.
  • You can change a player's Rank Path.
  • You can reset all of a player's stats.
  • You can reset a player's Prestige.
  • You can add or remove souls from a player.

alt


To obtain or give a rare item, use the command:

/lc admin item <player> <material> <rarity>>

This command allows you to obtain an item from any available material and with any rarity you desire. You can obtain the same item from the same material but with a different rarity, making it more dynamic to acquire items of the same type but with greater power.

Each skill can be configured to define a minimum and maximum amount of experience that can be gained by performing an action.

These options are represented within the config.yml file. You will find it in the following format:

Example:

-============================== Excavation EXP -==============================

Excavation:

  • Blocks:
    • DIRT: "3,6" 3 is the minimum amount that block can grant, and 6 is the maximum amount it can grant.
    • GRASS_BLOCK: "3,6"
    • COARSE_DIRT: "4,7"

==============================

You can define any block you want with its corresponding ID and assign it a minimum and maximum amount of experience it can grant; this also applies to Mining and Farming skills.

Clone this wiki locally