{bbname}

搬砖狐 | Alicia 发表于 2025-8-10 17:23:42

DeltaLogger (DeltaLogger)-MOD模组

DeltaLogger (DeltaLogger)Github |相关wiki |源站链接支持: fabricA block, container, and entity logging tool for the fabric mod loader.https://i.sodamc.com/modrinth/pDod3WwzJU.jpg

设置

DeltaLogger 支持两种类型的数据库:MySQL 和 SQLite。将 mod jar 放置在服务器目录的 mods 文件夹中,并启动 Fabric 服务器一次,使其生成 `config/deltalogger.properties`。或者在服务器目录的 `config` 文件夹中创建一个名为 `deltalogger.properties` 的文件,并将以下内容放入文件中:

DeltaLogger 配置

是否使用 SQLite 数据库。对于 MySQL,请填写 false。

use_sqlite=true

##! 仅限 MYSQL 下面。如果您使用的是 SQLite,可以安全地忽略这些设置。!##

要使用的 MySQL 数据库的名称。如果没有,请从 MySQL 客户端中首先执行 \"CREATE DATABASE yourdbname\"。

database=

MySQL 端口

port=

MySQL 主机/URL

host=

MySQL 用户名

username=

MySQL 密码

password=

MySQL SSL 配置。您可以将其保留为 false,但是数据库连接将不会加密。如果您在公开互联网上使用 MySQL,则强烈建议正确启用 SSL。

useSSL=false

requireSSL=false

默认情况下启用了 SQLite。这意味着您的日志将保存到在 `world/deltalogger.sqlite` 中找到的数据库中。如果要使用 MySQL,请填写相关信息以访问您的数据库,并将 `use_sqlite` 设置为 `false`。

此模组还需要 Fabric API 模组,您可以在 [这里](链接) 找到。

游戏内指令

- /dl resetpass - 获取网页界面的临时密码。
- /dl inspect - 点击一个方块或容器以查看与目标的最近交互。
- /dl inspect <pos> - 显示提供的方块位置的数据库记录。
- /dl search <args> - 使用指定的参数构建数据库查询。
- /dl sql (block|transaction) <query> - 使用指定的 SQL 在数据库上运行查询。

支持

可在 [此处](链接) 找到 Discord 上的支持。

许可证

根据 AGPL 许可证,并附有额外的链接许可。请参阅许可证文件。

问题

如果发现错误,请在 [问题页面](链接) 上提出问题。如果您遇到的问题不是错误,请在 Discord 上咨询。

来自Modrinth所有游戏版本1.16.51.16.21.16.31.16.4所有类型fabricDeltaLogger 1.1.3deltalogger-1.16.5-1.1.3.jar下载1.1.3#ReleaseChanges:- Added NBT and block state information parsing for rollbacks- Added rollbacks for entities- Minor technical changes to the database and a schema version bump展开版本: 1.1.3支持游戏: 1.16.5类型:FabricRelease下载次数: 5811.1.2deltalogger-1.16.5-1.1.2.jar下载1.1.2#ReleaseAnother minor release with stability fixes and tweaks:*Changes in 1.1.2*- Added luckperms support (more info on the GitHub wiki page)- Fixed potential issues involving being kicked when interacting with containers- Transactions now filter by pos in the search command and display their exact position- Added Dutch translations- Fixed an issue where search command suggestions appeared before you type them- Fixed range filter for transactions on the search command展开版本: 1.1.2支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 1671.1.1deltalogger-1.16.5-1.1.1.jar下载1.1.1#Release### A minor release for small improvements and fixes#### Changes since v1.1.0```- TNT explosions are now logged properly, and can be rolled back- Clicking on the reset password message will now copy/paste the one-time password- Fixed mySQL crashing when launching for the first time and not manually making tables- Fixed target filtering on the search command- Added a config option to disable the webUI, which will be on by default in config files made before this version- Fixed errors with AE2 autocrafting```展开版本: 1.1.1支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 1571.1.0deltalogger-1.16.5-1.1.0.jar下载1.1.0#Release**New features in v1.1.0**- Added rollbacks for blocks and container transactions, triggered using `/dl rollback <radius> <time> `- DeltaLogger now supports modded containers**Bug fixes in v1.1.0**- Fixed the web UI breaking outside of dev env- Fixed icons for discord and GitHub in the web UI- Fixed a potential NPE when an entity was killed in lava or by fireballs展开版本: 1.1.0支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 153DeltaLogger-v1.0.0-1.16.5deltalogger-1.16.5-1.0.0.jar下载1.0.0#Release**Features**- Fast and efficient database system, configurable to use either SQLite or MySQL- In game command system for reading the database, which allows for searching placements, transactions, mob griefs and more- WebUI for an overview of your server\'s database, with configurable port- Translations to Spanish, Polish, Chinese and Catalan, all server-side- Migration from existing WatchTower databases**Requirements**- Minecraft 1.16.2 - 1.16.5- Fabric API 0.30.0 or newer展开版本: 1.0.0支持游戏: 1.16.2, 1.16.3, 1.16.4, 1.16.5类型:FabricRelease下载次数: 323全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

**** Hidden Message ***** DeltaLogger
页: [1]
查看完整版本: DeltaLogger (DeltaLogger)-MOD模组