Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/spoonysimone/autoggplus
- Owner: SpoonySimone
- License: gpl-3.0
- Created: 2024-02-16T15:55:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:06:17.000Z (11 months ago)
- Last Synced: 2024-03-02T23:38:09.801Z (11 months ago)
- Language: Java
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).