Changes between Version 36 and Version 37 of Server fixes


Ignore:
Timestamp:
30.08.2014 20:15:30 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Server fixes

    v36 v37  
    7575* ''kill'': Kill a player denoted by his name or entity id
    7676* ''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)
    7778* ''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"):
    7879{{{
     
    9394{{{
    9495Belt 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
    9999
    100100Bagpack of player:
    101     031 * canBeef
    102     001 * firstAidBandage
    103     032 * painkillers
    104     001 * PumpShotgun
    105     064 * tallGrassDiagonal2
     101    Slot 0: 031 * canBeef
     102    Slot 4: 001 * firstAidBandage
     103    Slot 5: 032 * painkillers
     104    Slot 12: 001 * PumpShotgun
     105    Slot 31: 064 * tallGrassDiagonal2
    106106}}}
    107107* ''version'': Show the currently running version of the server fixes
     
    128128== Release Notes ==
    129129
     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
    130141=== [https://7dtd.illy.bz/browser/binary-improvements?rev=143 rev. 143] (0.91.5355.28079) ===
    131142