flerouwu / AutoGG

Automatically say a selected phrase after a game has ended on supported servers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoGG

This repo is a fork of Sk1erLLC/AutoGG modified to add additional features. A list of the changes can be found below.

Changes

  • 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

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.

Support

Join our support Discord for support.

Developing

Requirements:

Building

Unix-based systems (GNU/Linux, OSX, etc):

$ ./gradlew build

Microsoft Windows:

> gradlew.bat build

Artifacts will be placed under build/libs directory.

License

AutoGG is licensed under GNU GPLv3, see: LICENSE.

About

Automatically say a selected phrase after a game has ended on supported servers.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%