AutoGG+ is a Minecraft Forge mod developed by SpoonySimone that allows you to automatically say a selected phrase after a game has ended on supported servers.
This is a fork of Sk1er's mod with new features and support.
I'll make a Discord server if this fork becomes famous (which I doubt)
Requirements:
-
JDK (Java Development Kit) 17 - Download here if you don't have it already
-
A Java IDE, I recommend using IntelliJ IDEA
The mod is automatically compiled on every push to GitHub Actions, but if you want to compile it yourself:
Unix-based systems (GNU/Linux, OSX, etc):
$ ./gradlew build
Microsoft Windows:
> gradlew.bat build
Artifacts will be placed in versions/1.8.9/build/libs/
.
AutoGG+ is licensed under GNU GPLv3, see: LICENSE.