Changes between Version 19 and Version 20 of Server fixes
- Timestamp:
- Jul 27, 2014, 11:33:04 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Server fixes
v19 v20 58 58 Day 18, 14:13 59 59 }}} 60 * ''listlandprotection'' / ''llp'': Lists all land protection blocks and their owners (name only shown when owner is online): 61 {{{ 62 Player " (76561198066968172)" (protected: True, current hardness multiplier: 4): 63 (1249, 60, -21) 64 Total of 1 keystones in the game 65 }}} 60 66 * ''listplayersextended'' / ''lpe'': Similar to ''listplayers'' but with more information on each player (deaths, zombie kills, player kills, score, IP, ping), looking like this: 61 67 {{{ 62 68 1. id=171, Alloc, pos=(902.0, 61.0, -353.7), rot=(0.0, -91.4, 0.0), remote=True, health=32, deaths=2, zombies=0, players=0, score=0, steamid=76561198066968172, ip=192.168.1.58, ping=43 63 69 }}} 70 * ''removelandprotection'' / ''rlp'': Removes the association between a given land protection block and its owner so it can be easily removed 64 71 * ''reply'' / ''re'': Send a message to the player who last sent you a private message (see ''sayplayer'' / ''pm''). 65 72 * ''sayplayer'' / ''pm'': Send a message to a single player denoted by his name or entity id. Will be shown on receiver side as "<sender> (PM)" where <sender> is either "Server" if sent through the control panel or Telnet interface or the name of the sending player if used by the in game console. … … 102 109 == Release Notes == 103 110 111 112 === [https://7dtd.illy.bz/browser/binary-improvements?rev=113 rev. 113] === 113 114 * Added console command ''listlandprotection'' / ''llp'' 115 * Added console command ''removelandprotection'' / ''rlp'' 104 116 105 117 === [https://7dtd.illy.bz/browser/binary-improvements?rev=112 rev. 112] ===