Links
List links
Main
- %player%
- %location-x%
- %location-y%
- %location-z%
- %chunk-x%
- %chunk-y%
- %world%
- %gamemode%
- %fly%
- %operator%
Elements death and damage
- Only main
Elemnts place
- %block%
Elemnts break
- %block%
- %tool%
Elements chat
- %tool%
- %message%
Elemetns command
- %tool%
- %command%
Example
Configuration
logs: date: '%year%_%month%_%day% %hour%:%minute%:%second%' join: '%player% join to server' quit: '%player% quit to server' place: '%player% place block %block% in location %location-x%, %location-y%, %location-z%' break: '%player% break block %block% in location %location-x%, %location-y%, %location-z%' damage: '%player% damaged in location %location-x%, %location-y%, %location-z%' death: '%player% died in location %location-x%, %location-y%, %location-z%' chat: '%player% send message: %message%' command: '%player% send command: %command%'
If area empty, will not save to event.
Example:
join: ''
NOTE: Not so:
join: ' '
Log
[2014_4_29 12:00:43] Player join to server [2014_4_29 12:1:5] Player place block STONE in location 332, 13, 312 [2014_4_29 12:12:4] Player break block STONE in location 332, 13, 312 [2014_4_29 12:16:21] Player damaged in location 221, 43, 286 [2014_4_29 12:16:33] Player death in location 221, 43, 286 [2014_4_29 12:16:35] Player quit to server
Comments