Player Management Commands
System commands - uses hytale.system.command.* namespace
Execute command as another player.
Aliases: su
Permission: hytale.system.command.sudo
/sudo <player> <command...>| Argument | Type | Required | Description |
|---|---|---|---|
player | Player | Yes | Target player (or * for all) |
command | String | Yes | Command to execute |
Lists all players online.
Permission Group: Adventure
Permission: hytale.system.command.who
/whoHide players from each other.
Permission: hytale.system.command.hide.*
/hide <player> [--target <viewer>]/hide show <player> [--target <viewer>]/hide all/hide showallSubcommands:
| Subcommand | Arguments | Permission | Description |
|---|---|---|---|
| (default) | <player> [--target] | hide | Hide player |
show | <player> [--target] | hide.show | Show hidden player |
all | - | hide.all | Hide all players from each other |
showall | - | hide.showall | Show all players to each other |
| Argument | Type | Required | Description |
|---|---|---|---|
player | Player | Yes | Player to hide/show |
--target | Player | No | Hide only from specific viewer |
/refer
Section titled “/refer”Transfer players to another server.
Aliases: transfer
Permissions:
hytale.system.command.refer.self- Transfer yourselfhytale.system.command.refer.other- Transfer other players
/refer <host> <port>/refer <player> <host> <port>| Argument | Type | Required | Description |
|---|---|---|---|
player | Player | No | Target player (requires .other permission) |
host | String | Yes | Target server hostname |
port | Integer | Yes | Target server port |
Examples:
/refer play.example.com 25565 # Transfer self to server/refer john_doe play.example.com 25565 # Transfer player to server