Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spoonysimone/autoggplus

Fork of Sk1er's AutoGG with more features.
https://github.com/spoonysimone/autoggplus

Last synced: about 2 months ago
JSON representation

Fork of Sk1er's AutoGG with more features.

Awesome Lists containing this project

README

        

# AutoGG
AutoGG+ is a Minecraft Forge mod developed by [SpoonySimone](https://github.com/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](https://github.com/Sk1erLLC) mod with new features and support.

## Support
I'll make a Discord server if this fork becomes famous (which I doubt)

## Developing
**Requirements:**
- JDK (Java Development Kit) 17 - [Download here if you don't have it already](https://adoptium.net/temurin/archive/?version=17)

- A Java IDE, I recommend using [IntelliJ IDEA](https://jetbrains.com/idea/)

## Building
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):**
```bash
$ ./gradlew build
```

**Microsoft Windows:**
```batch
> gradlew.bat build
```

Artifacts will be placed in `versions/1.8.9/build/libs/`.

## License
AutoGG+ is licensed under **GNU GPLv3**, see: [LICENSE](LICENSE).