-
Notifications
You must be signed in to change notification settings - Fork 0
Commands en
xiaolin edited this page Jul 28, 2026
·
2 revisions
简体中文: Commands · English
Hassium exposes two command groups:
- Server:
/hassium ...(requires OP 2) - Client:
/hassiumc ...(client only, no permission required)
| Command | Purpose | Notes |
|---|---|---|
/hassium stats |
Show server-side compression and send statistics | Requires OP 2 |
/hassium stats reset |
Reset server-side counters | Requires OP 2 |
/hassium metrics on |
Runtime-enable metrics collection | OP 2 |
/hassium metrics off |
Runtime-disable metrics collection | OP 2 |
/hassium metrics offalso disables/hassium stats. Self-checks auto-enable metrics.
| Command | Purpose |
|---|---|
/hassiumc stats |
Show client stats: received bytes, compression savings, cache hits, beyond-view render, lighting optimization |
/hassiumc export [<serverIp>] [seed] |
Export the local cache to a vanilla Anvil singleplayer world |
exportarguments:
<serverIp>is optional; defaults to the currently connected server (useIP_port, or a bare IP)seedis optional; defaults to a random seed in barrier-island mode- Output directory:
<gameDir>/saves/<worldName>/See World-Export.
Hassium · GitHub · CurseForge · GPL-3.0-or-later