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
- Host: GitHub
- URL: https://github.com/saharnooby/random-box
- Owner: saharNooby
- License: mit
- Created: 2020-03-23T15:38:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T12:34:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T12:51:43.931Z (over 1 year ago)
- Topics: bukkit, java, lootbox, minecraft, plugin, spigot
- Language: Java
- Homepage: https://www.spigotmc.org/resources/randombox.3217/
- Size: 91.8 KB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```