CoreProtect TNT 记录 TNT/Creeper 爆炸源

作者:Ghost_chu 发布时间:2019年7月23日 原生版本:未知 测试支持:1.13,1.14,1.15,1.16,1.17,1.18,1.19

日志TNT和爬行器爆炸由谁/实体引起!重量轻,使用方便!

点此下载

插件详细介绍

💥 CoreProtectTNT 是一款 CoreProtect 插件,用于追踪爆炸事件的制造者,包括方块/实体爆炸链和抛射物链。它还支持悬挂物检查(物品展示框的放置/移除/旋转等)。本插件需要 Java 17 或更高版本才能运行。

💥 CoreProtectTNT

📌 功能特性

  • 追踪方块/实体爆炸链
  • 追踪抛射物链
  • 支持悬挂物检查 (物品展示框的放置/移除/旋转等)
  • 支持回滚

⚙️ 版本信息

  • 原生 Minecraft 版本: 1.13
  • 测试 Minecraft 版本: 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19
  • 源码: GitHub

⚠️ 本项目已停止维护,但会在需要时进行随机更新。

源代码可在 GitHub 上获取,欢迎随意修改。您可以在 GPLv3 许可下重新发布您的修改分支。

这是一个 CoreProtect 插件,请确保您已安装 CoreProtect!

🛡️ 权限

coreprotecttnt.inspect

允许玩家使用 /cotnt i 命令进行检查。

coreprotecttnt.reload

允许玩家使用 /cotnt reload 命令重载插件。

⌨️ 命令

/cotnt inspect

用于切换检查模式,可以追踪爆炸源头。


/cotnt i
/coreprotecttnt i

/cotnt reload

重载 CoreProtectTNT 插件。


/cotnt reload
/coreprotecttnt reload

⚙️ 配置


ConfigVersion: 1.0

Settings:
  # Valid values: INFO, WARN, DEBUG, TRACE, OFF
  DebugLevel: "WARN"
  # The range of the TNT explosion radius to inspect.
  TNTInspectRange: 20
  # Check the owner of the hanging entities(ItemFrame etc.)
  hanging-entity-investigation: true
  # Check the owner of the projectile entities(Arrow, Fireball etc.)
  projectile-entity-investigation: true
  # Forbid inspect command in the specific worlds
  world-blacklist:
    - "example_world_nether"
    - "example_world_the_end"

# MySQL Database
MySQL:
  enable: false
  address: "localhost:3306"
  database: "database"
  username: "username"
  password: "password"
  poolsize: 10