CryoFall/Server/Commands: Difference between revisions

From AtomicTorchWiki
(6 intermediate revisions by the same user not shown)
Line 8: Line 8:


<pre>
<pre>
/admin.clearEventPastLocations
* Description: Clear all the past locations for all the events (so new events could happen there again).
* Type: server (operator only)
* Usage:
  /admin.clearEventPastLocations
/admin.finishEvents
* Description: Finishes all the active events.
* Type: server (operator only)
* Usage:
  /admin.finishEvents
/admin.giveawayItem
/admin.giveawayItem
* Description: Adds specified item(s) to all player characters.
* Description: Adds specified item(s) to all player characters.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/admin.giveawayItem <item> [count]
  /admin.giveawayItem <item> [count]


/admin.giveawayLP
/admin.giveawayLP
Line 18: Line 30:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/admin.giveawayLP <learningPoints>
  /admin.giveawayLP <learningPoints>


/admin.listCreativeModePlayers
/admin.listCreativeModePlayers
Line 24: Line 36:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/admin.listCreativeModePlayers
  /admin.listCreativeModePlayers
 
/admin.listLandClaims
* Description: List all the land claims of the specified player or of all the players.
* Type: server (operator only)
* Usage:
  /admin.listLandClaims
  /admin.listLandClaims <player>
 
/admin.listLandClaimsOwners
* Description: List all the land claims with their owners.
* Type: server (operator only)
* Usage:
  /admin.listLandClaimsOwners [minOwnersNumber]
 
/moderatorAdd
/admin.moderator.add
* Description: Adds server moderator.
* Type: server (operator only)
* Usage:
  /moderatorAdd [character]
  /admin.moderator.add [character]
 
/moderatorList
/admin.moderator.list
* Description: Lists server moderators.
* Type: server (operator only)
* Usage:
  /moderatorList
  /admin.moderator.list
 
/moderatorRemove
/admin.moderator.remove
* Description: Removes server moderator.
* Type: server (operator only)
* Usage:
  /moderatorRemove [character]
  /admin.moderator.remove [character]
 
/admin.notifyAll
* Description: Notifies all players on the server.
              Important: wrap the "message text in quotes"!
* Type: server (operator only)
* Usage:
  /admin.notifyAll <messageInQuotes>
 
/admin.notifyPlayer
* Description: Notifies a player on the server.
              Important: wrap the "message text in quotes"!
* Type: server (operator only)
* Usage:
  /admin.notifyPlayer <player> <messageInQuotes>


/opAdd
/opAdd
Line 31: Line 94:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/opAdd [character]
  /opAdd [character]
/admin.operator.add [character]
  /admin.operator.add [character]


/opList
/opList
Line 39: Line 102:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/opList
  /opList
/admin.operator.list
  /admin.operator.list


/opRemove
/opRemove
Line 47: Line 110:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/opRemove [character]
  /opRemove [character]
/admin.operator.remove [character]
  /admin.operator.remove [character]


/pwn
/pwn
/admin.pwn
/admin.pwn
* Description: Special debug command to add useful items to the player
* Description: Special debug command to add useful items to the player character.
character.
* Type: server (operator only)
* Usage:
  /pwn [player]
  /admin.pwn [player]
 
/admin.setRaidingWindow
* Description: Set raiding window. Please ensure you're using a correct UTC offset!
              To disable raiding protection completely, please set 24 hours duration from any hour with any UTC offset.
* Type: server (operator only)
* Usage:
  /admin.setRaidingWindow <UTC> <fromHour> <duration>
 
/admin.spawnAll
* Description: Executes all spawn scripts.
* Type: server (operator only)
* Usage:
  /admin.spawnAll
 
/admin.spawnZone
* Description: Executes all spawn scripts for the specified zone.
* Type: server (operator only)
* Usage:
  /admin.spawnZone <protoZone>
  /admin.spawnZone <protoZone> [isInitialSpawn]
 
/startEvent
/admin.startEvent
* Description: Creates and starts an event.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/pwn [player]
  /startEvent <protoEvent>
/admin.pwn [player]
  /admin.startEvent <protoEvent>
 
/completionist.addAll
* Description: Add all completionist entries to player.
* Type: server (operator only)
* Usage:
  /completionist.addAll [player]
 
/completionist.list
* Description: Lists all completionist entries for player.
* Type: server (operator only)
* Usage:
  /completionist.list [player]
 
/completionist.reset
* Description: Reset completionist entries for player.
* Type: server (operator only)
* Usage:
  /completionist.reset [player]


(/)help
(/)help
Line 64: Line 172:
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/help [searchCommand]
  /help [searchCommand]
/console.help [searchCommand]
  /console.help [searchCommand]


(/)console.logSeverity
(/)console.logSeverity
Line 71: Line 179:
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/console.logSeverity [severity]
  /console.logSeverity [severity]
 
/debug.breakRoads
* Description: Replace roads with broken roads according to a special position-derived algorithm. Can be run multiple times as further executions will not do any changes to the already replaced roads.
* Type: server (operator only)
* Usage:
  /debug.breakRoads
 
(/)debug.findInvalidNames
* Description: Finds prototypes which have invalid names.
* Type: client & server (operator only)
* Usage:
  /debug.findInvalidNames
 
(/)debug.findNameCollisions
* Description: Finds prototypes which have the duplicate name.
* Type: client & server (operator only)
* Usage:
  /debug.findNameCollisions
 
/debug.forcePragmiumSourceUpdate
* Description: Forces update of all pragmium source minerals in the game. They will attempt to spawn nodes and guardian creatures.
* Type: server (operator only)
* Usage:
  /debug.forcePragmiumSourceUpdate


(/)gc
(/)gc
Line 78: Line 210:
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/gc
  /gc
/debug.gc
  /gc <generation>
  /debug.gc
  /debug.gc <generation>


(/)debug.listRecipes
(/)debug.listRecipes
* Description: Lists all the recipes and buildings and their status (except for
* Description: Lists all the recipes and buildings and their status (except for recipes/buildings that already belong to any technology nodes). This command is used to find orphaned recipes/buildings.
recipes/buildings that already belong to any technology nodes). This command is
used to find orphaned recipes/buildings.
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/debug.listRecipes <AutoUnlocked|Unavailable>
  /debug.listRecipes <AutoUnlocked|Unavailable>
 
/debug.printConnectionStats
* Description: Print network stats for all the connected clients
* Type: server (operator only)
* Usage:
  /debug.printConnectionStats
 
/debug.resetLandClaimOwner
* Description: Resets the land claim founder to null and resets the access list.
* Type: server (operator only)
* Usage:
  /debug.resetLandClaimOwner [nearCharacter]
  /debug.resetLandClaimOwner <x> <y>
 
/debug.resetRaidblock
* Description: Resets server raid block for the base.
* Type: server (operator only)
* Usage:
  /debug.resetRaidblock [character]
  /debug.resetRaidblock <x> <y>
 
/debug.save
* Description: Invoke server autosave. You should not normally use it, normally the server should automatically do a snapshot as it's configured. When the server is shutting down it should also perform an autosave.
* Type: server (operator only)
* Usage:
  /debug.save


/debug.setAllStructuresHP
/debug.setAllStructuresHP
* Description: Set structures bar to % of the max value to all structures in
* Description: Set structures bar to % of the max value to all structures in the world. Percent is specified as value from 0 to 100.
the world.
* Type: server (operator only)
* Usage:
  /debug.setAllStructuresHP <hpPercent>
 
/debug.setAllVegetationFullGrown
* Description: Set all vegetation to full grown state.
* Type: server (operator only)
* Usage:
  /debug.setAllVegetationFullGrown
 
/debug.setBaseShieldCharge
* Description: Modifies charge amount of the S.H.I.E.L.D. (PvP) for the base located near the player.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/debug.setAllStructuresHP <hpPercent>
  /debug.setBaseShieldCharge [chargePercent] [character]
 
/debug.setBaseShieldStatus
* Description: Modifies status of the S.H.I.E.L.D. protection (PvP) for the base located near the player.
* Type: server (operator only)
* Usage:
  /debug.setBaseShieldStatus <Inactive|Activating|Active> [character]
 
/debug.setItemsCharge
* Description: Modifies charge/fuel amount of all items in player's inventory/equipment/hotbar to match the required charge percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage:
  /debug.setItemsCharge [chargePercent] [character]
 
/debug.setItemsDurability
* Description: Modifies durability of all items in player's inventory/equipment/hotbar to match the required durability percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage:
  /debug.setItemsDurability [durabilityPercent] [character]
 
/debug.setItemsFreshness
* Description: Modifies freshness of all items in player's inventory/equipment/hotbar to match the required freshness percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage:
  /debug.setItemsFreshness [freshnessPercent] [character]
 
/debug.setLandClaimOwner
* Description: Sets the land claim founder and resets the access list.
* Type: server (operator only)
* Usage:
  /debug.setLandClaimOwner [nearCharacter] <newOwner>
  /debug.setLandClaimOwner <x> <y> <newOwner>
 
/debug.setPowerGridCharge
* Description: Modifies charge amount of the power grid for the power grid located near the player.
* Type: server (operator only)
* Usage:
  /debug.setPowerGridCharge [chargePercent] [character]


(/)debug.showTechStatistics
(/)debug.showTechStatistics
Line 100: Line 306:
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/debug.showTechStatistics
  /debug.showTechStatistics
 
/debug.testRaidblock
* Description: Enable raid block for the base.
* Type: server (operator only)
* Usage:
  /debug.testRaidblock [character]
  /debug.testRaidblock <x> <y>


/kit
/kit
/demo.kit
/demo.kit
* Description: Adds sets of items according to specified category to the player
* Description: Adds sets of items according to specified category to the player character.
character.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/kit [category] [player]
  /kit [category] [player]
/demo.kit [category] [player]
  /demo.kit [category] [player]


/spawn
/spawn
/mobs.spawn
/mobs.spawn
* Description: Spawns a mob of the specified type to the specified tile
* Description: Spawns a mob of the specified type to the specified tile position in the world or near the specified character, depending on arguments used.
position in the world or near the specified character, depending on arguments
used.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/spawn <protoMob> [nearPlayer]
  /spawn <protoMob> [count] [nearPlayer]
/spawn <protoMob> <x> <y>
  /spawn <protoMob> <x> <y> [count]
/mobs.spawn <protoMob> [nearPlayer]
  /mobs.spawn <protoMob> [count] [nearPlayer]
/mobs.spawn <protoMob> <x> <y>
  /mobs.spawn <protoMob> <x> <y> [count]


/ban
/ban
/mod.blackList.add
/mod.blackList.add
* Description: Adds a player name into the blacklist.
* Description: Adds a player name into the blacklist.
* Type: server (operator only)
              Players from this list cannot connect to the game server
              (unless a player is an admin or moderator).
              Please note: there is also a whitelist that is intended
              to work in an opposite way by allowing access only to those players
              that are listed in a whitelist while everyone else is not allowed.
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/ban <playerName>
  /ban <playerName>
/mod.blackList.add <playerName>
  /mod.blackList.add <playerName>


/mod.blackList.print
/mod.blackList.print
* Description: Prints the blacklist content.
* Description: Prints the blacklist content.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.blackList.print
  /mod.blackList.print


/mod.blackList.remove
/mod.blackList.remove
* Description: Removes a player name from the blacklist.
* Description: Removes a player name from the blacklist.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.blackList.remove <playerName>
  /mod.blackList.remove <playerName>


/kick
/kick
/mod.kickList.add
/mod.kickList.add
* Description: Kicks the player from the server for the defined amount of time.
* Description: Kicks the player from the server for the defined amount of time.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/kick <character> [minutes]
  /kick <character> [minutes]
/mod.kickList.add <character> [minutes]
  /mod.kickList.add <character> [minutes]


/mod.kickList.print
/mod.kickList.print
* Description: Prints the kicked players list content.
* Description: Prints the kicked players list content.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.kickList.print
  /mod.kickList.print


/mod.kickList.remove
/mod.kickList.remove
* Description: Un-kicks the player (remove from the temporary kick list on the
* Description: Un-kicks the player (remove from the temporary kick list on the server).
server).
* Type: server (moderator/operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/mod.kickList.remove <playerName>
  /mod.kickList.remove <playerName>


/mute
/mute
/mod.muteList.add
/mod.muteList.add
* Description: Mutes the player on the server for the defined amount of time.
* Description: Mutes the player on the server for the defined amount of time.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mute <character> [minutes]
  /mute <character> [minutes]
/mod.muteList.add <character> [minutes]
  /mod.muteList.add <character> [minutes]


/mod.muteList.print
/mod.muteList.print
* Description: Prints the muted players list content.
* Description: Prints the muted players list content.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.muteList.print
  /mod.muteList.print


/mod.muteList.remove
/mod.muteList.remove
* Description: Un-mutes the player (remove from the temporary mute list on the
* Description: Un-mutes the player (remove from the temporary mute list on the server).
server).
* Type: server (moderator/operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/mod.muteList.remove <playerName>
  /mod.muteList.remove <playerName>


/whiteListAdd
/whiteListAdd
/mod.whiteList.add
/mod.whiteList.add
* Description: Adds a player name into the whitelist.
* Description: Adds a player name into the whitelist.
* Type: server (operator only)
              Please don't forget to enable the whitelist after adding a player there.
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/whiteListAdd <playerName>
  /whiteListAdd <playerName>
/mod.whiteList.add <playerName>
  /mod.whiteList.add <playerName>


/mod.whiteList.enabled
/mod.whiteList.enabled
* Description: Enables or disables the whitelist
* Description: Enables or disables the whitelist.
* Type: server (operator only)
              When the whitelist enabled, only players added to the whitelist
              can connect to the server (plus admins and moderators).
              Please note: there is also a blacklist that is intended
              to work in an opposite way by disallowing access only to those players
              that are listed in a blacklist while everyone else is allowed.
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.whiteList.enabled [isEnabled]
  /mod.whiteList.enabled [isEnabled]


/mod.whiteList.print
/mod.whiteList.print
* Description: Prints the whitelist content.
* Description: Prints the whitelist content.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.whiteList.print
  /mod.whiteList.print


/mod.whiteList.remove
/mod.whiteList.remove
* Description: Removes a player name from the whitelist.
* Description: Removes a player name from the whitelist.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:
  /mod.whiteList.remove <playerName>
 
/party.browse
* Description: Browse the party of the specified player.
* Type: server (moderator/operator only)
* Usage:
  /party.browse <player>
 
/party.setClanTag
* Description: Sets the clan tag for the party of the specified player. The clan tag could be left empty - the clan tag will be removed for the party then.
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/mod.whiteList.remove <playerName>
  /party.setClanTag <player> [clanTag]


/player.addLP
/player.addLP
Line 215: Line 446:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.addLP <learningPoints> [player]
  /player.addLP <learningPoints> [player]


/player.discoverMap
/player.discoverMap
Line 221: Line 452:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.discoverMap [player]
  /player.discoverMap [player]


/pos
/pos
Line 228: Line 459:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/pos [player]
  /pos [player]
/player.getPosition [player]
  /player.getPosition [player]


/heal
/heal
Line 236: Line 467:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/heal [player]
  /heal [player]
/player.heal [player]
  /player.heal [player]


/addItem
/addItem
Line 244: Line 475:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/addItem <item> [count] [player]
  /addItem <item> [count] [player]
/player.items.add <item> [count] [player]
  /player.items.add <item> [count] [player]


/player.items.reset
/player.items.reset
Line 251: Line 482:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.items.reset [player]
  /player.items.reset [player]


/killMe
/killMe
/player.killMe
/player.killMe
* Description: Kills you. Use when you desperately need to get rid of yourself
* Description: Kills you. Use when you desperately need to get rid of yourself and respawn. You cannot kill yourself more often than once in 5 minutes.
and respawn. You cannot kill yourself more often than once in 5 minutes.
* Type: server (operator only)
* Type: server
* Usage:  
* Usage:  
/killMe
  /killMe
/player.killMe
  /player.killMe


(/)player.printFinalCache
(/)player.printFinalCache
* Description: Get the world position of a player character.
* Description: Prints the current final stats cache of the player character.
              It lists all the applied stats with their sources.
* Type: client & server (operator only)
* Type: client & server (operator only)
* Usage:  
* Usage:  
/player.printFinalCache [player]
  /player.printFinalCache [player]


/creative
/creative
/player.setCreativeMode
/player.setCreativeMode
* Description: Toggles creative mode.
* Description: Toggles creative mode.
This mode allows you to build without using any resources also skipping the
This mode allows you to build without using any resources also skipping the entire build phases.  
entire build phases.  
This mode is enabled by default in the Editor mode.
This mode is enabled by default in the Editor mode.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/creative <isEnabled> [character]
  /creative <isEnabled> [character]
/player.setCreativeMode <isEnabled> [character]
  /player.setCreativeMode <isEnabled> [character]


/player.setEnergy
/player.setEnergy
* Description: Sets energy value to a player character. The energy value is
* Description: Sets energy value to a player character. The energy value is automatically clamped into the available range.
automatically clamped into the available range.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setEnergy <energy> [character]
  /player.setEnergy <energy> [character]


/player.setFood
/player.setFood
* Description: Sets food value to a player character. The food value is
* Description: Sets food value to a player character. The food value is automatically clamped into the available range.
automatically clamped into the available range.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setFood <food> [character]
  /player.setFood <food> [character]


/player.setHealth
/player.setHealth
* Description: Sets health value to a player character. The health value is
* Description: Sets health value to a player character. The health value is automatically clamped into the available range.
automatically clamped into the available range.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setHealth <health> [character]
  /player.setHealth <health> [character]


/god
/god
Line 305: Line 532:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/god [isEnabled] [character]
  /god [isEnabled] [character]
/player.setInvincibility [isEnabled] [character]
  /player.setInvincibility [isEnabled] [character]


/player.setLP
/player.setLP
Line 312: Line 539:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setLP <learningPoints> [player]
  /player.setLP <learningPoints> [player]
 
/player.setMobMode
* Description: Toggles mob mode (player mimicking a particular mob).
* Type: server (operator only)
* Usage:
/player.setMobMode <isEnabled> [character]


/player.setNewbieMode
/player.setNewbieMode
Line 324: Line 545:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setNewbieMode <isEnabled> [character]
  /player.setNewbieMode <isEnabled> [character]


/spectator
/spectator
/player.setSpectatorMode
/player.setSpectatorMode
* Description: Toggles spectator mode.
* Description: Toggles spectator mode.
* Type: server (operator only)
* Type: server (moderator/operator only)
* Usage:  
* Usage:  
/spectator <isEnabled> [character]
  /spectator <isEnabled> [character]
/player.setSpectatorMode <isEnabled> [character]
  /player.setSpectatorMode <isEnabled> [character]


/player.setWater
/player.setWater
* Description: Sets water value to a player character. The water value is
* Description: Sets water value to a player character. The water value is automatically clamped into the available range.
automatically clamped into the available range.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/player.setWater <water> [character]
  /player.setWater <water> [character]


/tp
/tp
/player.teleport
/player.teleport
* Description: Teleports a player character to the specified tile position in
* Description: Teleports a player character to the specified tile position in the world or to another player depending on arguments used.
the world or to another player depending on arguments used.
* Type: server (moderator/operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tp <toPlayer> [player]
  /tp <toPlayer> [player]
/tp <x> <y> [player]
  /tp <x> <y> [player]
/player.teleport <toPlayer> [player]
  /player.teleport <toPlayer> [player]
/player.teleport <x> <y> [player]
  /player.teleport <x> <y> [player]


/quest.add
/quest.add
Line 356: Line 575:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.add <quest> [player]
  /quest.add <quest> [player]


/quest.addAll
/quest.addAll
* Description: Add all quests to a player (even if prerequisites are not
* Description: Add all quests to a player (even if prerequisites are not satisfied).
satisfied).
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.addAll [player]
  /quest.addAll [player]


/quest.complete
/quest.complete
* Description: Complete a specific active quest for player (even if
* Description: Complete a specific active quest for player (even if prerequisites are not satisfied).
prerequisites are not satisfied).
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.complete <quest> [player]
  /quest.complete <quest> [player]


/quest.completeAll
/quest.completeAll
* Description: Complete all quests to a player (even if the quest is not added
* Description: Complete all quests to a player (even if the quest is not added or the prerequisites are not satisfied).
or the prerequisites are not satisfied).
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.completeAll [player]
  /quest.completeAll [player]


/quest.completeAllActive
/quest.completeAllActive
* Description: Complete all active quests to a player (even if prerequisites
* Description: Complete all active quests to a player (even if prerequisites are not satisfied).
are not satisfied).
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.completeAllActive [player]
  /quest.completeAllActive [player]


/quest.remove
/quest.remove
Line 390: Line 605:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.remove <quest> [player]
  /quest.remove <quest> [player]


/quest.removeAll
/quest.removeAll
Line 396: Line 611:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.removeAll [player]
  /quest.removeAll [player]


/quest.reset
/quest.reset
Line 402: Line 617:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/quest.reset <quest> [player]
  /quest.reset <quest> [player]


/skills.addExp
/skills.addExp
Line 408: Line 623:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/skills.addExp <skill> <exp> [player]
  /skills.addExp <skill> <exp> [player]


/skills.list
/skills.list
Line 414: Line 629:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/skills.list [player]
  /skills.list [player]


/skills.resetAll
/skills.resetAll
Line 420: Line 635:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/skills.resetAll [player]
  /skills.resetAll [player]


/skills.set
/skills.set
Line 426: Line 641:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/skills.set <skill> [level] [player]
  /skills.set <skill> [level] [player]


/skills.setAll
/skills.setAll
Line 432: Line 647:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/skills.setAll [level] [player]
  /skills.setAll [level] [player]


/statusEffects.add
/statusEffects.add
Line 438: Line 653:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/statusEffects.add <statusEffect> [intensityToAdd] [player]
  /statusEffects.add <statusEffect> [intensityToAdd] [player]


/statusEffects.addAll
/statusEffects.addAll
* Description: Adds all possible status effects (some of them will be
* Description: Adds all possible status effects (some of them will be immediately remowed, however, as they cannot exist together).
immediately remowed, however, as they cannot exist together).
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/statusEffects.addAll [player]
  /statusEffects.addAll [player]


/statusEffects.remove
/statusEffects.remove
Line 451: Line 665:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/statusEffects.remove <statusEffect> [player]
  /statusEffects.remove <statusEffect> [player]


/statusEffects.reset
/statusEffects.reset
Line 457: Line 671:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/statusEffects.reset [player]
  /statusEffects.reset [player]


/tech.addAll
/tech.addAll
Line 463: Line 677:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.addAll [player]
  /tech.addAll [player]


/tech.addAllGroups
/tech.addAllGroups
Line 469: Line 683:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.addAllGroups [player]
  /tech.addAllGroups [player]


/tech.addGroup
/tech.addGroup
Line 475: Line 689:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.addGroup <group> [player]
  /tech.addGroup <group> [player]


/tech.addNode
/tech.addNode
* Description: Add a tech node to a player. It will also add all other required
* Description: Add a tech node to a player. It will also add all other required nodes if there's a conflict.
nodes if there's a conflict.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.addNode <node> [player]
  /tech.addNode <node> [player]
 
/tech.addTier
* Description: Add a particular tech tier to a player. The argument controls whether the tech nodes of the tech gr
* Type: server (operator only)
* Usage:
  /tech.addTier <tier> <withNodes> [player]


/tech.removeAll
/tech.removeAll
Line 488: Line 707:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.removeAll [player]
  /tech.removeAll [player]


/tech.removeGroup
/tech.removeGroup
Line 494: Line 713:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.removeGroup <group> [player]
  /tech.removeGroup <group> [player]


/tech.removeNode
/tech.removeNode
Line 500: Line 719:
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.removeNode <node> [player]
  /tech.removeNode <node> [player]
 
/tech.resetTechTreeAndRefundLP
* Description: Reset player's tech tree and refund all the LP.
* Type: server (operator only)
* Usage:
  /tech.resetTechTreeAndRefundLP [player]


/tech.setGroupCompletion
/tech.setGroupCompletion
* Description: Add tech group and enable nodes to have desired percent of
* Description: Add tech group and enable nodes to have desired percent of completion (value from 0 to 1, inclusive) to a player. This is useful when you need a particular tech group to have some nodes, but not all.
completion (value from 0 to 1, inclusive) to a player. This is useful when you
need a particular tech group to have some nodes, but not all.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/tech.setGroupCompletion <techGroup> <completionPercent> [player]
  /tech.setGroupCompletion <techGroup> <completionPercent> [player]
 
/world.activateBaseRaidblock
* Description: Activates raidblock status for the base where character is present now.
* Type: server (operator only)
* Usage:
  /world.activateBaseRaidblock [character]


/world.destroy
/world.destroy
* Description: Destroys the closest world object in the player character
* Description: Destroys the closest world object in the player character position or neighbor tiles.
position or neighbor tiles.
              You can use this to destroy any creatures, buildings or objects such as resources.
You can use this to destroy any buildings or objects such as resources.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/world.destroy [character]
  /world.destroy [character]
/world.destroy <x> <y>
  /world.destroy <x> <y>


/world.destroyAll
* Description: Destroys all static world objects of the specific prototype.
* Type: server (operator only)
* Usage:
  /world.destroyAll <protoObject>
/place
/world.place
/world.place
* Description: Places a world object in the player character position or in any
* Description: Places a static world object in the player character position or in any specified position.
specified position.
              You can use this to spawn new buildings and resources.
You can use this to spawn new buildings and resources.
              You need to provide a player character name to place an object in its position.
You need to provide a player character name to place the object in its
              Please note that the character must be in spectator mode.
position.
Please note that the character must be in spectator mode.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/world.place <protoStaticWorldObject> [character]
  /place <protoStaticWorldObject> [character]
/world.place <protoStaticWorldObject> <x> <y>
  /place <objTypeName> <x> <y>
  /world.place <protoStaticWorldObject> [character]
  /world.place <objTypeName> <x> <y>


/world.setTimeOfDay
/world.setTimeOfDay
* Description: Forces specified time of day on client or server.
* Description: Forces specified time of day on the server.
To reset please execute this command without any arguments.
To reset please execute this command without any arguments.
* Type: server (operator only)
* Type: server (operator only)
* Usage:  
* Usage:  
/world.setTimeOfDay [hour] [minute]
  /world.setTimeOfDay [hour] [minute]
 
/spawnVehicle
/world.spawnVehicle
* Description: Spawns a vehicle in the player character position or in any specified position.
              You need to provide a player character name to place a vehicle in its position.
              Please note that the character must be in spectator mode.
* Type: server (operator only)
* Usage:
  /spawnVehicle <protoDynamicWorldObject> [character]
  /spawnVehicle <objTypeName> <x> <y>
  /world.spawnVehicle <protoDynamicWorldObject> [character]
  /world.spawnVehicle <objTypeName> <x> <y>
</pre>
</pre>

Revision as of 22:49, 16 July 2020

CryoFall server commands

Please read the Server Setup Guide first.
This is just a list of all the server console commands.
You need to execute them right from the game by using in-game console as described in the Server Setup Guide.
Most of these commands are requiring server operator access.

Server commands list

/admin.clearEventPastLocations
* Description: Clear all the past locations for all the events (so new events could happen there again).
* Type: server (operator only)
* Usage: 
  /admin.clearEventPastLocations

/admin.finishEvents
* Description: Finishes all the active events.
* Type: server (operator only)
* Usage: 
  /admin.finishEvents

/admin.giveawayItem
* Description: Adds specified item(s) to all player characters.
* Type: server (operator only)
* Usage: 
  /admin.giveawayItem <item> [count]

/admin.giveawayLP
* Description: Adds specified item(s) to all player characters.
* Type: server (operator only)
* Usage: 
  /admin.giveawayLP <learningPoints>

/admin.listCreativeModePlayers
* Description: Lists players currently in creative mode
* Type: server (operator only)
* Usage: 
  /admin.listCreativeModePlayers

/admin.listLandClaims
* Description: List all the land claims of the specified player or of all the players.
* Type: server (operator only)
* Usage: 
  /admin.listLandClaims
  /admin.listLandClaims <player>

/admin.listLandClaimsOwners
* Description: List all the land claims with their owners.
* Type: server (operator only)
* Usage: 
  /admin.listLandClaimsOwners [minOwnersNumber]

/moderatorAdd
/admin.moderator.add
* Description: Adds server moderator.
* Type: server (operator only)
* Usage: 
  /moderatorAdd [character]
  /admin.moderator.add [character]

/moderatorList
/admin.moderator.list
* Description: Lists server moderators.
* Type: server (operator only)
* Usage: 
  /moderatorList
  /admin.moderator.list

/moderatorRemove
/admin.moderator.remove
* Description: Removes server moderator.
* Type: server (operator only)
* Usage: 
  /moderatorRemove [character]
  /admin.moderator.remove [character]

/admin.notifyAll
* Description: Notifies all players on the server.
              Important: wrap the "message text in quotes"!
* Type: server (operator only)
* Usage: 
  /admin.notifyAll <messageInQuotes>

/admin.notifyPlayer
* Description: Notifies a player on the server.
              Important: wrap the "message text in quotes"!
* Type: server (operator only)
* Usage: 
  /admin.notifyPlayer <player> <messageInQuotes>

/opAdd
/admin.operator.add
* Description: Adds server operator.
* Type: server (operator only)
* Usage: 
  /opAdd [character]
  /admin.operator.add [character]

/opList
/admin.operator.list
* Description: Lists server operators.
* Type: server (operator only)
* Usage: 
  /opList
  /admin.operator.list

/opRemove
/admin.operator.remove
* Description: Removes server operator.
* Type: server (operator only)
* Usage: 
  /opRemove [character]
  /admin.operator.remove [character]

/pwn
/admin.pwn
* Description: Special debug command to add useful items to the player character.
* Type: server (operator only)
* Usage: 
  /pwn [player]
  /admin.pwn [player]

/admin.setRaidingWindow
* Description: Set raiding window. Please ensure you're using a correct UTC offset!
              To disable raiding protection completely, please set 24 hours duration from any hour with any UTC offset.
* Type: server (operator only)
* Usage: 
  /admin.setRaidingWindow <UTC> <fromHour> <duration>

/admin.spawnAll
* Description: Executes all spawn scripts.
* Type: server (operator only)
* Usage: 
  /admin.spawnAll

/admin.spawnZone
* Description: Executes all spawn scripts for the specified zone.
* Type: server (operator only)
* Usage: 
  /admin.spawnZone <protoZone>
  /admin.spawnZone <protoZone> [isInitialSpawn]

/startEvent
/admin.startEvent
* Description: Creates and starts an event.
* Type: server (operator only)
* Usage: 
  /startEvent <protoEvent>
  /admin.startEvent <protoEvent>

/completionist.addAll
* Description: Add all completionist entries to player.
* Type: server (operator only)
* Usage: 
  /completionist.addAll [player]

/completionist.list
* Description: Lists all completionist entries for player.
* Type: server (operator only)
* Usage: 
  /completionist.list [player]

/completionist.reset
* Description: Reset completionist entries for player.
* Type: server (operator only)
* Usage: 
  /completionist.reset [player]

(/)help
(/)console.help
* Description: Prints information about all the available console commands.
* Type: client & server (operator only)
* Usage: 
  /help [searchCommand]
  /console.help [searchCommand]

(/)console.logSeverity
* Description: Gets or sets current log severity.
* Type: client & server (operator only)
* Usage: 
  /console.logSeverity [severity]

/debug.breakRoads
* Description: Replace roads with broken roads according to a special position-derived algorithm. Can be run multiple times as further executions will not do any changes to the already replaced roads.
* Type: server (operator only)
* Usage: 
  /debug.breakRoads

(/)debug.findInvalidNames
* Description: Finds prototypes which have invalid names.
* Type: client & server (operator only)
* Usage: 
  /debug.findInvalidNames

(/)debug.findNameCollisions
* Description: Finds prototypes which have the duplicate name.
* Type: client & server (operator only)
* Usage: 
  /debug.findNameCollisions

/debug.forcePragmiumSourceUpdate
* Description: Forces update of all pragmium source minerals in the game. They will attempt to spawn nodes and guardian creatures.
* Type: server (operator only)
* Usage: 
  /debug.forcePragmiumSourceUpdate

(/)gc
(/)debug.gc
* Description: Invoke GC (garbage collection).
* Type: client & server (operator only)
* Usage: 
  /gc
  /gc <generation>
  /debug.gc
  /debug.gc <generation>

(/)debug.listRecipes
* Description: Lists all the recipes and buildings and their status (except for recipes/buildings that already belong to any technology nodes). This command is used to find orphaned recipes/buildings.
* Type: client & server (operator only)
* Usage: 
  /debug.listRecipes <AutoUnlocked|Unavailable>

/debug.printConnectionStats
* Description: Print network stats for all the connected clients
* Type: server (operator only)
* Usage: 
  /debug.printConnectionStats

/debug.resetLandClaimOwner
* Description: Resets the land claim founder to null and resets the access list.
* Type: server (operator only)
* Usage: 
  /debug.resetLandClaimOwner [nearCharacter]
  /debug.resetLandClaimOwner <x> <y>

/debug.resetRaidblock
* Description: Resets server raid block for the base.
* Type: server (operator only)
* Usage: 
  /debug.resetRaidblock [character]
  /debug.resetRaidblock <x> <y>

/debug.save
* Description: Invoke server autosave. You should not normally use it, normally the server should automatically do a snapshot as it's configured. When the server is shutting down it should also perform an autosave.
* Type: server (operator only)
* Usage: 
  /debug.save

/debug.setAllStructuresHP
* Description: Set structures bar to % of the max value to all structures in the world. Percent is specified as value from 0 to 100.
* Type: server (operator only)
* Usage: 
  /debug.setAllStructuresHP <hpPercent>

/debug.setAllVegetationFullGrown
* Description: Set all vegetation to full grown state.
* Type: server (operator only)
* Usage: 
  /debug.setAllVegetationFullGrown

/debug.setBaseShieldCharge
* Description: Modifies charge amount of the S.H.I.E.L.D. (PvP) for the base located near the player.
* Type: server (operator only)
* Usage: 
  /debug.setBaseShieldCharge [chargePercent] [character]

/debug.setBaseShieldStatus
* Description: Modifies status of the S.H.I.E.L.D. protection (PvP) for the base located near the player.
* Type: server (operator only)
* Usage: 
  /debug.setBaseShieldStatus <Inactive|Activating|Active> [character]

/debug.setItemsCharge
* Description: Modifies charge/fuel amount of all items in player's inventory/equipment/hotbar to match the required charge percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage: 
  /debug.setItemsCharge [chargePercent] [character]

/debug.setItemsDurability
* Description: Modifies durability of all items in player's inventory/equipment/hotbar to match the required durability percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage: 
  /debug.setItemsDurability [durabilityPercent] [character]

/debug.setItemsFreshness
* Description: Modifies freshness of all items in player's inventory/equipment/hotbar to match the required freshness percent (provided as value from 0 to 100).
* Type: server (operator only)
* Usage: 
  /debug.setItemsFreshness [freshnessPercent] [character]

/debug.setLandClaimOwner
* Description: Sets the land claim founder and resets the access list.
* Type: server (operator only)
* Usage: 
  /debug.setLandClaimOwner [nearCharacter] <newOwner>
  /debug.setLandClaimOwner <x> <y> <newOwner>

/debug.setPowerGridCharge
* Description: Modifies charge amount of the power grid for the power grid located near the player.
* Type: server (operator only)
* Usage: 
  /debug.setPowerGridCharge [chargePercent] [character]

(/)debug.showTechStatistics
* Description: Provides detailed statistics for all technology in the game.
* Type: client & server (operator only)
* Usage: 
  /debug.showTechStatistics

/debug.testRaidblock
* Description: Enable raid block for the base.
* Type: server (operator only)
* Usage: 
  /debug.testRaidblock [character]
  /debug.testRaidblock <x> <y>

/kit
/demo.kit
* Description: Adds sets of items according to specified category to the player character.
* Type: server (operator only)
* Usage: 
  /kit [category] [player]
  /demo.kit [category] [player]

/spawn
/mobs.spawn
* Description: Spawns a mob of the specified type to the specified tile position in the world or near the specified character, depending on arguments used.
* Type: server (operator only)
* Usage: 
  /spawn <protoMob> [count] [nearPlayer]
  /spawn <protoMob> <x> <y> [count]
  /mobs.spawn <protoMob> [count] [nearPlayer]
  /mobs.spawn <protoMob> <x> <y> [count]

/ban
/mod.blackList.add
* Description: Adds a player name into the blacklist.
              Players from this list cannot connect to the game server
              (unless a player is an admin or moderator).
              Please note: there is also a whitelist that is intended
              to work in an opposite way by allowing access only to those players
              that are listed in a whitelist while everyone else is not allowed.
* Type: server (moderator/operator only)
* Usage: 
  /ban <playerName>
  /mod.blackList.add <playerName>

/mod.blackList.print
* Description: Prints the blacklist content.
* Type: server (moderator/operator only)
* Usage: 
  /mod.blackList.print

/mod.blackList.remove
* Description: Removes a player name from the blacklist.
* Type: server (moderator/operator only)
* Usage: 
  /mod.blackList.remove <playerName>

/kick
/mod.kickList.add
* Description: Kicks the player from the server for the defined amount of time.
* Type: server (moderator/operator only)
* Usage: 
  /kick <character> [minutes]
  /mod.kickList.add <character> [minutes]

/mod.kickList.print
* Description: Prints the kicked players list content.
* Type: server (moderator/operator only)
* Usage: 
  /mod.kickList.print

/mod.kickList.remove
* Description: Un-kicks the player (remove from the temporary kick list on the server).
* Type: server (moderator/operator only)
* Usage: 
  /mod.kickList.remove <playerName>

/mute
/mod.muteList.add
* Description: Mutes the player on the server for the defined amount of time.
* Type: server (moderator/operator only)
* Usage: 
  /mute <character> [minutes]
  /mod.muteList.add <character> [minutes]

/mod.muteList.print
* Description: Prints the muted players list content.
* Type: server (moderator/operator only)
* Usage: 
  /mod.muteList.print

/mod.muteList.remove
* Description: Un-mutes the player (remove from the temporary mute list on the server).
* Type: server (moderator/operator only)
* Usage: 
  /mod.muteList.remove <playerName>

/whiteListAdd
/mod.whiteList.add
* Description: Adds a player name into the whitelist.
              Please don't forget to enable the whitelist after adding a player there.
* Type: server (moderator/operator only)
* Usage: 
  /whiteListAdd <playerName>
  /mod.whiteList.add <playerName>

/mod.whiteList.enabled
* Description: Enables or disables the whitelist.
              When the whitelist enabled, only players added to the whitelist
              can connect to the server (plus admins and moderators).
              Please note: there is also a blacklist that is intended
              to work in an opposite way by disallowing access only to those players
              that are listed in a blacklist while everyone else is allowed.
* Type: server (moderator/operator only)
* Usage: 
  /mod.whiteList.enabled [isEnabled]

/mod.whiteList.print
* Description: Prints the whitelist content.
* Type: server (moderator/operator only)
* Usage: 
  /mod.whiteList.print

/mod.whiteList.remove
* Description: Removes a player name from the whitelist.
* Type: server (moderator/operator only)
* Usage: 
  /mod.whiteList.remove <playerName>

/party.browse
* Description: Browse the party of the specified player.
* Type: server (moderator/operator only)
* Usage: 
  /party.browse <player>

/party.setClanTag
* Description: Sets the clan tag for the party of the specified player. The clan tag could be left empty - the clan tag will be removed for the party then.
* Type: server (moderator/operator only)
* Usage: 
  /party.setClanTag <player> [clanTag]

/player.addLP
* Description: Add technology learning points value for a player character.
* Type: server (operator only)
* Usage: 
  /player.addLP <learningPoints> [player]

/player.discoverMap
* Description: Discover whole map for the player character.
* Type: server (operator only)
* Usage: 
  /player.discoverMap [player]

/pos
/player.getPosition
* Description: Get the world position of a player character.
* Type: server (operator only)
* Usage: 
  /pos [player]
  /player.getPosition [player]

/heal
/player.heal
* Description: Restore 100% of the player character health, energy, etc.
* Type: server (operator only)
* Usage: 
  /heal [player]
  /player.heal [player]

/addItem
/player.items.add
* Description: Adds specified item(s) to a player character.
* Type: server (operator only)
* Usage: 
  /addItem <item> [count] [player]
  /player.items.add <item> [count] [player]

/player.items.reset
* Description: Removes all items from a given player character.
* Type: server (operator only)
* Usage: 
  /player.items.reset [player]

/killMe
/player.killMe
* Description: Kills you. Use when you desperately need to get rid of yourself and respawn. You cannot kill yourself more often than once in 5 minutes.
* Type: server (operator only)
* Usage: 
  /killMe
  /player.killMe

(/)player.printFinalCache
* Description: Prints the current final stats cache of the player character.
              It lists all the applied stats with their sources.
* Type: client & server (operator only)
* Usage: 
  /player.printFinalCache [player]

/creative
/player.setCreativeMode
* Description: Toggles creative mode.
This mode allows you to build without using any resources also skipping the entire build phases. 
This mode is enabled by default in the Editor mode.
* Type: server (operator only)
* Usage: 
  /creative <isEnabled> [character]
  /player.setCreativeMode <isEnabled> [character]

/player.setEnergy
* Description: Sets energy value to a player character. The energy value is automatically clamped into the available range.
* Type: server (operator only)
* Usage: 
  /player.setEnergy <energy> [character]

/player.setFood
* Description: Sets food value to a player character. The food value is automatically clamped into the available range.
* Type: server (operator only)
* Usage: 
  /player.setFood <food> [character]

/player.setHealth
* Description: Sets health value to a player character. The health value is automatically clamped into the available range.
* Type: server (operator only)
* Usage: 
  /player.setHealth <health> [character]

/god
/player.setInvincibility
* Description: Sets invincibility to a player character.
* Type: server (operator only)
* Usage: 
  /god [isEnabled] [character]
  /player.setInvincibility [isEnabled] [character]

/player.setLP
* Description: Set technology learning points value for a player character.
* Type: server (operator only)
* Usage: 
  /player.setLP <learningPoints> [player]

/player.setNewbieMode
* Description: Toggles newbie protection.
* Type: server (operator only)
* Usage: 
  /player.setNewbieMode <isEnabled> [character]

/spectator
/player.setSpectatorMode
* Description: Toggles spectator mode.
* Type: server (moderator/operator only)
* Usage: 
  /spectator <isEnabled> [character]
  /player.setSpectatorMode <isEnabled> [character]

/player.setWater
* Description: Sets water value to a player character. The water value is automatically clamped into the available range.
* Type: server (operator only)
* Usage: 
  /player.setWater <water> [character]

/tp
/player.teleport
* Description: Teleports a player character to the specified tile position in the world or to another player depending on arguments used.
* Type: server (moderator/operator only)
* Usage: 
  /tp <toPlayer> [player]
  /tp <x> <y> [player]
  /player.teleport <toPlayer> [player]
  /player.teleport <x> <y> [player]

/quest.add
* Description: Add quest to a player (even if prerequisites are not satisfied).
* Type: server (operator only)
* Usage: 
  /quest.add <quest> [player]

/quest.addAll
* Description: Add all quests to a player (even if prerequisites are not satisfied).
* Type: server (operator only)
* Usage: 
  /quest.addAll [player]

/quest.complete
* Description: Complete a specific active quest for player (even if prerequisites are not satisfied).
* Type: server (operator only)
* Usage: 
  /quest.complete <quest> [player]

/quest.completeAll
* Description: Complete all quests to a player (even if the quest is not added or the prerequisites are not satisfied).
* Type: server (operator only)
* Usage: 
  /quest.completeAll [player]

/quest.completeAllActive
* Description: Complete all active quests to a player (even if prerequisites are not satisfied).
* Type: server (operator only)
* Usage: 
  /quest.completeAllActive [player]

/quest.remove
* Description: Remove quest from a player (if exist).
* Type: server (operator only)
* Usage: 
  /quest.remove <quest> [player]

/quest.removeAll
* Description: Remove all quests from a player.
* Type: server (operator only)
* Usage: 
  /quest.removeAll [player]

/quest.reset
* Description: Reset quest to a player (if exist).
* Type: server (operator only)
* Usage: 
  /quest.reset <quest> [player]

/skills.addExp
* Description: Add skill experience for a specified skill.
* Type: server (operator only)
* Usage: 
  /skills.addExp <skill> <exp> [player]

/skills.list
* Description: Print full list of skills of a player.
* Type: server (operator only)
* Usage: 
  /skills.list [player]

/skills.resetAll
* Description: Reset all the player skills.
* Type: server (operator only)
* Usage: 
  /skills.resetAll [player]

/skills.set
* Description: Set a given skill for a player.
* Type: server (operator only)
* Usage: 
  /skills.set <skill> [level] [player]

/skills.setAll
* Description: Set specific level for all skills of a player.
* Type: server (operator only)
* Usage: 
  /skills.setAll [level] [player]

/statusEffects.add
* Description: Adds specified status effect to a player character.
* Type: server (operator only)
* Usage: 
  /statusEffects.add <statusEffect> [intensityToAdd] [player]

/statusEffects.addAll
* Description: Adds all possible status effects (some of them will be immediately remowed, however, as they cannot exist together).
* Type: server (operator only)
* Usage: 
  /statusEffects.addAll [player]

/statusEffects.remove
* Description: Removes specified status effect from a player character.
* Type: server (operator only)
* Usage: 
  /statusEffects.remove <statusEffect> [player]

/statusEffects.reset
* Description: Remove all status effects.
* Type: server (operator only)
* Usage: 
  /statusEffects.reset [player]

/tech.addAll
* Description: Add all tech groups and all nodes to a player.
* Type: server (operator only)
* Usage: 
  /tech.addAll [player]

/tech.addAllGroups
* Description: Add all tech groups to a player (without their nodes).
* Type: server (operator only)
* Usage: 
  /tech.addAllGroups [player]

/tech.addGroup
* Description: Add a particular tech group to a player.
* Type: server (operator only)
* Usage: 
  /tech.addGroup <group> [player]

/tech.addNode
* Description: Add a tech node to a player. It will also add all other required nodes if there's a conflict.
* Type: server (operator only)
* Usage: 
  /tech.addNode <node> [player]

/tech.addTier
* Description: Add a particular tech tier to a player. The argument controls whether the tech nodes of the tech gr
* Type: server (operator only)
* Usage: 
  /tech.addTier <tier> <withNodes> [player]

/tech.removeAll
* Description: Remove all tech groups/nodes from a player.
* Type: server (operator only)
* Usage: 
  /tech.removeAll [player]

/tech.removeGroup
* Description: Remove a tech group from a player.
* Type: server (operator only)
* Usage: 
  /tech.removeGroup <group> [player]

/tech.removeNode
* Description: Remove a tech node from a player.
* Type: server (operator only)
* Usage: 
  /tech.removeNode <node> [player]

/tech.resetTechTreeAndRefundLP
* Description: Reset player's tech tree and refund all the LP.
* Type: server (operator only)
* Usage: 
  /tech.resetTechTreeAndRefundLP [player]

/tech.setGroupCompletion
* Description: Add tech group and enable nodes to have desired percent of completion (value from 0 to 1, inclusive) to a player. This is useful when you need a particular tech group to have some nodes, but not all.
* Type: server (operator only)
* Usage: 
  /tech.setGroupCompletion <techGroup> <completionPercent> [player]

/world.activateBaseRaidblock
* Description: Activates raidblock status for the base where character is present now.
* Type: server (operator only)
* Usage: 
  /world.activateBaseRaidblock [character]

/world.destroy
* Description: Destroys the closest world object in the player character position or neighbor tiles.
              You can use this to destroy any creatures, buildings or objects such as resources.
* Type: server (operator only)
* Usage: 
  /world.destroy [character]
  /world.destroy <x> <y>

/world.destroyAll
* Description: Destroys all static world objects of the specific prototype.
* Type: server (operator only)
* Usage: 
  /world.destroyAll <protoObject>

/place
/world.place
* Description: Places a static world object in the player character position or in any specified position.
              You can use this to spawn new buildings and resources.
              You need to provide a player character name to place an object in its position.
              Please note that the character must be in spectator mode.
* Type: server (operator only)
* Usage: 
  /place <protoStaticWorldObject> [character]
  /place <objTypeName> <x> <y>
  /world.place <protoStaticWorldObject> [character]
  /world.place <objTypeName> <x> <y>

/world.setTimeOfDay
* Description: Forces specified time of day on the server.
To reset please execute this command without any arguments.
* Type: server (operator only)
* Usage: 
  /world.setTimeOfDay [hour] [minute]

/spawnVehicle
/world.spawnVehicle
* Description: Spawns a vehicle in the player character position or in any specified position.
              You need to provide a player character name to place a vehicle in its position.
              Please note that the character must be in spectator mode.
* Type: server (operator only)
* Usage: 
  /spawnVehicle <protoDynamicWorldObject> [character]
  /spawnVehicle <objTypeName> <x> <y>
  /world.spawnVehicle <protoDynamicWorldObject> [character]
  /world.spawnVehicle <objTypeName> <x> <y>