Compost Manager

Compost Manager

Plugin

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

Server AdventureGame MechanicsTechnologyUtility

35 downloads
1 follower
Follow Save

Compost Manager

Overview

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).

Features

Version-Specific Support

  • Automatically detects server version
  • Loads only items available in that version
  • Prevents errors with items from newer versions

Item Managemen

  • Add custom compostable items
  • Edit existing items
  • Remove custom items
  • View all compostable items
  • Configure composting chance and fill amounts

Bonus Bone Meal System

  • Configurable bonus bone meal drops
  • Multiple bonus types:
  • Random bonus
  • High chance bonus
  • High fill bonus
  • Customizable amounts and chances

Commands

Command Description Permission
/compost add <item> <chance> <fill> Add a new compostable item compostmanager.command.add
/compost edit <item> <chance> <fill> Edit existing item compostmanager.command.edit
/compost remove <item> Remove a custom item compostmanager.command.remove
/compost list Show all compostable items compostmanager.command.list
/compost reload Reload configuration compostmanager.command.reload

Parameters

  • chance: 0.0 to 1.0 (Example: 0.65 = 65% chance)
  • fill: 1 to 7 (Amount added to composter level)

Configuration

# 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

Default Items

  • 30% chance items: Seeds, leaves, grass, etc.
  • 50% chance items: Dried kelp block, melon slice, etc.
  • 65% chance items: Food items, mushrooms, etc.
  • 85% chance items: Baked foods, hay block, etc.
  • 100% chance items: Cake, pumpkin, etc.

Custom Ingame Items

  • Stored in custom-items section of config
  • Persist through server restarts
  • Can be added/removed/edited in-game

Permissions

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

Installation

  1. Place plugin JAR in plugins folder
  2. Start/restart server
  3. Edit config.yml if needed
  4. Use /compost commands to manage items

Notes

  • Requires Minecraft 1.14 or higher
  • Changes save automatically
  • Tab completion available for all commands
  • Supports all vanilla compostable items
  • Custom items persist through restarts

Support

For support, please visit our Discord Server on issue for any bugs or feature requests.


Project members

UG88

Owner

Details

Licensed MIT
Published 6 months ago
Updated 7 months ago