Construction settings

Demolish time

construct.demolishabletimeseconds "int"

Controls the amount of time after a building block is built that it can be demolished for free. Time is measured in real-world seconds.

Example:

construct.demolishabletimeseconds "500"

Demolish action on hammer

construct.demolishhammer "0/1"

Toggles the Demolish ability for the Hammer, allowing it to immediately destroy any building block you own.

Example:

construct.demolishhammer "1"

Free construction

construct.freeconstruction "0/1"

Toggles the ability to build structures without consuming resources. A Building Plan is still required by the player.

Example:

construct.freeconstruction "1"

Free upgrading

construct.freeupgrading "0/1"

Toggles the ability to upgrade building blocks without consuming resources.

Example:

construct.freeupgrading "1"

Get building info

construct.getbuildinginfo

Prints the building information for the structure you’re looking at to the console log.


Get vending machine info

construct.getvendingmachineinfo

Prints the building information for the vending machine you’re looking at to the console log.


Destroy building

construct.nukebuilding "Building ID"

Obliterates the target building. Takes a Building ID, found by running the getbuildinginfo command or Ent info command when looking at the building.

entity.deleteby "player_username"

Obliterates all buildings created by the player named in the command.

ent destroybuilding

Obliterates the building you are looking at.


Last updated