Server Control Commands
System commands - uses hytale.system.command.* namespace
Shuts down the server.
Aliases: shutdown
Permission: hytale.system.command.stop
/stop [--crash]| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
--crash | Flag | No | false | Shutdown with crash status |
Kicks a player from the server.
Permission: hytale.system.command.kick
/kick <player>| Argument | Type | Required | Description |
|---|---|---|---|
player | Player | Yes | Player to kick |
Note: Kick message is hardcoded as “You were kicked.”
/maxplayers
Section titled “/maxplayers”Gets or sets maximum player count.
Permission: hytale.system.command.maxplayers
/maxplayers [amount]| Argument | Type | Required | Description |
|---|---|---|---|
amount | Integer | No | Maximum player limit (omit to view current) |
/backup
Section titled “/backup”Creates a server backup.
Permission: hytale.system.command.backup
/backup/version
Section titled “/version”Shows server version information.
Permission: hytale.system.command.version
/version/server
Section titled “/server”Server statistics and diagnostics.
Permission: hytale.system.command.server.*
/server stats cpu/server stats memory/server stats gc/server gc/server dumpSubcommands:
| Subcommand | Permission | Description |
|---|---|---|
stats cpu | server.stats.cpu | Show CPU statistics |
stats memory | server.stats.memory | Show memory statistics |
stats gc | server.stats.gc | Show garbage collection statistics |
gc | server.gc | Force garbage collection |
dump | server.dump | Dump server state to file |