Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoonySimone committed Feb 16, 2024
1 parent 136018b commit ec72771
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# AutoGG
AutoGG is a Minecraft Forge mod developed by [Sk1er LLC](https://github.com/Sk1erLLC) that allows you to automatically say a selected phrase after a game has ended on supported servers.
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
Join [our support Discord](https://discord.gg/d4KFR9H) for support.
I'll make a Discord server if this fork becomes famous (which I doubt)

## Developing
**Requirements:**
Expand All @@ -11,9 +13,10 @@ Join [our support Discord](https://discord.gg/d4KFR9H) for support.
* [Other OpenJDK distributions](https://en.wikipedia.org/wiki/OpenJDK#OpenJDK_builds)
* [Oracle JDK (proprietary)](https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html)

- A Java IDE, we recommend using [IntelliJ IDEA](https://jetbrains.com/idea/)
- 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
Expand All @@ -24,7 +27,7 @@ $ ./gradlew build
> gradlew.bat build
```

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

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

0 comments on commit ec72771

Please sign in to comment.