Difference between revisions of "List of Admin and GM Commands"
Jump to navigation
Jump to search
m (1 revision imported) |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | == | + | === Debug Commands === |
| + | {| class="wikitable" | ||
| + | |'''Command''' | ||
| + | |'''Required Role''' | ||
| + | |'''Arguments''' | ||
| + | |'''Description''' | ||
| + | |- | ||
| + | |siglist | ||
| + | |CONTENT | ||
| + | | | ||
| + | |lists all active signatures, with location, name, and type. | ||
| + | |- | ||
| + | |heal | ||
| + | |HEALSELF | ||
| + | |entityID | ||
| + | |heal the character with the entityID | ||
| + | |- | ||
| + | |healtarget | ||
| + | |HEALSELF | ||
| + | |entityID | ||
| + | |heal the currently active target | ||
| + | |- | ||
| + | |status | ||
| + | |PLAYER | ||
| + | | | ||
| + | |note giving you detailed ship status information | ||
| + | |- | ||
| + | |secstatus | ||
| + | |PLAYER | ||
| + | | | ||
| + | |note giving you this character's current security status | ||
| + | |- | ||
| + | |list | ||
| + | |PLAYER | ||
| + | | | ||
| + | |gives a list of all dynamic entities and players and their destinyState in this bubble | ||
| + | |- | ||
| + | |commandlist | ||
| + | |PLAYER | ||
| + | | | ||
| + | |gives a list of all game commands, required role, and a description | ||
| + | |- | ||
| + | |destinyvars | ||
| + | |GMH | ||
| + | | | ||
| + | |shows some current destiny variables | ||
| + | |- | ||
| + | |shipvars | ||
| + | |GMH | ||
| + | | | ||
| + | |shows other current destiny variables | ||
| + | |- | ||
| + | |shutdown | ||
| + | |GMH | ||
| + | | | ||
| + | |save all items, kick all connections, and halt server. immediate command. | ||
| + | |- | ||
| + | |beltlist | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |list all roids in current belt's inventory. | ||
| + | |- | ||
| + | |inventory | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |list all items in current location's inventory either station or solsystem). | ||
| + | |- | ||
| + | |shipinventory | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |list all items in current ship's inventory. | ||
| + | |- | ||
| + | |showsession | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |list current session values. | ||
| + | |- | ||
| + | |skilllist | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |list all skills loaded for character. | ||
| + | |- | ||
| + | |shipdna | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |show current ship DNA. | ||
| + | |- | ||
| + | |targlist | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |show current ship target list. | ||
| + | |- | ||
| + | |bubblelist | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |show current objects in bubble, their destiny state, and movement speed. | ||
| + | |- | ||
| + | |track | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |toggles current object movement tracking state. | ||
| + | |- | ||
| + | |attrlist | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |show current attributes for itemID given in args. | ||
| + | |- | ||
| + | |warpto | ||
| + | |GMH | ||
| + | | | ||
| + | |warp to an object using its itemID. | ||
| + | |- | ||
| + | |fleetboost | ||
| + | |PLAYER | ||
| + | | | ||
| + | |note giving you detailed fleet boost information | ||
| + | |- | ||
| + | |fleetinvite | ||
| + | |PLAYER | ||
| + | | | ||
| + | |sets fleet invite scope to <arg> or none | ||
| + | |- | ||
| + | |getposition | ||
| + | |PLAYER | ||
| + | | | ||
| + | |gets positional data between ship and moon for pos placement testing) | ||
| + | |- | ||
| + | |bubbletrack | ||
| + | |PROGRAMMER | ||
| + | | | ||
| + | |enable/disable bubble outline tracking. | ||
| + | |- | ||
| + | |players | ||
| + | |PLAYER | ||
| + | | | ||
| + | |shows list of online players | ||
| + | |- | ||
| + | |showall | ||
| + | |GMH | ||
| + | | | ||
| + | |shows all dynamic items in system on ship scanner. | ||
| + | |- | ||
| + | |autostop | ||
| + | |PLAYER | ||
| + | | | ||
| + | |sets repair, boost, and ?? modules to stop when target full | ||
| + | |} | ||
| + | |||
| + | === GM Commands === | ||
| + | {| class="wikitable" | ||
| + | |'''Command''' | ||
| + | |'''Required Role''' | ||
| + | |'''Arguments''' | ||
| + | |'''Description''' | ||
| + | |- | ||
| + | |spawnn | ||
| + | |ADMIN | ||
| + | |typeID | ||
| + | |Spawn an NPC with the specified type. | ||
| + | |- | ||
| + | |spawn | ||
| + | |SPAWN | ||
| + | |typeID | ||
| + | |Spawn an NPC with the specified type. | ||
| + | |- | ||
| + | |unspawn | ||
| + | |SPAWN | ||
| + | |itemID | ||
| + | |remove and delete itemID | ||
| + | |- | ||
| + | |search | ||
| + | |VIP | ||
| + | |text | ||
| + | |Search for items matching the specified query | ||
| + | |- | ||
| + | |giveisk | ||
| + | |GMH | ||
| + | |entityID amount | ||
| + | |Give the specified amount of cash to the specified character. 'me'=self. | ||
| + | |- | ||
| + | |pop | ||
| + | |ADMIN | ||
| + | |type key value | ||
| + | |Send an OnRemoteMessage | ||
| + | |- | ||
| + | |setbpattr | ||
| + | |CONTENT | ||
| + | |itemID | ||
| + | |copy materialLevel productivityLevel licensedProductionRunsRemaining | ||
| + | |- | ||
| + | |getattr | ||
| + | |VIP | ||
| + | |itemID attributeID | ||
| + | |Retrieves attribute value. | ||
| + | |- | ||
| + | |setattr | ||
| + | |CONTENT | ||
| + | |itemID attributeID value | ||
| + | |Sets attributeID of itemID to value. | ||
| + | |- | ||
| + | |fit | ||
| + | |VIP | ||
| + | |itemID | ||
| + | |Fits selected item to active ship. | ||
| + | |- | ||
| + | |giveallskills | ||
| + | |ADMIN | ||
| + | |<nowiki>['me'|<characterID>]</nowiki> | ||
| + | |gives ALL skills to designated character or self | ||
| + | |- | ||
| + | |giveskill | ||
| + | |VIP | ||
| + | |skillID level | ||
| + | |gives skillID to specified level. | ||
| + | |- | ||
| + | |online | ||
| + | |VIP | ||
| + | |entityID | ||
| + | |online all modules on the ship of the entityID. entityID=me=>online my modules | ||
| + | |- | ||
| + | |unload | ||
| + | |VIP | ||
| + | |entityID itemID | ||
| + | |unload module itemID from entityID itemID=all=>unload all entityID=me=>my modules | ||
| + | |- | ||
| + | |repairmodules | ||
| + | |HEALSELF | ||
| + | |entityID itemID | ||
| + | |repair the modules of the character with the entityID | ||
| + | |- | ||
| + | |giveskills | ||
| + | |ADMIN | ||
| + | |itemID | ||
| + | |gives skills to character. | ||
| + | |- | ||
| + | |dogma | ||
| + | |ADMIN | ||
| + | |attribute | ||
| + | |change item attribute value | ||
| + | |- | ||
| + | |kick | ||
| + | |ADMIN | ||
| + | |charName | ||
| + | |kicks [charName] from the server | ||
| + | |- | ||
| + | |ban | ||
| + | |ADMIN | ||
| + | |charName | ||
| + | |bans player's account from the server | ||
| + | |- | ||
| + | |unban | ||
| + | |ADMIN | ||
| + | |charName | ||
| + | |removes ban on player's account | ||
| + | |- | ||
| + | |entity | ||
| + | |ADMIN | ||
| + | |entityID | ||
| + | |unknown | ||
| + | |- | ||
| + | |chatban | ||
| + | |ADMIN | ||
| + | |characterID | ||
| + | |bans character from channel | ||
| + | |- | ||
| + | |whois | ||
| + | |ADMIN | ||
| + | |characterName | ||
| + | |returns information on character | ||
| + | |} | ||
| + | |||
| + | === System Commands === | ||
| + | {| class="wikitable" | ||
| + | |'''Command''' | ||
| + | |'''Required Role''' | ||
| + | |'''Arguments''' | ||
| + | |'''Description''' | ||
| + | |- | ||
| + | |create | ||
| + | |VIP | ||
| + | |itemID [count] | ||
| + | |Create count or 1 of the specified item. | ||
| + | |- | ||
| + | |goto | ||
| + | |VIP | ||
| + | |x y z | ||
| + | |Jump to the specified position in space. Stopped. | ||
| + | |- | ||
| + | |update | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Sets Current Position according to Server's DestinyManager, then Sends Bubble AddBalls and Destiny SetState. (resets spaceview with current server data) | ||
| + | |- | ||
| + | |createitem | ||
| + | |ADMIN | ||
| + | |itemID count | ||
| + | |Create count or 1 of the specified item.(from Insider) | ||
| + | |- | ||
| + | |translocate | ||
| + | |VIP | ||
| + | |entityID | ||
| + | |Translocate to the specified entity | ||
| + | |- | ||
| + | |tr | ||
| + | |VIP | ||
| + | |who, entityID | ||
| + | |Translocate - This is a very powerful command. It will move you and your active ship to another location. | ||
| + | |- | ||
| + | |halt | ||
| + | |VIP | ||
| + | | | ||
| + | |Immediately stops ship, setting Destiny::State = dstball_halt. | ||
| + | |- | ||
| + | |location | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Gives you back your current location in space. | ||
| + | |- | ||
| + | |syncloc | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Synchronizes your location in client with location on server. | ||
| + | |- | ||
| + | |syncpos | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Synchronizes locations of all dynamic entities in current bubble with location on server for all players in callers bubble. | ||
| + | |- | ||
| + | |sendstate | ||
| + | |CONTENT | ||
| + | | | ||
| + | |Sends DoDestinyUpdate SetState. Use this ONLY when your space view is blank. (blackscreen, distances are .1$, overview has no items) | ||
| + | |- | ||
| + | |addball | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Sends BubbleManager AddBalls. (need to update role) | ||
| + | |- | ||
| + | |addball2 | ||
| + | |PLAYER | ||
| + | | | ||
| + | |Sends BubbleManager AddBalls2. (need to update role) | ||
| + | |- | ||
| + | |kill | ||
| + | |VIP | ||
| + | |entityID | ||
| + | |Insta-pops a destroyable ship, drone, structure, if applicable | ||
| + | |- | ||
| + | |killallnpcs | ||
| + | |ADMIN | ||
| + | | | ||
| + | |Insta-pops all NPC ships in the current bubble | ||
| + | |- | ||
| + | |cloak | ||
| + | |VIP | ||
| + | | | ||
| + | |instantly and unconditionally toggles cloak state of your vessel | ||
| + | |} | ||
| + | |||
| + | ==Old Commands (needs to be deleted after merging with above tables== | ||
{| | {| | ||
| Line 124: | Line 483: | ||
|returns information on character | |returns information on character | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
[[Category:User Guide]] | [[Category:User Guide]] | ||
Latest revision as of 13:57, 7 April 2021
Debug Commands
| Command | Required Role | Arguments | Description |
| siglist | CONTENT | lists all active signatures, with location, name, and type. | |
| heal | HEALSELF | entityID | heal the character with the entityID |
| healtarget | HEALSELF | entityID | heal the currently active target |
| status | PLAYER | note giving you detailed ship status information | |
| secstatus | PLAYER | note giving you this character's current security status | |
| list | PLAYER | gives a list of all dynamic entities and players and their destinyState in this bubble | |
| commandlist | PLAYER | gives a list of all game commands, required role, and a description | |
| destinyvars | GMH | shows some current destiny variables | |
| shipvars | GMH | shows other current destiny variables | |
| shutdown | GMH | save all items, kick all connections, and halt server. immediate command. | |
| beltlist | PROGRAMMER | list all roids in current belt's inventory. | |
| inventory | PROGRAMMER | list all items in current location's inventory either station or solsystem). | |
| shipinventory | PROGRAMMER | list all items in current ship's inventory. | |
| showsession | PROGRAMMER | list current session values. | |
| skilllist | PROGRAMMER | list all skills loaded for character. | |
| shipdna | PROGRAMMER | show current ship DNA. | |
| targlist | PROGRAMMER | show current ship target list. | |
| bubblelist | PROGRAMMER | show current objects in bubble, their destiny state, and movement speed. | |
| track | PROGRAMMER | toggles current object movement tracking state. | |
| attrlist | PROGRAMMER | show current attributes for itemID given in args. | |
| warpto | GMH | warp to an object using its itemID. | |
| fleetboost | PLAYER | note giving you detailed fleet boost information | |
| fleetinvite | PLAYER | sets fleet invite scope to <arg> or none | |
| getposition | PLAYER | gets positional data between ship and moon for pos placement testing) | |
| bubbletrack | PROGRAMMER | enable/disable bubble outline tracking. | |
| players | PLAYER | shows list of online players | |
| showall | GMH | shows all dynamic items in system on ship scanner. | |
| autostop | PLAYER | sets repair, boost, and ?? modules to stop when target full |
GM Commands
| Command | Required Role | Arguments | Description |
| spawnn | ADMIN | typeID | Spawn an NPC with the specified type. |
| spawn | SPAWN | typeID | Spawn an NPC with the specified type. |
| unspawn | SPAWN | itemID | remove and delete itemID |
| search | VIP | text | Search for items matching the specified query |
| giveisk | GMH | entityID amount | Give the specified amount of cash to the specified character. 'me'=self. |
| pop | ADMIN | type key value | Send an OnRemoteMessage |
| setbpattr | CONTENT | itemID | copy materialLevel productivityLevel licensedProductionRunsRemaining |
| getattr | VIP | itemID attributeID | Retrieves attribute value. |
| setattr | CONTENT | itemID attributeID value | Sets attributeID of itemID to value. |
| fit | VIP | itemID | Fits selected item to active ship. |
| giveallskills | ADMIN | ['me'|<characterID>] | gives ALL skills to designated character or self |
| giveskill | VIP | skillID level | gives skillID to specified level. |
| online | VIP | entityID | online all modules on the ship of the entityID. entityID=me=>online my modules |
| unload | VIP | entityID itemID | unload module itemID from entityID itemID=all=>unload all entityID=me=>my modules |
| repairmodules | HEALSELF | entityID itemID | repair the modules of the character with the entityID |
| giveskills | ADMIN | itemID | gives skills to character. |
| dogma | ADMIN | attribute | change item attribute value |
| kick | ADMIN | charName | kicks [charName] from the server |
| ban | ADMIN | charName | bans player's account from the server |
| unban | ADMIN | charName | removes ban on player's account |
| entity | ADMIN | entityID | unknown |
| chatban | ADMIN | characterID | bans character from channel |
| whois | ADMIN | characterName | returns information on character |
System Commands
| Command | Required Role | Arguments | Description |
| create | VIP | itemID [count] | Create count or 1 of the specified item. |
| goto | VIP | x y z | Jump to the specified position in space. Stopped. |
| update | PLAYER | Sets Current Position according to Server's DestinyManager, then Sends Bubble AddBalls and Destiny SetState. (resets spaceview with current server data) | |
| createitem | ADMIN | itemID count | Create count or 1 of the specified item.(from Insider) |
| translocate | VIP | entityID | Translocate to the specified entity |
| tr | VIP | who, entityID | Translocate - This is a very powerful command. It will move you and your active ship to another location. |
| halt | VIP | Immediately stops ship, setting Destiny::State = dstball_halt. | |
| location | PLAYER | Gives you back your current location in space. | |
| syncloc | PLAYER | Synchronizes your location in client with location on server. | |
| syncpos | PLAYER | Synchronizes locations of all dynamic entities in current bubble with location on server for all players in callers bubble. | |
| sendstate | CONTENT | Sends DoDestinyUpdate SetState. Use this ONLY when your space view is blank. (blackscreen, distances are .1$, overview has no items) | |
| addball | PLAYER | Sends BubbleManager AddBalls. (need to update role) | |
| addball2 | PLAYER | Sends BubbleManager AddBalls2. (need to update role) | |
| kill | VIP | entityID | Insta-pops a destroyable ship, drone, structure, if applicable |
| killallnpcs | ADMIN | Insta-pops all NPC ships in the current bubble | |
| cloak | VIP | instantly and unconditionally toggles cloak state of your vessel |
Old Commands (needs to be deleted after merging with above tables
| /ban (charName) | bans player's account from the server |
| /chatban (characterID) | bans character from channel |
| /create (itemID) [count] | Create count or 1 of the specified item. Used in-station puts items in Item/Ship windows, used in space puts items/ships into your ship's cargo bay. |
| /dogma (attribute) | change item attribute value |
| /entity (entityID) | unknown |
| /fit (itemID) | Fits selected item to active ship. |
| /getattr (itemID) (attributeID) | Retrieves attribute value. |
| /giveallskills (characterID) | gives all skills to character |
| /giveisk (entityID) (amount) | Give the specified amount of cash to the specified character. 0=self. |
| /giveskill (itemID) | gives skills to fit item. |
| /giveskills (itemID) | gives skills to character. |
| /goto (x) (y) (z) | Jump to the specified position in space. |
| /heal (entityID) | heal the character with the entityID |
| /kick (charName) | kicks [charName] from the server |
| /location | Gives you back your current location in space. |
| /online (entityID) | online all modules on the ship of the entityID. entityID=me=>online my modules |
| /pop (type) (key) (value) | Send an OnRemoteMessage. |
| /repairmodules (entityID) (itemID) | repair the modules of the character with the entityID |
| /search (text) | Search for items matching the specified query |
| /setattr (itemID) (attributeID) (value) | Sets attributeID of itemID to value. |
| /setbpattr (itemID) (copy) (materialLevel) (productivityLevel)
(licensedProductionRunsRemaining) |
Change blueprint's attributes. |
| /spawn (typeID) | Spawn an NPC with the specified type. |
| /state | Sends DoDestinyUpdate SetState. |
| /syncloc | Synchonizes your location in client with location on server. |
| /tr [<entityID>|me] <locationID> | Translocate the specified person to the specified entity |
| /translocate <entityID> <locationID> | Translocate the specified person to the specified entity |
| /unload (entityID) (itemID) | unload module itemID from entityID (itemID=all=>unload all) (entityID=me=>my
modules) |
| /unspawn (entityID) (itemID) | unload module itemID from entityID (itemID=all=>unload all) (entityID=me=>my
modules) |
| /unban (charName) | removes ban on player's account |
| /whois (characterName) | returns information on character |