Changes between Version 11 and Version 12 of Console Commands
- Timestamp:
- Aug 26, 2014, 1:14:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Console Commands
v11 v12 105 105 || cp remove || <command> || Remove the command permission level definition || 106 106 || cp update || <playername> <permissionLevel> || Set a new permissionlevel for an already defined command || 107 || creativemenu, cm || <0/1> || Disable/Enable the creative menu for the current server session (Added by the [[Server fixes]]) || 107 108 || debuff || <buffName> || Removes a buff from the local player || 108 109 || debugmenu, dm || || Enables/disables debug menu for a client || … … 112 113 || getgamepref, gg || [<match>] || Get all preferences that contain the given string or all preferences if no string is given (Added by the [[Server fixes]]) || 113 114 || gettime, gt || || Retrieves current ingame time (Added by the [[Server fixes]]) || 115 || give || <playername|entityid> <itemname> <amount> || Give an item to a player (check for possible item names with ''listitems'') (Added by the [[Server fixes]]) || 114 116 || kick || <playername> [<reason>] || Kicks user with optional reason || 115 117 || kill || <playername or entityId> || Kill the given player (Added by the [[Server fixes]]) || 116 118 || listents, le || || List all entities || 119 || listitems, li || <searchString> || List all items that can be given with ''give'' that match contain the ''searchString'' (Added by the [[Server fixes]]) || 117 120 || listlandprotection, llp || || Lists all land protection blocks and their owners (Added by the [[Server fixes]]) || 118 121 || listplayersextended, lpe || || Lists all players with extended attributes (Added by the [[Server fixes]]) ||