
OminousLoot Plugin
A Folia-compatible Minecraft plugin for Minecraft 1.21.x that enhances loot drops from ominous trial vaults.
Features
- Folia Compatible: Uses Folia's region-based scheduler for thread-safe operation
- Configurable Loot Enhancement: Add extra loot drops from ominous trial vaults
- Wind Burst Books: Spawn Wind Burst enchanted books (levels 1-3)
- Customizable Probabilities: Each item has its own enable/disable toggle and spawn probability
- Random Timing: Items spawn at random times within a configurable delay range
- Permission Based: Control who can benefit from the enhanced loot
Installation
- Download or compile the plugin JAR
- Place
OminousLoot-1.0.0.jarin your server'spluginsfolder - Start or restart your server
- Configure the plugin by editing
plugins/OminousLoot/config.yml - Reload the configuration with
/ominousloot reload
Configuration
The config.yml file contains all configurable options:
Global Settings
enabled: Enable or disable the entire plugin (true/false)spawn-delay.min: Minimum delay in seconds before spawning extra lootspawn-delay.max: Maximum delay in seconds before spawning extra loot
Loot Items
Each item in the loot-items section has:
enabled: Whether this item can be selected (true/false)probability: Chance (0-100) that the item spawns after being randomly selectedmin-amount: Minimum stack sizemax-amount: Maximum stack size
How It Works
- When a player opens an ominous trial vault, the plugin detects it
- One item is randomly selected from all enabled items
- The selected item's probability is checked
- If successful, the item spawns on top of the vault after a random delay
- Only one extra item can spawn per vault opening
Permissions
ominousloot.use: Allows the plugin to work for this player (default: true)ominousloot.reload: Allows reloading the plugin configuration (default: op)
Commands
/ominousloot reload- Reload the plugin configuration- Aliases:
/ol,/oloot
Supported Items
The plugin includes all items from the ominous trial vault loot table:
- Wind Burst Enchanted Books (levels 1-3)
- Ominous Bottles
- Emeralds
- Diamond Blocks
- Enchanted Golden Apples
- Heavy Core
- Flow & Bolt Armor Trim Smithing Templates
- Golden Apples
- Damaged Diamond Equipment
- Experience Bottles
- Food items
- Iron Ingots
- Diamonds
- And more!
Example Configuration
enabled: true
spawn-delay:
min: 1.0
max: 5.0
loot-items:
wind_burst_book:
enabled: true
probability: 50.0
min-amount: 1
max-amount: 1
emerald:
enabled: true
probability: 60.0
min-amount: 2
max-amount: 8
Комментарии
Загружаем…