forked from SEServerExtender/EssentialsPlugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Chat commands
Brant Martin edited this page Nov 21, 2015
·
12 revisions
Here's an exhaustive list of all the supported chat commands:
Admin commands are available only to server administrators. Arguments in bold are required. Commands in italics are currently untested.
Command | Arguments | Description |
---|---|---|
/admin backup | This will force an immediate save game backup using backup settings. | |
/admin memory | Forces garbage collection. Probably won't do much, but may help a bit. | |
/admin notify | (color) (seconds) (message) | This will broadcast a notification to all users. Ex. /admin notify red 1 "Pirate attack incoming" |
/admin ownership change | (entityId) (PlayerName) | This command allows you to change the ownership of a ship. Ex. /admin ownership change 1234 rexxar Note: This command currently doesn't change ownership on all blocks. |
/admin restart | (minutes) | Force a restart in x minutes. Note: You must have automatic restarts configured, otherwise this will only shut down the server. |
/admin statistics | Get performance statistics of the server. | |
/admin settings | See the section "Chat based settings" in readme.md |
###Conceal
Concealing grids isn't fully tested, and might crash your game. Use with caution.
Command | Arguments | Description |
---|---|---|
/admin conceal | This command gives you a list of concealed grids. | |
/admin reveal | (force) | This command allows you to reveal concealed grids. This command without 'force' only shows you how many would be revealed. |