TomsServerUtils

Some utilities for running a server with Fabric!

2,18k

Quick challenge

How far can you run before the mobs catch you?

TomsServerUtils

Features

- Discord <-> Minecraft using webhooks - A homes system `/home set`, `/home tp`, etc. - A Discord crash reporter that will send the auto generated crash report file to a Discord webhook. - Enable keep inventory in some dimensions (think the nether) [planned] - Hide IP addresses in log files (so you can share for debugging) planned at some point, just use [anonymize for now]

Setup the chat link.

1. Download and install Fabric Loader on your server, and you can also install Fabric API as many other mods may depend on it. 2. Download this mod into the `mods/` folder on the server 3. Launch the server once to generate the default config file, and then stop it again so you can configure the mod. 4. Open up the config file at `config/serverutils.toml` and add the Discord bot token, Discord webhook URL and channel ID in the `[discordBot]` section of the config. Then change the `mode` to `DISCORD` and launch the server. 5. Profit

ADS