0% found this document useful (0 votes)
11 views5 pages

FLIGHTLINE Command Desc

The document outlines commands that can be used in a multiplayer game to manage players, weather, time of day and more. It provides the syntax and examples for commands to kick, ban, mute, move, and perform other moderation actions on players. It also describes commands to control in-game weather, time, and other environmental conditions.

Uploaded by

Chan Ze Yuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views5 pages

FLIGHTLINE Command Desc

The document outlines commands that can be used in a multiplayer game to manage players, weather, time of day and more. It provides the syntax and examples for commands to kick, ban, mute, move, and perform other moderation actions on players. It also describes commands to control in-game weather, time, and other environmental conditions.

Uploaded by

Chan Ze Yuan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

VALID AS OF VERSION 0.4.

90
2023-03-19 Revision

===================================================================================
================
/autoweather [ state ]

Allows the weather to be automatically updated based on the given state.


- The specified state must be either "on" or "off"
EXAMPLES:
/autoweather off | Prevents the weather from being changed automatically

ALIASES: /autowx

===================================================================================
================
/ban [ player(s) ] [ message ]

Removes the specified player(s) from the server, and prevents them from re-joining.
- A message (preferably the reason for removal) must be specified for the command
to execute
- The ban holds in place until the specific server is shut down or automatically
restarted
EXAMPLES:
/ban Player01 Stop it! | Causes Player01 to be kicked from the server with
message "Stop it!", and adds them to the ban list

ALIASES: None

===================================================================================
================
/unban [ player(s) ]

Allows the specified players to re-joining the server after previously being
banned.
EXAMPLES:
/unban Player01 | Removes Player01 from the ban list

ALIASES: None

===================================================================================
================
/kick [ player(s) ] [ message ]

Removes the specified player(s) from the server.


- A message (preferably the reason for removal) must be specified for the command
to execute
EXAMPLES:
/kick Player01 Don't do it! | Causes Player01 to be kicked from the server
with message "Don't do it!"

ALIASES: None

===================================================================================
================
/list [ admin-list ]

Lists the players that have been assigned to the specified administrative list.
- mods: Temporary Moderators (via the /promote command only)
- bans: Banned players
- mutes: Muted players
- suspends: Suspended players
EXAMPLES:
/list suspends | Lists the players that have been put in a suspended state
via /suspend
/list bans | Lists the players that have been banned from the server
via /ban

ALIASES: None

===================================================================================
================
/message [ player(s) ] [ text ]

Sends a message (on the bottom of the screen) to the specified player(s).
EXAMPLES:
/message Player01 Hey there, friend! | Sends a message to Player01
saying "Hey there, friend!"

ALIASES: /msg

===================================================================================
================
/move [ player(s) ] [ x-coord ] [ y-coord ] [ z-coord ]

Moves the specified player(s) to the in-game position defined by (x,y,z).


- This command will not work if the player is in an aircraft.
EXAMPLES:
/move Player01 200 10000 0 | Moves Player01 to the in-game location
(200,10000,0)

ALIASES: None

===================================================================================
================
/mute [ player(s) ]

Prevents the specified player(s) from sending chat messages.


EXAMPLES:
/mute Player01 | Causes the chat messages of Player01 to not be sent

ALIASES: /silence

===================================================================================
================
/unmute [ player(s) ]

Allows the specified player(s) to send chat messages again if previously muted.
EXAMPLES:
/unmute Player01 | Restores the ability for Player01 to send messages

ALIASES: /unsilence

===================================================================================
================
/promote [ player(s) ]

Grants the specified player(s) administrative permissions as a temporary moderator.


- Promoted players will not be able to use moderation commands on permanent
administrators or private server owners
EXAMPLES:
/promote Player01 | Allows Player01 to use administrative commands

ALIASES: /mod

===================================================================================
================
/demote [ player(s) ]

Revokes the administrative permissions of the specified player(s) as a temporary


moderator.
EXAMPLES:
/demote Player01 | Removes the ability for Player01 to use administrative
commands

ALIASES: /unmod

===================================================================================
================
/respawn [ player(s) ]

Forces a respawn (and return to title screen) on the specified player(s).


EXAMPLES:
/respawn Player01 | Causes the character of Player01 to be respawned

ALIASES: None

===================================================================================
================
/runspeed [ player(s) ] [ speed ]

Sets the character run-speed of the specified player(s) to a certain value.


- Using the RUN/WALK feature will override this value
EXAMPLES:
/runspeed Player01 80 | Sets the WalkSpeed property of Player01 to 80

ALIASES: /spd

===================================================================================
================
/suspend [ player(s) ]

Puts the specified player(s) in a suspended state, effectively removing them from
other players' view.
- Suspended players will not notice a change in their view
- This command is ideal for removing disruptive players from view without
inflicting punishment on them
EXAMPLES:
/suspend Player01 | Excludes Player01 from the render-view of all other
players

ALIASES: /hide

===================================================================================
================
/unsuspend [ player(s) ]
Returns the specified player(s) from a suspended state, back into the view of other
players.
EXAMPLES:
/unsuspend Player01 | Brings back Player01 into the render-view of all
other players

ALIASES: /show

===================================================================================
================
/strike [ player(s) ]

Hits the specified player(s) with a bolt of lightning.


EXAMPLES:
/strike Player01 | Sends a bolt of lightning towards Player01

ALIASES: None

===================================================================================
================
/time [ clock time ]

Sets the in-game time to the 24hr-formatted time that has been specified.
EXAMPLES:
/time 6 | Sets in-game time to 06:00 (6am)
/time 17:45 | Sets in-game time to 17:45 (5:45pm)

ALIASES: /clock

===================================================================================
================
/visibility [ distance ]

Sets the in-game visibility to the specified distance in kilometres.


- Automatic weather events will override this value.
EXAMPLES:
/visibility 17 | Sets the in-game visibility to 17km

ALIASES: /vis

===================================================================================
================
/votekick [ player ]

Initiates a vote to remove the specified player from the server.


- This command uses raw player indexing; one player may be specified at a time
- This command does not require administrative permissions
- Those who are voted out of a server are added to the ban list of said server
- A player with administrative permissions may remove players from the ban list via
/unban
EXAMPLES:
/votekick Player01 | Allows the player using the command to assign a
vote to remove Player01

ALIASES: None

===================================================================================
================
/wind [ direction ] [ speed ]
Sets the in-game wind vector to match the specified compass direction and speed.
- Automatic weather events will override this value.
EXAMPLES:
/wind 270 9 | Sets the in-game wind to blow from the west (270) at a speed of
9 knots

ALIASES: None

You might also like