top of page
Voxeled Studios
SkyLife: VoxelSurvival commands
How to start
How to start

You can only use command system in test mode.

Press the ESC key and write in the command bar at the bottom left.
Commands
call
call command
call "arg1(string)" "arg2(int)"
"arg1(string)" : item code
"arg2(int)" : item amount
Call a specified number of specified items
player
player command
player "arg1(string)" "arg2(int)"
"arg1(string)" : behaviour
"arg2(int)" : amount
Executes the specified operation by substituting the specified numeric value.
Description of "arg1":
"damage" : Inflicts "arg2" damage on the player
"kill" : Kill the player
"set_gravity" : Set player gravity (standard: 9.81)
"set_max_hp" : Set the maximum HP of the player(standard: 100)
"rise_satiety" : Restores the player's hunger by the specified number.
"loss_satiety" : Consumes a specified amount of player hunger.
"set_walk_speed" : Player walking speed
"set_run_speed_magnification" : "arg2" * walk_speed = run_speed
"set_jump_speed" : Set the momentum of the jump
"set_sneak_speed" : Movement speed during sneak
"set_break_speed" : Destruction speed
spawn
spawn command
spawn "arg1" "arg2" "arg3" "arg4" "arg5"
"arg1(string)" : type
"arg2(string)" : code
"arg3(int)" : x
"arg4(int)" : y
"arg5(int)" : z
Description of "arg1" :
"item" : Call an object as an item
"block" : Call an object as an block
"mob" : Call an object as mob
world
world command
world "arg1" "arg2" "arg3" "arg4" "arg5"
"arg1(string)" : type
"arg2(string)" : code
"arg3(int)" : x or r
"arg4(int)" : y or g
"arg5(int)" : z or b
Description of "arg1" :
"sun" : About the sun
"weather" : About the weather
Description of "arg2" :
Below is valid only when "arg1" is set to sun
"direction" : Set the direction of the sun
"color" : Set the color of the sun
Below is valid only when "arg1" is set to weather
"clear" : Set the weather to sunny
"rain" : Set the weather to rainy
Description of "arg3" ~ "arg5" :
Below is valid only when "arg1" is set to sun
If you set "arg2" to "direction", each argument will be xyz, and if you set it to "color", each will be rgb.
game
game command
game "arg1"
"arg1(string)" : behaviour
Description of "arg1":
"leave" : Save and exit the game
"quit" : Forces the SkyLife window to close.
bottom of page