Commands list

Admins and Owners have extended access to the Commands List and the Custom Command OSK, which allow for greater control and power over the server and its map, players, and features.

Full starting magazine

baseprojectile.fullstartingmagazine "0/1"

"Disables/Enables" a full magazine when you start with a weapon. The default starting ammunition is <50% full mag.

Example:

baseprojectile.fullstartingmagazine "1"

Cargo ship exit

cargoships.startegressing

Forces the current Cargo Ship to exit the map, following the "egress_duration" rules.

Chat enable/disable

chat.enabled "0/1"

"Disables/Enables" the chat in game.

Example:

chat.enabled "1"

Add player item on spawn

craft.adddefaultblueprint "itemshortname"

Adds the item to the player’s inventory upon spawning.

Example:

craft.adddefaultblueprint "rock"

Ban item spawning

craft.banitem "itemshortname"

Bans the item from spawning. More info here.

Example:

craft.banitem "rock"

Recycler enable/disable

craft.CanUseRecycler "0/1"

Disable/Enable all of the recyclers functionality.

Example:

craft.CanUseRecycler "1"

List banned items

craft.listbanneditems

Lists the current set of banned items for the server.

List default blueprints

craft.listdefaultblueprint

Lists the current set of default blueprints for the server.

Remove item from defaults

craft.removedefaultblueprint "itemshortname"

Removes the item from the list of default items on spawn.

Example:

craft.removedefaultblueprint "rock"

Remove item from banned list

craft.unbanitem "itemshortname"

Removes the item from the banned item list.

Example:

craft.unbanitem "rock"

Set helicopter drop zone

dropcrate.heli_setdropzone "monument"

Sets the next Chinook Code Locked Crate drop zone to be at the specified monument.

Example:

dropcrate.heli_setdropzone "lighthouse"

Destroy buildings by player

entity.deleteby "player ID"

Obliterates all buildings created by the target ID. Enter a Gamertag or PSN ID.

Example:

entity.deleteby "GamerTag/PSN ID"

Find entity

entity.find_entity "string"

Prints a list of all items/animals/objects, etc. and their IDs & locations to the console log.

Example:

entity.find_entity "rock"

Find entity group

entity.find_group "number"

Prints a list of all objects in a specified group and their IDs & locations to the console log.

Example:

entity.find_group "1"

Find object by ID

entity.find_id "entity ID"

Finds an object based on its ID. You can find the ID from using find_entity.

Find object parent

entity.find_parent "entity ID"

Finds an object’s parent, based on its ID.

Find self

entity.find_self

Finds information about the player who entered this command.

Stop event

events.stopevent "string"

Stops the specified event.

Start event

events.triggerevent "string"

Starts the specified event.

Eternal daylight disable/enable

global.dayview "0/1"

Disables/Enables eternal daylight for the player who entered it, regardless of server time.

Example:

global.dayview "1"

Global ent

global.ent

Runs the following commands:

  • global.ent kill - Destroys the object you’re looking at

  • global.ent lock - Locks the current lock you’re looking at

  • global.ent unlock - Unlocks the current lock you’re looking at

  • global.ent who - Gives you and ID of the owner of the object you’re looking at

  • global.ent changecode - Changes the code of the Code Lock you're looking at to a random code

  • global.ent changeguestcode - Changes the (guest) code of the Code Lock you're looking at to a random code

Grant moderator

global.moderatorid "player ID"

Grants the target Gamertag/PSN ID Moderator (Tier 2) Auth Level.

Example:

global.moderatorid "GamerTag/PSN ID"

Disable voice

global.mutevoice "player ID"

Disables Voice Chat features for a target Gamertag/PSN ID

Example:

global.mutevoice "GamerTag/PSN ID"

Revoke moderator

global.removemoderator "player ID"

Revokes Moderator (Tier 2) Auth Level from the target Gamertag/PSN ID.

Example:

global.removemoderator "GamerTag/PSN ID"

Remove VIP

global.removevip "player ID"

Revokes VIP (Tier 1) Auth Level from the target Gamertag/PSN ID.

Example:

global.removevip "GamerTag/PSN ID"

Display message

global.say "message"

Displays the given message in the server chat box, that will be seen by all players.

Example:

global.say "Hello World!"

Player skip queue

global.skipqueue "player ID"

Allows the target Gamertag/PSN ID to skip the queue when the server is full.

Example:

global.skipqueue "GamerTag/PSN ID"

Teleport player

global.teleport "player ID" (x,y,z)

Teleports the chosen Gamertag/PSN ID to a chosen location.

Example:

global.teleport "GamerTag/PSN ID" (10,30,500)

Teleport player to object

global.teleport "player ID" "object"

Teleports the chosen Gamertag/PSN ID to the nearest object or entity.

Example:

global.teleport "GamerTag/PSN ID" "rock"

Enable quick chat

global.unmutechat "player ID"

Re-enables Quick Chat features for a target Gamertag/PSN ID. Example: global.unmutechat "GamerTag/PSN ID"

Example:

global.unmutechat "player ID"

Enable voice chat

global.unmutevoice "player ID"

Re-enables Voice Chat features for a target Gamertag/PSN ID.

Example:

global.unmutevoice "GamerTag/PSN ID"

Grant VIP

global.vipid "player ID"

Grants the target Gamertag/PSN ID VIP (Tier 1) Auth Level.

Example:

global.vipid "GamerTag/PSN ID"

Call helicopter

heli.call

Summons the Attack Helicopter to roam the map.

Call helicopter to you

heli.calltome

Calls the Attack Helicopter to patrol the area around the player who entered the command.

Last updated