Changes between Version 9 and Version 10 of Console Commands
- Timestamp:
- Aug 15, 2014, 11:10:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Console Commands
v9 v10 99 99 || aiddebug || || Toggles AIDirector debug output || 100 100 || ban || <playername> <duration> <unit> || Bans user for period specified by ''duration'' and ''unit''. ''Unit'' can be anything of: ''minutes'', ''hours'', ''days'', ''weeks'', ''months'', ''years'' || 101 || buff || <buffName> || Applies a buff to the local player || 101 102 || chunkcache, cc || || Shows all loaded chunks in cache || 103 || convertdtm || || ? || 102 104 || cp add || <command> <permissionLevel> || Add the definition of a permission level for a given command || 103 105 || cp remove || <command> || Remove the command permission level definition || 104 106 || cp update || <playername> <permissionLevel> || Set a new permissionlevel for an already defined command || 107 || debuff || <buffName> || Removes a buff from the local player || 105 108 || debugmenu, dm || || Enables/disables debug menu for a client || 106 109 || enablescope, es || || Toggle debug scope || 107 110 || gameover, go || || Sets the game state to GameOver || 111 || generatemap, gm || || Generates a 2D map image of the current world. || 108 112 || getgamepref, gg || [<match>] || Get all preferences that contain the given string or all preferences if no string is given (Added by the [[Server fixes]]) || 109 113 || gettime, gt || || Retrieves current ingame time (Added by the [[Server fixes]]) || … … 131 135 || shownexthordetime || || Displays the wandering horde time || 132 136 || shutdown || || Shut down the server || 137 || smoothworld, sw || [<typeToFix> [<passes>]] || Smoothens the world, one iteration at a time. ''typeToFix'' can be one of ''land'', ''air'', or ''fix''. ''land'' is default. || 133 138 || sounddebug || || Toggles SoundManager debug output || 134 139 || spawnairdrop || || Spawns an air drop ||