昨晚你的日志看到了什么 (Your Log Saw Something Last Night)
这是一个用于记录玩家互动的服务器实用程序MOD。该模组目前适用于Forge模组加载器。
功能介绍:
安装了此模组后,将记录以下内容:
- 玩家破坏的方块
- 玩家放置的方块
- 玩家激活的方块
- 玩家在未对准方块使用的物品
- 玩家激活的实体(包括对实体使用物品)
- 玩家杀死的实体
Forge的“假玩家”所进行的互动将不会被记录。
配置设置:
该模组可以通过正则表达式模式进行筛选记录;默认配置文件将在你的minecraft实例/config/ylssln-common.toml中被Forge生成,第一次安装该模组并启动Minecraft时会生成。配置格式的文档可在GitHub上找到。
来自Modrinth
Your Log Saw Something Last Night 1.1.0.1
ylssln-1.20.1-1.1.0.1.jar下载1.1.0.1#Release
# 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 of `pos=BlockPos{x=X, y=Y, z=Z}`
* Blocks are now logged as `block={namespace:id}` instead of `block=Block{namespace:id}`
* 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 of `pos=BlockPos{x=X, y=Y, z=Z}`
* Blocks are now logged as `block={namespace:id}` instead of `block=Block{namespace:id}`
展开
版本: 1.1.0.1
支持游戏: 1.20.1
类型: Forge
NeoForge
Release
下载次数: 425
收录