Difference between revisions of "Admin/User Server Commands"
From Interstellar Rift Wiki
(→Admin Commands: fixed gammer errors and added an example to give resources) |
(→Console Commands) |
||
Line 53: | Line 53: | ||
| quit | | quit | ||
|Will save and shutdown your server. | |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!!! | ||
+ | |- | ||
+ | | help | ||
+ | |Shows you all commands inside the console. Requires you to host a game. | ||
|} | |} |
Revision as of 14:56, 27 March 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 use to send a message to everyone on the server. |
/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. |
/clear | Clears all current chat messages. |
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. |
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
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!!! |
help | Shows you all commands inside the console. Requires you to host a game. |