Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 421 Bytes

Bomberman

A Bukkit plugin for Minecraft which adds Bomberman.

https://www.spigotmc.org/resources/bomberman.77616/

Building

To build bomberman, run

# To build exactly as released
./gradlew minify

# To skip shading and proguard
# ./gradlew build

To have the built file automatically copied to a local testing minecraft server:

gradle install -PserverLocation=/path/to/server