

Black's Random Loot Mod
New System for Chest Interaction
Black's Random Loot is a unique plugin for Minecraft version 1.8.9 that completely changes the approach to treasure hunting. This tool fills designated chests with random items, creating unpredictable and engaging gameplay mechanics.
After opening a chest once, its contents are locked and won't regenerate automatically—only through a special command. This makes the plugin an ideal solution for survival maps, mini-games, and adventure servers.
Key Features
- Automatic Filling — chests with specified names are automatically populated with random loot
- One-time Interaction — after opening, contents don't regenerate, preventing repeated looting
- Easy Restoration — the
/fillloot
command allows quick restoration of all chest contents - Complete Customization — through the
config.yml
file, you can configure absolutely any items and their quantities - Dynamic Reload — configuration can be updated without server restart
Installation and Setup
Installation takes just a few minutes:
- Download the plugin file in JAR format
- Place it in your server's
plugins
folder - Start the server to create configuration files
- Set up loot tables according to your needs
Available Commands
/fillloot
Restores the contents of all designated named chests. Requires operator permissions or appropriate rights.
/reloadloot
Updates the plugin configuration without needing to restart the server. Also requires administrator permissions.
Loot Configuration
The config.yml
file provides complete control over chest contents. Example basic configuration:
chest-name: SG-Loot
loot:
DIAMOND:
min: 1
max: 3
GOLDEN_APPLE:
min: 1
max: 5
IRON_SWORD:
min: 1
max: 1 # Single-unit items have a fixed quantity
BREAD:
min: 2
max: 6