| | | |
| entities stop | Stops an entity from moving | !entities stop <String entityName> | !entities stop "That Ship" |
| entities delete | Delete an entity | !entities delete <String entityName> | !entities delete "That Ship" |
| entities kill | Kill a player | !entities kill <String name> | !entities kill "John Doe" |
| entities find | Find entities with the given text in their name | !entities find <String name> | !entities find miner |
| entities poweroff | Power off entities with the given text in their name | !entities poweroff <String name> | !entities power off miner |
| entities poweron | Power on entities with the given text in their name | !entities poweron <String name> | !entities power on miner |
| entities eject | Ejects a specific player from any block they are seated in, or all players in the server if run with 'all' | !entities eject <String player> | !entities eject "John Doe" |
| grids setowner | Sets owner of specified grid | !grids setowner <String gridName> <String playerName> | !grid setowner "That Ship" "John Doe" |
| grids static large | Makes all large grids static | !grids static large | !grids static large |
| grids stopall | Stops all moving grids | !grids stopall | !grids stopall |
| grids export | Export the given grid to the given file name in the form of a raw grid object builder | !grids export <String gridName> <String exportName> | !grids export "Miner" "Little Miner Mk1" |
| grids import | Import a grid from file and spawn it by the given entity/player | !grids import <String gridName> [String targetName] | !grids export "Little Miner Mk 1" "John Doe" |
| say | Say a message as the server | !say <String message> | !say "Don't let Cyberhounds get you Cyberdown!" |
| teleport | Teleport one entity to another | !tp <String entityToMove> <String destination> | !tp "John Doe" "That Ship" |
| teleport to | Teleport directly to an another entity | !tpto <String destination> | !tpto "That Ship" |
| kick | Kick a player from the game | !kick <String playerName> | !kick "John Doe" or !kick 1234567891011 |
| ban | Ban a player from the game | !ban <String nameOrSteamId> | !ban "John Doe" or !ban 1234567891011 |
| unban | Unban a player from the game | !unban <String nameOrSteamId> | !unban "John Doe" or !unban 1234567891011 |
| vote debug | Prints out info from the voting module | !vote debug | !vote debug |
| vote reset | Resets the voting module data including cooldowns | !vote reset | !vote reset |
| admin stats | Get performance statistics of the server | !admin stats | !admin stats |
| admin playercount | Gets or sets the max number of players on the server | !admin playercount [Int32 count] | !admin playercount [Int32 count] |
| admin playerlist | Lists current players on the server | !admin playerlist | !admin playerlist |
| admin runauto | Runs the auto command with the given name immediately | !admin runauto <String name> | !admin runauto rulemessages |
| admin set toolbar | Makes your current toolbar the new default toolbar for new players | !admin set toolbar | !admin set toolbar |
| admin setrank | Set the promote level of a player. Ranks are: None, Scripter, Moderator, Space Master, Admin | !admin setrank <String playerNameOrId> <String rank> | !admin setrank "John Doe" Admin |
| admin reserve | Add a player to the reserved slots list | !admin reserve <String playerNameOrId> | !admin reserve "John Doe" |
| admin unreserve | Remove a player from the reserved slots list | !admin unreserve <String playerNameOrId> | !admin unreserve "John Doe" |
| admin mute | Mutes a user in global chat for the given number of minutes | !admin mute <String user> [Int32 timeout] | !admin mute "John Doe" 200 |
| admin unmute | Removes a chat mute from a user, if they have been muted | !admin unmute <String user> | !admin unmute "John Doe" 200 |
| admin list mute | Lists all muted users, an their timeout, if applciable | !admin list mute | !admin list mute |
| admin give | Insert an item with a specific quanity into a players inventory | !admin give <String Playername> <String type> <String subtype> <Int32 count> | !admin give "John Doe" PhysicalGunObject AngleGrinder4Item 1 |
| blocks on type | Turn on all blocks of the given type | !blocks on type <String type> | !blocks on type Refinery |
| blocks off type | Turn off all blocks of the given type | !blocks off type <String type> | !blocks off type Refinery |
| blocks remove type | Remove all blocks of the given type | !blocks remove type <String type> | !blocks remove type Refinery |
| blocks on subtype | Turn on all blocks of the given subtype | !blocks on subtype <String subtype> | !blocks on subtype <String subtype> |
| blocks off subtype | Turn off all blocks of the given subtype | !blocks off subtype <String subtype> | !blocks off subtype BasicRefinery |
| blocks remove subtype | Remove all blocks of the given subtype | !blocks remove subtype <String subtype> | !blocks remove subtype BasicRefinery |
| blocks on general | Turn on all blocks of the specified category | !blocks on general <String category> | !blocks on general "Block Weapons" |
| blocks off general | Turn on all blocks of the specified category | !blocks off general <String category> | !blocks off general "Block Weapons" |
| cleanup scan | Find grids matching the given conditions | !cleanup scan | !cleanup scan hastype Beacon |
| cleanup list | Lists grids matching the given conditions | !cleanup list | !cleanup list hastype Beacon |
| cleanup delete | Delete grids matching the given conditions | !cleanup delete | !cleanup delete name "NPC" |
| cleanup delete floatingobjects | Deletes floating objects | !cleanup delete floatingobjects | !cleanup delete floatingobjects |
| cleanup help | Lists all cleanup conditions | !cleanup help | !cleanup help |
| voxels reset all | Resets all voxel maps | !voxels reset all [Boolean deleteStorage] | !voxels reset all true |
| voxels reset planets | Resets all planets | !voxels reset planets | !voxels reset planets |
| voxels reset planet | Resets the planet with a given name | !voxels reset planet <String planetName> | !voxels reset planet EarthLike429013 |
| voxels cleanup asteroids | Resets all asteroids that don't have a grid or player nearby | !voxels cleanup asteroids [Boolean deleteStorage] | !voxels cleanup asteroids true |
| voxels cleanup distant | Resets all asteroids that don't have a grid or player inside the specified radius | !voxels cleanup distant [Double distance] [Boolean deleteStorage] | !voxels cleanup distant 500 true |
| faction clean | Removes factions with fewer than the given number of players | !faction clean [Int32 memberCount] | !faction clean 1 |
| faction remove | Removes faction by tag name | !faction remove <String tag> | !faction remove NPD |
| faction info | Lists members of all factions | !faction info | !faction info |
| pr createrank | Create new rank object with default data | !pr createrank <string rankName> | !pr createrank "Moderator" |
| pr delrank | Delete existing rank object | !pr delrank <string rankName> | !pr delrank "Moderator" |
| pr setrank | Set a players rank level | !pr setrank <string playerName, string rankName> | !pr setrank "Bishbash777" "Moderator" |
| pr addinheritance | Make a rank inherit other custom ranks permissions | !pr addinheritance <string rankName, string inheritanceName> | !pr addinheritance "Admin" "Moderator" |
| pr delinheritance | Remove inherited custom rank from main rank | !pr delinheritance <string rankName, string inheritanceName> | !pr delinheritance "Admin" "Moderator" |
| pr renamerank | Rename existing rank | !pr renamerank <string oldName, string newName> | !pr renamerank "Moderator" "Helper" |
| pr reservedslot | States if any player who has the given rank will have | !pr reservedslot <string rankName, string bool_string | !pr reservedslot "Donator" true |
| pr setdefaultrank | Sets default rank for all new players | !pr setdefaultrank <string rankName> | !pr setdefaultrank "Player" |
| pr addperm | Allows access to specified command for named rank (Adds !restart to explicity allowed commands... adding a '-' infront of restart will remove it from the explicitly allowed list) - see example | !pr addperm <string rankName, string command> | !pr addperm "Moderator" "restart" / !pr addperm "Moderator" "-restart" |
| pr delperm | Revokes accesss to specified command for named rank (Adds !restart to explicity blocked commands... adding a '-' infront of restart will remove it from the explicitly blocked list) - see example | !pr delperm <string rankName, string command> | !pr delperm "Moderator" "stop" / !pr addperm "Moderator" "-stop" |
| pr addplayerperm | Allows access to specified command for named player (Adds !restart to explicity allowed commands... adding a '-' infront of restart will remove it from the explicitly allowed list) - see example | !pr addplayerperm <string playernameName, string command> | !pr addplayerperm "Bishbash777" "eco give" / !pr addperm "Bishbash777" "-eco give" |
| pr delplayerperm | Revokes accesss to specified command for named player (Adds !restart to explicity blocked commands... adding a '-' infront of restart will remove it from the explicitly blocked list) - see example | !pr delplayerperm <string playernameName, string command> | !pr delplayerperm "Bishbash777" "eco give" / !pr delplayerperm "Bishbash777" "-eco give" |
| pr listranks | List all valid and loaded ranks | !pr listranks | !pr listranks |