Files
2026-08-09 17:34:34 +02:00

24 lines
788 B
Markdown

# MLGRush
[![Build](https://git.softwarerat.com/zlaura/mlgrush/actions/workflows/build.yml/badge.svg)](https://git.softwarerat.com/zlaura/mlgrush/actions)
MLGRush is a fast-paced PvP minigame plugin for Paper 1.21.1: two players race to break blocks to reach each other and land the winning hit, using MLG-style clutch mechanics. Built on [GameAPI](https://git.softwarerat.com/zlaura/GameAPI) for lobby/ingame state management.
## Requirements
- Java 21
- Maven
- Paper API 1.21.1
## Dependencies
- [GameAPI](https://git.softwarerat.com/zlaura/GameAPI) `1.6.4-SNAPSHOT`, resolved from the private Maven registry at `https://git.softwarerat.com/api/packages/zlaura/maven`
## Building
```bash
mvn -B package
```
The shaded plugin jar is produced at `target/mlgrush-<version>.jar`.