GunGaming is a Minecraft battle royale minigame plugin designed for fast-paced, gun-based PvP gameplay.
✅ Paper 1.21.8
❌ Bukkit and Spigot are not supported
- Download the plugin jar from the latest GitHub release page
- Add the jar to your server's
plugins/folder
- Install required tooling:
- Clone and build:
git clone https://github.com/huzvanec/GunGaming.git cd GunGaming/ ./gradlew build - The plugin JAR will be located in
build/libs/
Currently, the resource pack build script supports Linux only. Contributions for Windows/macOS support are welcome!
- Install dependencies:
# Debian/Ubuntu sudo apt install zsh pngquant zip coreutils gawk # Fedora sudo dnf install zsh pngquant zip coreutils gawk # Arch sudo pacman -S zsh pngquant zip coreutils gawk
- Run packaging script:
zsh ./package-resource-pack.sh
- You will find the output files in
build/:resource-pack.zip– the zipped packresource-pack.sha1– hash used by the Minecraft client to verify the downloaded ZIP file