World Commands
World management, time, weather, chunks, lighting, and blocks.
Namespace: hytale.command.* and hytale.system.command.*
Can be disabled/replaced: Partially - some are core system commands
| File | Commands | Description |
|---|---|---|
| world.md | /world | World creation, loading, settings |
| time.md | /time | Time of day management |
| weather.md | /weather | Weather control |
| chunk.md | /chunk | Chunk loading and management |
| lighting.md | /lighting | Light level management |
| block.md | /block, /worldgen | Block manipulation and world generation |
World Settings
Section titled “World Settings”The /world settings command provides granular control over 18 world properties:
| Setting | Type | Description |
|---|---|---|
ticking | Boolean | World simulation |
blockticking | Boolean | Block updates |
pvp | Boolean | Player vs player |
timepaused | Boolean | Freeze time |
spawningnpc | Boolean | NPC spawning |
freezeallnpcs | Boolean | Freeze all NPCs |
gamemode | GameMode | Default game mode |
pregenerate | Box2D | Pre-generate region |
keeploaded | Box2D | Always-loaded region |
Quick Examples
Section titled “Quick Examples”/world list # List all worlds/world add myworld # Create new world/world settings pvp set false # Disable PvP/time set 12 # Set to noon/time dilation 2.0 # Double time speed/weather set Rain # Set weather/chunk regenerate # Regenerate current chunk/block set Stone # Place stone at crosshair