
Your Log Saw Something Last Night
Server utility for logging player interactions
1K загрузок4 подписчиковMITforgeneoforge
Обновлён 22 июля 2023 г. · опубликован 22 июля 2023 г.
This is a server utility mod for logging player interactions. This mod is currently available for the Forge modloader.
When installed, the following will be logged:
- Blocks broken by players
- Blocks placed by players
- Blocks activated by players
- Items used by players without targeting a block
- Entities activated by players (including using items on entities)
- Entities killed by players
Interactions by forge's "Fake Players" are not logged.
This mod is configurable to filter logging via regex pattern; the default config file will be generated in yourminecraftinstance/config/ylssln-common.toml by forge the first time minecraft is launched with the mod installed. Config format documentation is available on github.
Центр версий
1 версийЧенджлог
1.1.0.1Релиз1.20.1 · 22 июля 2023 г.
1.1.0.1
- Update to minecraft 1.20.1
1.1.0.0
- Added logging for players using items on air
- Added logging for players interacting with entities
- Added logging for players killing entities
- Block interact event now logs the player's interaction hand and held item
- Reworked format of config file. Old configs will be partially reset when the game is loaded, if you have custom regex filters then you may want to make a backup copy of your config before updating.
- Logging rules are now specified per event type instead of globally.
- Logging rules are now checked in the order specified (top to bottom).
- Now uses SLF4J instead of Log4J (consistent with vanilla/forge).
- Block positions are now logged as
pos={x=X,y=Y,z=Z}instead ofpos=BlockPos{x=X, y=Y, z=Z} - Blocks are now logged as
block={namespace:id}instead ofblock=Block{namespace:id}
Комментарии
Загружаем…