An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![logo](https://mclo.gs/img/logo.png)

> [!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
```