Creative Commands Extension
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.
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.
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.
Rework of the existing command. The value is now stored in the world and restored when the world is loaded again.
/timeofday
/tod
/tod
Sets the time of the day as a fraction (0.5 = mid day)
Can be typed without an argument to get current time
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
Can be typed without an argument to get current gravity
/teleport
/tp
/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
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
/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
Can be typed without an argument to get a list of saved creations
/import
/im
/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
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
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