/mclogs-fabric

A Fabric mod to easily share and analyse your server logs with mclo.gs

Primary LanguageJavaMIT LicenseMIT

logo

With this mod, you can upload your Minecraft server log to mclogs directly from your server with one simple command. It's even possible to export old server log files, e.g. after a crash. Critical information like IP addresses are automatically hidden to ensure safety and privacy.

Downloads

Commands

/mclogs

Upload the current server log

/mclogs list

List all currently available server logs and upload them with one click.

/mclogs share <filename>

Share a specific log file, .gz files are automatically unpacked.

All commands require the permission level 2

Developing

This mod uses the mclogs-java library. You need to run the following command to add it to the project:

git submodule init && git submodule update