/
!Compost Manager
CompostManager is a Minecraft plugin that allows server administrators to manage compostable items in the game. It supports Minecraft versions 1.14 and above (when composters were added).
- Automatically detects server version
- Loads only items available in that version
- Prevents errors with items from newer versions
- Add custom compostable items
- Edit existing items
- Remove custom items
- View all compostable items
- Configure composting chance and fill amounts
- Configurable bonus bone meal drops
- Multiple bonus types:
- Random bonus
- High chance bonus
- High fill bonus
- Customizable amounts and chances
| Command | Description | Permission |
|---|---|---|
| /compost add | Add a new compostable item | compostmanager.command.add |
| /compost edit | Edit existing item | compostmanager.command.edit |
| /compost remove | Remove a custom item | compostmanager.command.remove |
| /compost list | Show all compostable items | compostmanager.command.list |
| /compost reload | Reload configuration | compostmanager.command.reload |
# Main Settings
use-default-items: true # Use vanilla Minecraft items
version:
auto-add-new-items: true # Add new items automatically
show-version-warnings: true # Show warnings about version compatibility
# Bonus Bone Meal Settings
bonus-bone-meal:
enabled: true
base-amount: 1
max-amount: 5
random-bonus:
enabled: true
max-bonus: 2
chance-multiplier: 0.5
high-chance-bonus:
enabled: true
required-chance: 0.85
bonus-chance: 0.3
bonus-amount: 1
high-fill-bonus:
enabled: true
required-fill: 5
bonus-chance: 0.3
bonus-amount: 1
compostmanager.admin:
description: Access to all commands
children:
compostmanager.command.add: true
compostmanager.command.edit: true
compostmanager.command.remove: true
compostmanager.command.reload: true
compostmanager.command.list: true
For support, please visit our Discord Server on issue for any bugs or feature requests.

A Minecraft plugin that lets you customize which items can be composted, their success rates, and bonus bone meal drops for Minecraft 1.14+.