IceRunner is a game mode inspired by KOTH (King of the Hill), in which two teams of seven players battle for control of the central island. When a team dominates an island, it accumulates points over time. Once a team reaches a set number of points, that team wins the game.
- Java 21+
- Gradle 8+
This minecraft plugin has to be built from the source code as of now, you can build the plugin JAR file by following these commands :
git clone https://github.com/Altaks/IceRunner # or `git clone git@github.com:Altaks/IceRunner.git` to clone through SSH
cd ./IceRunner
./gradlew shadowJarOnce you've executed these commands, you should find the plugin JAR in the /artifacts folder.
If you want to change the output directory of the ./gradlew shadowJar command, you can set the PLUGINS_DIRECTORY environment variable in a .env file at the root of the repository.
This project is licensed under the MIT License (MIT)
This project is open to contributions for external developers/maintainers