24 lines
788 B
Markdown
24 lines
788 B
Markdown
# MLGRush
|
|
|
|
[](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`.
|