Description
Join the DeltaLogger discord for support and discussion
DeltaLogger has been replaced for 1.17. See Ledger
Setup
DeltaLogger supports two types of database: MySQL and SQLite
Place the mod jar in the mods folder of your server directory and launch your fabric server once to make it generate a config/deltalogger.properties
. Or make a file called deltalogger.properties
in the config
folder of your server directory. Put the following as the file content:
# DeltaLogger configuration
# Whether you want to use an SQLite database. Put false for MySQL.
use_sqlite=true
##! MYSQL ONLY BELOW. If you are using SQLite these are safe to ignore. !##
# Name of the MySQL database to use. If you do not have one, then do
# "CREATE DATABASE yourdbname" from a MySQL client first.
database=
# MySQL port
port=
# MySQL host/url
host=
# MySQL username
username=
# MySQL password
password=
# MySQL SSL configuration. You can leave this as false but the database
# connection will not be encrypted. If you are using MySQL across the open internet
# then you should strongly consider properly enabling SSL
useSSL=false
requireSSL=false
By default, SQLite is enabled. This means that your logs will be saved to a database found in world/deltalogger.sqlite
. If you want to use MySQL, fill out the additional properties with the relevant information to access your database and set use_sqlite
to false
.
This mod also requires the fabric api mod, which you can find here.
In Game Commands
/dl resetpass
get a temporary password for the web interface.
/dl inspect
Whack a block or container to see recent interactions with the target.
/dl inspect <pos>
Shows database records for the block position provided.
/dl search <args>
Builds a database query with the parameters specified
/dl rollback <radius> <time> [filters]
Runs a rollback with the radius and terms specified
Support
Support can be obtained on the discord found here
License
Licensed under AGPL with additional linking permission. See LICENSE file.
Issues
If you find a bug, please open an issue on the issues page. Please ask on the discord if you have a support issue which is not a bug
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.