https://github.com/aternosorg/mclogs-fabric
A Fabric mod to easily share and analyse your server logs with mclo.gs
https://github.com/aternosorg/mclogs-fabric
Last synced: about 1 year ago
JSON representation
A Fabric mod to easily share and analyse your server logs with mclo.gs
- Host: GitHub
- URL: https://github.com/aternosorg/mclogs-fabric
- Owner: aternosorg
- License: mit
- Archived: true
- Created: 2020-11-17T14:50:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T10:50:31.000Z (over 1 year ago)
- Last Synced: 2025-04-30T21:46:41.713Z (about 1 year ago)
- Language: Java
- Size: 377 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

> [!WARNING]
> All variants of this mod/plugin have merged into the [mclogs-integration](https://github.com/aternosorg/mclogs-integration) repository.
> This repository is no longer maintained and only remains as an archive.
With this mod, you can upload your Minecraft server log to [mclogs](https://mclo.gs) 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
- [GitHub Releases](https://github.com/aternosorg/mclogs-fabric/releases)
- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/mc-logs)
- [Modrinth](https://modrinth.com/mod/mclogs)
### Commands
```
/mclogs
```
Upload the current server log
```
/mclogs list
```
List all currently available server logs and upload them with one click.
```
/mclogs share
```
Share a specific log file, .gz files are automatically unpacked.
All commands require the permission level 2
### Developing
This mod uses the [mclogs-java](https://github.com/aternosorg/mclogs-java) library.
You need to run the following command to add it to the project:
```bash
git submodule init && git submodule update
```