Skip to main content
All admin commands use the /skilladmin command (alias /sa) and require the skills.admin permission, which defaults to op.
Tab completion is fully supported for all subcommands, including player names, skill names, spell names, and item types. Start typing and press Tab to see suggestions.

Command overview

Running /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.
Example
Sample output

/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.
Examples
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.
Examples

/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.
Example
This action is irreversible. All skill progress for the player will be permanently deleted. There is no confirmation prompt.

/skilladmin reload

Reload config.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

Examples

Scroll

Give one or all spell scrolls.
Examples

Rune

Give a blank rune (unmarked amethyst shard). Players can use /cast mark to record a location on it.
Example

Runebook

Give a runebook — a book that holds up to 16 marked runes and allows Recall or Gate Travel directly from a GUI.
Example

Reagents

Give one full stack (64) of every reagent material used by any spell. Useful for testing magic without gathering.
Example

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.