TomsServerUtils is a mod for Minecraft that includes several features useful for running a Minecraft Server using Fabric.
- Discord <-> Minecraft chat link
- Automatic Discord crash reporter
- Homes system
- Broadcast command
- Anything else I feel like adding in the future
See the LICENSE file
Most of this mod is written in Kotlin with only a few components written in Java. Please try to write any contributions in Kotlin, the only exception for this is if you are adding a new mixin, as Kotlin support is Not Very Good™. Some other things to note:
- If adding to the config, ensure to add a value in the defaults
- If adding literal strings displayed to players, please make use of the translations file to ensure that they can be translated if wanted.
- Try not to break anything :)
- If Intellij complains about the command line being too long, move the project folder to be in less subdirectories, to make the path shorter.