Creative Commands Extension

If you liked this item, please rate it up on Steam Workshop page.

Author: Donyti_Qramixy

Last revision: 5 Jan, 2024 at 16:27 UTC

File size: 282.21 KB

On Steam Workshop

Description:
The development is frozen right now, but it will be continued in the future!

This is not a file mod, and it doesn’t require additional installation.
The mod has been tested on version 0.6.6 in Creative game mode.

Commands:

Command
Description

/clear
Removes all shapes in the world
Rework of the existing command. Does not require /allowclear. Removed /allowclear.

/limited
Toggles limited inventory

/fuel
Toggles fuel consumption for creations

/ammo
Toggles ammo consumption for players (if limited inventory is enabled) and mountable spudguns

/upgrades
Toggles whether interactables can be upgraded using component kits

/noaggro
Toggles the player as a target
Rework of the existing command. The value is now stored in the world and restored when the world is loaded again.

/restrictions
Toggles restrictions on creations
Rework of the existing command. The value is now stored in the world and restored when the world is loaded again.

/timeofday
/tod
Sets the time of the day as a fraction (0.5 = mid day)
Can be typed without an argument to get current time

/gravity
Sets the gravity (10 = default)
Can be typed without an argument to get current gravity

/teleport
/tp
Teleports target player to destination. Enter the player’s name to refer to player. Coordinates are measured in meters (1 meter = 4 blocks) and entered separately as X Y Z, where Z is the height.
Usage examples:
Teleport yourself to destination:
/tp -12 63.5 41
/tp PlayerName
Teleport other player to destination (Host only):
/tp PlayerName 42.1 -71 0.3
/tp PlayerName Player2Name
Can be typed without arguments to get current position

/playerlist
Displays player IDs and names in chat

/resetchar
Respawn player character at (0,0)

/export
/ex
Exports creation as a blueprint in $MOD_DATA/Blueprints/<name>.json
Can be typed without an argument to get a list of saved creations

/import
/im
Imports creation as a blueprint from $MOD_DATA/Blueprints/<name>.json
Can be typed without an argument to get a list of saved creations

/swim
Toggles whether the character is swimming

/diving
Toggles whether the character is diving

/tumble
Toggles whether the character is tumbling

/downed
Toggles whether the character is downed

/speed
Sets the movement speed as a fraction (1=default)
Can be typed without an argument to get current speed fraction

The values of commands such as /limited, /timeofday, /gravity, and other world settings are stored in the world and restored when the world is loaded again.

Known current issues:

  • Player retains velocity when teleported
  • The teleport command does not work correctly for clients after the game update 0.7.0
  • Blueprints are not positioned correctly when using /import
  • Since there may be multiple players with the same name, the teleport command will select the first found player with the specified name in the list of players