Add Oraxen item drops to any type of block with drop chances
Advanced custom ore drops plugin for Minecraft servers using Oraxen. Features intelligent Fortune/Looting scaling with three different drop mechanics to ensure balanced gameplay.
plugins/ folderplugins/OraxenOreDrops/config.ymldebug-mode: false
drop-mechanics:
method: HYBRID # DIMINISHING, BONUS_ROLLS, or HYBRID
block-drops:
DIAMOND_ORE:
drop1:
oraxen-item: "diamond_shard"
chance: 25.0 # 25% base chance
min-amount: 1
max-amount: 3
drop2:
oraxen-item: "rare_gem"
chance: 0.5 # 0.5% rare drop
min-amount: 1
max-amount: 1
Balances both chance increase and bonus rolls based on rarity:
Uses logarithmic scaling for rare items:
Additional drop attempts instead of increasing chance:
| Rarity | Chance Range | Description | Fortune Bonus |
|---|---|---|---|
| Common | 50-100% | Frequent drops | Full (+1% per level) |
| Uncommon | 10-50% | Regular drops | Reduced (+0.5% per level) |
| Rare | 1-10% | Occasional drops | Logarithmic |
| Very Rare | 0.1-1% | Seldom drops | Square root |
| Legendary | <0.1% | Extremely rare | Minimal |
| Command | Permission | Description |
|---|---|---|
/oraxenoredrops reload |
oraxenoredrops.reload |
Reload configuration |
/oraxenoredrops debug <on|off> |
oraxenoredrops.debug |
Toggle debug mode |
/oraxenoredrops info |
oraxenoredrops.info |
Show plugin info |
| Permission | Default | Description |
|---|---|---|
oraxenoredrops.use |
op | Use plugin commands |
oraxenoredrops.reload |
op | Reload config |
oraxenoredrops.debug |
op | Toggle debug mode |
oraxenoredrops.info |
true | View plugin info |
Automatically detects VeinMiner usage and reduces Fortune level by 5 to prevent excessive drops. Only processes every 5th block in a vein mine session.
Seamlessly integrates with AdvancedEnchantments custom enchantments:
Drop chances scale intelligently based on rarity:
Common Drop (50% chance)
Rare Drop (1% chance)
Ultra-Rare Drop (0.1% chance)
git clone https://github.com/yourusername/OraxenOreDrops.git
cd OraxenOreDrops
mvn clean package
The compiled JAR will be in target/OraxenOreDrops-1.0.jar
Please use the GitHub Issues page to report bugs or request features.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Made with ❤️ for the Minecraft community