
TomsServerUtils
Main Features
This mod provides a set of useful tools for Minecraft server owners using Fabric. Among the key features:
- Two-way integration between Discord and Minecraft using webhooks
- Home system with commands like
/home set
,/home tp
, and others - Automatic crash reporting to Discord - crash report files are sent directly to the channel
- Future plans include keeping inventory in certain dimensions (such as the Nether)
- Planned feature to hide IP addresses in log files for safe sharing of debug information
Setting up Discord Connection
To connect the chat, follow these steps:
- Install Fabric Loader on the server, it's also recommended to add Fabric API for compatibility with other mods
- Place the mod file in the
mods/
folder on the server - Start the server once to generate the configuration file, then stop it for setup
- Open the configuration file
config/serverutils.toml
and in the[discordBot]
section specify the Discord bot token, webhook URL, and channel ID. Set themode
parameter toDISCORD
and start the server - Done! Integration is configured