Changes between Initial Version and Version 1 of Console Commands


Ignore:
Timestamp:
24.07.2014 20:01:03 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Console Commands

    v1 v1  
     1
     2||= Command =||= Parameters =||= Description =||
     3|| admin add || <playername> <permissionLevel> || Add a player as admin with the given permissionlevel ||
     4|| admin remove || <playername> || Remove the admin rights of a player ||
     5|| admin update || <playername> <permissionLevel> || Set a new permissionlevel for a player who is already an admin ||
     6|| aiddebug || || Toggles AIDirector debug output ||
     7|| ban || <playername> <duration> <unit> || Bans user for period specified by ''duration'' and ''unit''. ''Unit'' can be anything of: ''minutes'', ''hours'', ''days'', ''weeks'', ''months'', ''years'' ||
     8|| chunkcache, cc || || Shows all loaded chunks in cache ||
     9|| cp add || <command> <permissionLevel> || Add the definition of a permission level for a given command ||
     10|| cp remove || <command> || Remove the command permission level definition ||
     11|| cp update || <playername> <permissionLevel> || Set a new permissionlevel for an already defined command ||
     12|| debugmenu, dm || || Enables/disables debug menu for a client ||
     13|| enablescope, es || || Toggle debug scope ||
     14|| gameover, go || || Sets the game state to GameOver ||
     15|| getgamepref, gg || [<match>] || Get all preferences that contain the given string or all preferences if no string is given (Added by the [[Server fixes]]) ||
     16|| gettime, gt || || Retrieves current ingame time (Added by the [[Server fixes]]) ||
     17|| kick || <playername> [<reason>] || Kicks user with optional reason ||
     18|| listents, le || || List all entities ||
     19|| listplayersextended, lpe || || Lists all players with extended attributes (Added by the [[Server fixes]]) ||
     20|| listplayers, lp || || List all players ||
     21|| listthreads, lt || || Lists all game threads ||
     22|| mem || || Print information about current memory consumption of the server and call garbage collector ||
     23|| mod add || <playername> <permissionLevel> || Add a player as moderator with the given permissionlevel ||
     24|| mod remove || <playername> || Remove the moderator rights of a player ||
     25|| mod update || <playername> <permissionLevel> || Set a new permissionlevel for a player who is already a moderator ||
     26|| saveworld, sa || || Saves the world manually ||
     27|| say || <message> || Sends a message to all connected clients ||
     28|| sayplayer, pm || <destPlayerName or entity id> <message> || Send a message to a single player (Added by the [[Server fixes]]) ||
     29|| setgamepref, sg || [<prefName> [<value>]] || Retrieves (if no value given) or sets a game preference. If both parameters are left out all preferences are shown. Does not work with most settings! ||
     30|| settimereal, str || <days> <hours> <minutes> || Set current ingame time (Added by the [[Server fixes]]) ||
     31|| settime, st || [<time>] || Set the time. If no time is given it will set to Day 1, 08:00. ''time'' can be "day" which will set to Day 1, 16:00, or "night" which will set it to Day 2, 05:00. Or it can be an integer value greater or equal to -8000, specifying the time relative to Day 1, 16:00 ||
     32|| showchunkdata, sc || || Shows some data of the current chunk ||
     33|| showinventory, si || <playerName or entity id> || List inventory of the given player ||
     34|| shownexthordetime || || Displays the wandering horde time ||
     35|| shutdown || || Shut down the server ||
     36|| sounddebug || || Toggles SoundManager debug output ||
     37|| spawnairdrop || || Spawns an air drop ||
     38|| spawnentity, se || [<playerId> <entityId>] || Spawn an entity of type ''entityId'' near the player with ''playerId''. To get a list of all player/entity IDs run without any parameter. ||
     39|| spawnsupplycrate || || Spawns a supply crate where the player is (only works for client run servers / singleplayer) ||
     40|| spawnwanderinghorde || || Spawns a wandering horde of zombies ||
     41|| whitelist add || <playername> <permissionLevel> || Add a player to the whitelist with the given level ||
     42|| whitelist remove || <playername> || Remove a player from the whitelist ||
     43|| whitelist update || <playername> <permissionLevel> || Update the permission level of a player on the whitelist ||