An open API service indexing awesome lists of open source software.

https://github.com/saharnooby/random-box

A Minecraft (Bukkit) plugin adding lootboxes
https://github.com/saharnooby/random-box

bukkit java lootbox minecraft plugin spigot

Last synced: over 1 year ago
JSON representation

A Minecraft (Bukkit) plugin adding lootboxes

Awesome Lists containing this project

README

          

# RandomBox
A Spigot plugin adding lootboxes with inventory based GUI.

[SpigotMC plugin page](https://www.spigotmc.org/resources/randombox.3217/) | [Plugin documentation](https://dev.bukkit.org/projects/random_box/pages/main/documentation)

## Build

To build, you need:
- Maven
- JDK 8
- `buildSettings.properties` file with `outputDir` property set to path where you want the JAR to appear

Build commands:
```
git clone https://github.com/saharNooby/random-box.git
cd random-box
mvn clean package
```