Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.04 KB

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