This repo is a fork of Sk1erLLC/AutoGG modified to add additional features. A list of the changes can be found below.
- Modified both the primary and secondary AutoGG phrases to be configurable as text.
- Compared to the original mod only letting you select a few pre-determined phrases.
- This means that you can use any phrase you want!
- Removed language API
- The API doesn't return the language and so this is unnecessary.
- Note: the mod still only works with the English language selected.
- Moved Regular Expression triggers data file to GitHub repo.
- This allows us to add custom regex triggers and custom servers for more support.
Original README
AutoGG is a Minecraft Forge mod developed by Sk1er LLC that allows you to automatically say a selected phrase after a game has ended on supported servers.
Join our support Discord for support.
Requirements:
-
JDK (Java Development Kit) 8
-
A Java IDE, we recommend using IntelliJ IDEA
Unix-based systems (GNU/Linux, OSX, etc):
$ ./gradlew build
Microsoft Windows:
> gradlew.bat build
Artifacts will be placed under build/libs
directory.
AutoGG is licensed under GNU GPLv3, see: LICENSE.