Upload README.md via GUI

This commit is contained in:
2026-02-05 13:37:32 +00:00
parent 5d25e9f804
commit 113ce58f06

View File

@@ -1,2 +1,31 @@
# Bombermann
Bomberman
=========
A Bukkit plugin for Minecraft which adds Bomberman.
https://www.spigotmc.org/resources/bomberman.77616/
## Building
This project uses Maven and targets Java 21.
To build the plugin JAR:
```shell
mvn -DskipTests package
```
The shaded plugin JAR will be in:
```
target/bomberman-1.0.0.jar
```
To run the tests:
```shell
mvn test
```
To copy the built JAR into a local test server, copy the JAR from `target/` into
your server's `plugins/` directory.