Assorted global settings

Ban a player

global.banid "Player ID"

Bans the specified Gamertag/PSN ID from the current server indefinitely.

Example: global.banid "Gamertag/PSN ID"


List all banned players

global.banlist

Prints a list of all banned players to the console.


List all banned players with notes

global.banlistex

Prints a list of all banned players to the console, with ban notes.


List all bans

global.bans

Prints a list of all banned players to the console.


Toggle display of admin commands in chat

global.broadcastadmincommands "0/1"

Toggles the display of debug commands (like noclip/god/giveto) to the in-game chat.

Example: global.broadcastadmincommands "1"


Enable permanent day view for yourself

global.dayview "0/1"

Toggles eternal daylight for the player who entered it, regardless of server time.

Example: global.dayview "1"


Get auth level for a player

global.getauthlevel "Player ID"

Prints the current Auth Level for the specified player.

Example: global.getauthlevel "Gamertag/PSN ID"


Get auth level for all players

global.getauthlevels

Prints the Auth Levels for all players on the server.


God mode

global.god "0/1"

Toggles god mode for the player who entered it.

Example: global.god "1"


Injure a player

global.injure "player ID"

Forces the target player into a downed state.

Example: global.injure "Gamertag/PSN ID"


Kick all players

global.kickall

Kicks all players from the server.


Kill all players

global.killallplayer

Kills all players in the server.


Grant moderator status to a player

global.moderatorid "player ID"

Grants the target “player” Moderator (Tier 2) Auth Level.

Example: global.moderatorid "Gamertag/PSN ID"


Hide auth level status from players

global.nogreen "0/1"

Toggles the ability for Mods+ to hide their Auth Level status on the server.

Example: global.nogreen "1"


Remove moderator status

global.removemoderator "player ID"

Revokes Moderator (Tier 2) Auth Level from the target player.

Example: global.removemoderator "Gamertag/PSN ID"


Remove VIP status

global.removevip "player ID"

Revokes VIP (Tier 1) Auth Level from the target player.

Example: global.removevip "Gamertag/PSN ID"


Send chat message to server

global.say "string"

Displays the given message into the server chat.

Example: global.say "Hello World!"


Toggle vanish status

global.setvanishother "player ID" "0/1"

Toggles Vanish for a target player on the server. Set to "0" or "1" for the player. Defaults to "false".

Example: global.setvanishother "Gamertag/PSN ID" "1"


Let players skip queue

global.skipqueue "player ID"

Allows the target player to skip the queue when the server is full.

Example: global.skipqueue "Gamertag/PSN ID"


Put yourself to sleep

global.sleep

Forces the player who entered the command to go to sleep.


Teleport a player

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

Teleports the chosen player to a chosen location.

Example: global.teleport "Gamertag/PSN ID" (10,20,500)


Teleport a player to you

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

Teleports the chosen player to you.

Example: global.teleport2me "Gamertag/PSN ID"


Teleport all players in a grid

global.teleportgrid "position" "spacing" "rotation" "MaxPerRow"

Teleports everyone in the server to a specified "position", with "spacing" at a chosen "rotation", with a "maximum player count per row".

Example:

global.teleport "Gamertag/PSN ID" (10,20,500)

Teleport a player to a position

global.teleportpos "position" "player ID" "PlaceOnGround"

Teleports a chosen "player" to a specified "position" and chooses whether to "place them on the ground"


Unban a player

global.unban "player ID"

Un-bans the specified player from the current server.

Example: global.unban "Gamertag/PSN ID"


Grant VIP status to a player

global.vipid "player ID"

Grants the target player VIP (Tier 1) Auth Level.

Example: global.vipid "Gamertag/PSN ID"

Last updated