All admin commands use theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/0x48lab/skills/llms.txt
Use this file to discover all available pages before exploring further.
/skilladmin command (alias /sa) and require the skills.admin permission, which defaults to op.
Command overview
| Subcommand | Usage | Description |
|---|---|---|
check | /skilladmin check <player> | View a player’s skill values |
set | /skilladmin set <player> <skill> <value> | Set a skill to a specific value |
setstat | /skilladmin setstat <player> <STR|DEX|INT> <value> | Set a derived stat directly |
reset | /skilladmin reset <player> | Reset all skills to 0 |
reload | /skilladmin reload | Reload config and language files |
give | /skilladmin give <player> <item> [options] | Give a player a plugin item |
/skilladmin with no arguments displays the help menu.
/skilladmin check
View a player’s skill sheet, including their title, STR/DEX/INT stats, total skill points, and every individual skill value with its lock mode. Works for both online and offline players./skilladmin set
Set a single skill to a specific value for an online player. The value must be between 0 and 100. Skill names support spaces (e.g.,Mace Fighting) and are not case-sensitive.
The target player must be online. The value is clamped to 0–100. After setting, the player’s total skill points are recalculated immediately.
/skilladmin setstat
Directly set a player’s STR, DEX, or INT stat value, bypassing the skill-based calculation. Useful for testing or corrective adjustments./skilladmin reset
Reset all skill values for an online player to 0. The player’s total skill points return to 0 and all lock modes are cleared./skilladmin reload
Reloadconfig.yml and all language files from disk without restarting the server. Player data currently in memory is not affected.
/skilladmin give
Give a plugin item directly to an online player. Supports spellbooks, runebooks, blank runes, reagents, and scrolls.Spellbook
| Option | Result |
|---|---|
| (no option) | Full spellbook containing all spells |
blank | Empty spellbook with no spells |
Scroll
Give one or all spell scrolls.Rune
Give a blank rune (unmarked amethyst shard). Players can use/cast mark to record a location on it.
Runebook
Give a runebook — a book that holds up to 16 marked runes and allows Recall or Gate Travel directly from a GUI.Reagents
Give one full stack (64) of every reagent material used by any spell. Useful for testing magic without gathering.Legacy command names
In earlier versions of the plugin, admin operations were available as standalone commands (/skillcheck, /skillset, /skillreset). These have been consolidated into /skilladmin subcommands. Update any scripts or command blocks to use the new syntax.
| Old command | New equivalent |
|---|---|
/skillcheck <player> | /skilladmin check <player> |
/skillset <player> <skill> <value> | /skilladmin set <player> <skill> <value> |
/skillreset <player> | /skilladmin reset <player> |