Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Control or check how the game saves data to disk. This command is for use on a dedicated server only.
Permission Level | Owner |
---|---|
Requires Cheats? | Yes |
Usage
Save
/save <mode: SaveMode>
Save the current game.
Arguments
mode
: SaveMode Eithersave-all
orsave-all flush
to save chunks to server immediately. This freezes the servers.
Enums
SaveMode
An enum
of either disk
to save structure to the world database which persists between game loads, or memory
that temporarily saves the structure.
Default: memory
.
Values
query
Queryhold
Holdresume
Resume