An open API service indexing awesome lists of open source software.

https://github.com/spoonysimone/autoggplus

The best AutoGG mod for Hypixel out there!
https://github.com/spoonysimone/autoggplus

forge forge-mod hypixel minecraft minecraft-forge-mod minecraft-mod mod modrinth utility

Last synced: 3 months ago
JSON representation

The best AutoGG mod for Hypixel out there!

Awesome Lists containing this project

README

          

# AutoGG+

AutoGG+ is a mod designed for Hypixel to automatically say a message when a game finishes.

# Why AutoGG+?

Compared to other existing AutoGG mods, AutoGG+ has some exclusive features, such as:
- **Message randomization**: Tired of Hypixel constantly blocking your message for spam? AutoGG+ automatically rotates the capitalization of your message, so it never gets blocked!
- **Customizable messages**: You can set your own custom messages, so you can say whatever you want.
- **Second message**: Want to say more after your GG message? AutoGG+ makes it possible!
- **Accurate triggers**: No false positives - AutoGG+ uses accurate patterns to detect when a game finishes, ensuring you don't randomly shout "Good Game!" in the middle of a game. AutoGG+ can even send "gg" when a Pit event finishes!
- **Support for the latest Hypixel games**: AutoGG+ supports most of Hypixel games (with more to come!).
- **Nice and easy to use configuration**: AutoGG+ uses [OneConfig](https://polyfrost.org/projects/oneconfig/) as its configuration manager, allowing you to easily change the mod's options in a beautiful interface with just a click of a button (R-SHIFT by default).
- **Plug and play**: Just install the mod and it's ready to work, no configuration required!

# Mod showcase
**Configuration menu**

![Configuration menu](https://raw.githubusercontent.com/SpoonySimone/AutoGGPlus/refs/heads/main/images/files/config_screen.png)

**Mod in action**

![Mod in action](https://raw.githubusercontent.com/SpoonySimone/AutoGGPlus/refs/heads/main/images/files/chat_screen.png)

# Commands
- `/autoggplus` - Opens the configuration menu.
- `/gg` - Send a GG message in the chat with your configured settings.

# Credits
Credits to [Sk1er](https://www.youtube.com/@Sk1erDev) for a portion of the triggers list

Thanks to [Lucide](https://lucide.dev/) for providing the message icon

[![OneConfig Badge](https://polyfrost.org/media/branding/badges/badge_3.svg)](https://polyfrost.org/projects/oneconfig/)

# Disclaimers
This product is not affiliated or endorsed by Hypixel in any way.

[As with all mods on Hypixel](https://hypixel.net/allowed-mods), **you use this at your own risk**. That said, AutoGG mods have **never** led to any punishment.

# Download
You can download the mod [here](https://modrinth.com/project/autoggplus).

# Development
> [!WARNING]
> This section is meant for developers who want to contribute to the mod or build it locally.
>
> If you just want to use the mod, you can ignore this and [download the mod](https://github.com/SpoonySimone/AutoGGPlus?tab=readme-ov-file#download) instead.

> [!NOTE]
> You need to have [Git](https://git-scm.com/) & [JDK 17](https://adoptium.net/temurin/releases?version=17&os=any&arch=any) installed on your computer.

To build the mod locally, you have to:
1. Clone the repository and navigate to it

```
git clone https://github.com/SpoonySimone/AutoGGPlus; cd AutoGGPlus
```
2. Build the mod using Gradle

**Linux**
```
./gradlew build
```
**Windows**
```
gradlew.bat build
```
3. The built mod will be located in `/versions/1.8.9-forge/build/libs/`