Difference between revisions of "Admin/User Server Commands"

From Interstellar Rift Wiki
Jump to: navigation, search
(Admin Commands: add setmotd command)
(Console Commands: Add some more of the console commands)
Line 60: Line 60:
  
 
= Console Commands =
 
= Console Commands =
 +
Note: Commands are case-sensitive. Tab completion is available (Press tab to complete a partially entered command).
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 80: Line 81:
 
| setSuperAdmin
 
| setSuperAdmin
 
|Sets a player as super-admin. Super Admins cannot be undone!!!
 
|Sets a player as super-admin. Super Admins cannot be undone!!!
 +
|-
 +
| killPlayer <player>
 +
|Manifest your wrath. (Kill the named player instantly)
 +
|-
 +
| setPassword <password>
 +
|Sets, changes, or clears the server password. If <password> is unspecified, the password will be cleared.
 +
|-
 +
| rebuildServer <mode>
 +
|Performs a server rebuild, same as doing it from the F8 admin panel. Specify the desired rebuild mode number.
 
|-
 
|-
 
| help
 
| help
 
|Shows you all commands inside the console. Requires you to host a game.
 
|Shows you all commands inside the console. Requires you to host a game.
 
|}
 
|}

Revision as of 00:01, 12 June 2017

Below are the current server commands for both user and server admins. The first player to join a server receives administrator privileges. You and add more admins via the F8 menu.


User Commands

Command Description
/all OR /a (or shift + enter) This is used to send a message to everyone on the server.
/fleet This is used to send a message to everyone in your fleet.
/whisper OR /w "<player name>" <message> Used to privately talk to specified player.
/reply OR /r <message> Replies to last whisper received.
/help Displays all current chat commands.
/players OR /p List online players
/clear Clears all current chat messages.
/motd Show the server message of the day

Admin Commands

Command Description
/giveallres "<player name>" Gives 200,000 of every resource in the specified player's vault.
If the name has spaces you MUST add double quotation marks. i.e. /giveallres "John Smith"
/give "<player name>" <resource ID number> <amount> Gives the specified resource and amount to the specified player's vault. If the name has spaces you MUST add double quotation marks. i.e. /give "John Smith" 1 1
Resource ID numbers can be found on the resources pages.
/givemoney "<player name>" <amount> Gives the specified amount of Units to the specified player. If the name has spaces you MUST add double quotation marks. i.e. /give "John Smith" 100000
/setmotd <message> Sets the server's message of the day
F8 If you press F8 while ingame it will open your admin menu. It allows you to kick, Ban, Add another admin, Rebuild your world, Teleport, Remove Ships, and Make ships invulnerable.

Console Commands

Note: Commands are case-sensitive. Tab completion is available (Press tab to complete a partially entered command).

Command Description
quit Will save and shutdown your server.
say Sends a message to online players
save Saves your game. Does not replace AutoSave (as configurable in server settings)
purgeAdmins Removes all admins from the current admin list. Does not remove SuperAdmin (normally the server owner)
setSuperAdmin Sets a player as super-admin. Super Admins cannot be undone!!!
killPlayer <player> Manifest your wrath. (Kill the named player instantly)
setPassword <password> Sets, changes, or clears the server password. If <password> is unspecified, the password will be cleared.
rebuildServer <mode> Performs a server rebuild, same as doing it from the F8 admin panel. Specify the desired rebuild mode number.
help Shows you all commands inside the console. Requires you to host a game.