skillcheck-0.8.1.jar
26 Mar 2026
CurseForge · Hytale mod
Skill Check is a Hytale plugin that runs managed PVP and MOB arena sessions with kit loadouts, wave-based progression, stat tracking, and a full in-game management UI.
Quick answer
Skill Check skillcheck-0.8.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
skillcheck-0.8.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Skill Check skillcheck-0.8.1.jar. Pick another file and the loader, install side or required mods may change.
Use skillcheck-0.8.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside skillcheck-0.8.1.jar. It opens that exact file at the source.
About this project
A full-featured PVP arena system with session management, kit loadouts, MOB waves, stat tracking, and a complete in-game admin UI. This is instanced based so you will be teleported to the Arena. You do not have to worry about removing your inventory or remembering where you were. You will be safely returned to your original location and inventory put back after every match.
The Quick
Players challenge each other in structured 1v1 or team matches across custom arenas. Sessions include invites, team assignment, a pre-match countdown, live gameplay, and a results screen.
Teams fight through configurable enemy waves with scaling difficulty. Each wave increases mob HP and damage, with particle aura effects that visually signal threat level. Wave templates are fully configurable through the admin UI.
Admins define global kits with specific items, tools, and weapons. Players pick a kit before a session starts. Consumables replenish between waves without overwriting items picked up mid-game. Locked kits are supported for preset configurations players cannot modify.
A full session lifecycle: invite, accept/decline, countdown, live play, and a results screen. The session owner can end a session early. Outcomes distinguish victory, defeat, and manual termination. Disconnect grace periods protect ongoing sessions.
Match results persist to a database. Players can view lifetime stats and recent session history. The plugin tracks kills, deaths, damage dealt and taken, distance traveled, and win/loss records.
All configuration happens through a custom in-game UI via /skillcheck admin — create arenas, configure spawn points, define loot tables, set up MOB waves, manage kits, and control active sessions. No config file editing required.
Arena creation, setting up of Kits, Chest Loot, Weather Cycles. Permissions can be globally disabled for local worlds via config.json. An optional admin inspector HUD shows block and arena metadata when holding the admin tool.
/skillcheck playThe main hub for players. Tabs along the top let you switch between views.
Shows all invited players and their team assignments. The session owner can start the match once everyone is ready.
Displays the final scoreboard after a session ends, including kills, deaths, and the outcome. Shown for both PVP and MOB mode sessions.
/skillcheck adminThe central panel for server administrators. All arena and plugin management starts here.
The configuration hub for a single arena. All spawn points, chest placements, and game mode settings are managed here.
A slot-based inventory editor for building kit loadouts. Each slot maps directly to a player inventory slot.
Configure the items that can appear in chests within an arena. Each entry has a configurable drop weight.
Build multi-wave MOB encounters. Each wave is independently configurable with its own mob types, counts, and scaling.
Configure plugin-wide options including database connection, permission toggles, and logging.
The command prefix is /skillcheck (alias: /sck).
| Command | Description |
|---|---|
/skillcheck play |
Open the main arena browser and start or join a session. |
/skillcheck list |
List all available arenas. |
/skillcheck join |
Accept a pending session invite. |
/skillcheck decline |
Decline a pending session invite. |
/skillcheck last |
Reopen the last viewed UI page. |
| Command | Description |
|---|---|
/skillcheck admin |
Open the admin interface for arena and session management. |
/skillcheck create <name> |
Create a new arena at your current location. |
/skillcheck remove <name> |
Remove an existing arena by name. |
/skillcheck kits |
Manage global kit configurations. |
/skillcheck settings |
Open the plugin settings panel. |
Permissions can be disabled entirely in <span style="color:#fff">config.json</span> by setting permissions.enabled to false. When disabled, all commands are accessible to all players.
| Permission | Description |
|---|---|
wolv21.skillcheck.play |
Access the main arena browser and start or join a session. |
wolv21.skillcheck.list |
List all available arenas. |
wolv21.skillcheck.join |
Accept a pending session invite. |
wolv21.skillcheck.decline |
Decline a pending session invite. |
wolv21.skillcheck.last |
Reopen the last viewed UI page. |
| Permission | Description |
|---|---|
wolv21.skillcheck.admin.* |
Grants all admin permissions. |
wolv21.skillcheck.admin.manage |
Open the admin interface for arena and session management. |
wolv21.skillcheck.admin.create |
Create a new arena. |
wolv21.skillcheck.admin.remove |
Delete an existing arena. |
wolv21.skillcheck.admin.kits |
Manage global kit configurations. |
wolv21.skillcheck.admin.settings |
Open the plugin settings panel. |
Skill Check supports two database backends for stat tracking and session history. The backend is selected in config.json under the database section. All writes are asynchronous and non-blocking.
No external database or setup required. The database file is created automatically on first run. Suited for single-server setups and local development.
File location: <server-root>/mods/Wolv21_SkillCheck/database/skillcheck.mv.db
For production servers or multi-instance setups. Configure the connection in config.json. Settings can also be updated via /skillcheck settings — a server restart is required after any database config change.
"database": {
"type": "MARIADB",
"host": "localhost",
"port": 3306,
"database": "skillcheck",
"username": "root",
"password": "",
"pool": {
"minimumIdle": 2,
"maximumPoolSize": 10,
"connectionTimeout": 30000
}
}
Project description from CurseForge.
Recent files
26 Mar 2026
24 Mar 2026
Looking for an older file? The official CurseForge project page is in Resources.