Changes between Version 36 and Version 37 of Server fixes
- Timestamp:
- Aug 30, 2014, 8:15:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v36 v37 75 75 * ''kill'': Kill a player denoted by his name or entity id 76 76 * ''listitems'' / ''li'': List items that can be given with ''give'' 77 * ''listknownplayers'' / ''lkp'': List all players that have ever been online (since this version of the mod) 77 78 * ''listlandprotection'' / ''llp'': Lists all land protection blocks and their owners (name only shown when owner is online) or only those that are owned by a given player (steamid or entity/name if online) or show a summary of players and number of keystones used only (by passing "summary"): 78 79 {{{ … … 93 94 {{{ 94 95 Belt of player: 95 064 * brickDecayedTan 96 064 * concreteBlock 97 064 * quarterBlock 98 064 * wedgeWoodWhiteShinglesAlsphalt 96 Slot 1: 001 * bottledWater 97 Slot 2: 001 * canChili 98 Slot 3: 001 * firstAidBandage 99 99 100 100 Bagpack of player: 101 031 * canBeef102 001 * firstAidBandage103 032 * painkillers104 001 * PumpShotgun105 064 * tallGrassDiagonal2101 Slot 0: 031 * canBeef 102 Slot 4: 001 * firstAidBandage 103 Slot 5: 032 * painkillers 104 Slot 12: 001 * PumpShotgun 105 Slot 31: 064 * tallGrassDiagonal2 106 106 }}} 107 107 * ''version'': Show the currently running version of the server fixes … … 128 128 == Release Notes == 129 129 130 === [https://7dtd.illy.bz/browser/binary-improvements?rev=147 rev. 147] (0.91.5355.36217) === 131 132 * Command ''showinventory'' / ''si'' changed: 133 * Allows to pass steamid in addition to allowing entity id and player name 134 * With steamid also players that are currently not online can be checked 135 * Output format has changed: Items of same type aren't accumulated anymore but instead each slot is shown on its own: 136 {{{ 137 Slot 2: 001 * canChili 138 }}} 139 * Added console command ''listknownplayers'' / ''lkp'' 140 130 141 === [https://7dtd.illy.bz/browser/binary-improvements?rev=143 rev. 143] (0.91.5355.28079) === 131 142