52 | | === New commands (for in-game console, control panel and Telnet) === |
53 | | * ''give'': Give an item to a player |
54 | | * ''listitems'' / ''li'': List items that can be given with ''give'' |
55 | | * ''listknownplayers'' / ''lkp'': List all players that have ever been online (since this version of the mod) |
56 | | * ''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"): |
57 | | {{{ |
58 | | Player " (76561198066968172)" (protected: True, current hardness multiplier: 4): |
59 | | (1249, 60, -21) |
60 | | Total of 1 keystones in the game |
61 | | }}} |
62 | | * ''removelandprotection'' / ''rlp'': Removes the given land protection block or all blocks of a given player. |
63 | | * ''rendermap'' / ''rm'': Render the map as far as it was ever visited by any player to both a big file and many small tiles that can be used for a map viewer like Leaflet. '''WARNING:''' This command can take a long time to execute (like 5 to 30 minutes) and the server won't be usable at that time for anything else! |
64 | | * ''reply'' / ''re'': Send a message to the player who last sent you a private message (see ''sayplayer'' / ''pm''). |
65 | | * ''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. |
66 | | * ''showinventory'' / ''si'': List the inventory/belt content of a player denoted by his name or entity id. Note that this data is only updated every 30s when the client sends his current state. Sample output: |
67 | | {{{ |
68 | | Belt of player: |
69 | | Slot 1: 001 * bottledWater |
70 | | Slot 2: 001 * canChili |
71 | | Slot 3: 001 * firstAidBandage |
73 | | Bagpack of player: |
74 | | Slot 0: 031 * canBeef |
75 | | Slot 4: 001 * firstAidBandage |
76 | | Slot 5: 032 * painkillers |
77 | | Slot 12: 001 * PumpShotgun |
78 | | Slot 31: 064 * tallGrassDiagonal2 |
79 | | }}} |
| 58 | === New console commands === |
| 59 | |
| 60 | Check in-game help for further details and instructions (''help <commandname>'') |
| 61 | |
| 62 | CommandExtensions mod: |
| 63 | * ''give'', ''listitems'', ''listknownplayers'', ''listlandprotection'', ''removelandprotection'', ''reply'', ''sayplayer'', ''showinventory'' |
| 64 | |
| 65 | WebAndMapRendering mod: |
| 66 | * ''openiddebug'', ''enablerendering'', ''reloadwebpermissions'', ''rendermap'', ''webpermission'', ''webtokens'' |