The Plugin Overview: Minecraft fixes is a lightweight but powerful utility plugin designed to expand the technical capabilities of your server. It completely re-imagines how Dispensers interact with the world by turning them into "Smart" blocks that can plant crops, use bone meal, shear animals, and even break or place blocks based on a highly customizable filter. Additionally, it allows you to breathe life into your world with custom mob drops and unique crafting recipes.
Key Features:
Showcase:
(Planting seeds and breaking wheat, making it automatic)
(Automatic cobblestone generator)
(Automatic concrete maker)
(Automatic concrete maker, dispenser view)
(Custom mob drops)
Dispenser Logic Priority: Unlike vanilla dispensers that pick an item at random, this plugin uses a "Smart Priority" system:
Configuration:
Terms and Conditions: This plugin is provided "as is." You aren't allowed to redistribute/resell this plugin. Support is provided through the official Discord channel.
Support: Join our Discord
Key Features:
- Smart Dispenser Mechanics: Dispensers now prioritize logic: they will shear sheep if they see them, plant seeds on farmland, or use tools to break blocks.
- Block Breaking & Placing: Automate your quarries or building machines. Respects tool durability and Enchantments (Unbreaking).
- Custom Mob Drops: Create unique loot tables for any mob with specific percentages and quantity ranges.
- Custom Recipes: Create shaped recipes for items with custom names, lore, and Custom Model Data support.
- Liquid Control: Manual override for buckets to ensure seamless picking up and placing of Water and Lava.
- Full Filtering: Whitelist or Blacklist specific blocks that can be broken or placed via config.
Showcase:
(Planting seeds and breaking wheat, making it automatic)
(Automatic cobblestone generator)
(Automatic concrete maker)
(Automatic concrete maker, dispenser view)
(Custom mob drops)
Dispenser Logic Priority: Unlike vanilla dispensers that pick an item at random, this plugin uses a "Smart Priority" system:
- Shearing: Checks for adult Sheep/Mooshrooms first.
- Planting: If facing Farmland, it looks for seeds.
- Fertilizing: Uses Bone Meal on crops, saplings, or grass.
- Projectiles: Fires arrows or potions if the front is clear.
- Buckets: Picks up or places liquids.
- Place/Break: Finally, it attempts to place a block or break one using the appropriate tool.
1. Drop the JAR into your plugins folder and start the server.
2. Open the generated config.yml to toggle specific dispenser mechanics.
3. Configure your custom-drops to make your mobs drop specific loot.
4. (Optional) Enable the recipes section to add your custom items to the game.
5. Restart to apply changes!
Configuration:
YAML:
# MINECRAFT FIXES
# CREATED BY ALANDIODA
# VERSION 1.1.0
dispensers:
# Global mechanics toggles
mechanics:
minecarts: true
break-blocks: true
place-blocks: true
shearing: true # Shear sheep/mooshrooms
buckets: true # Handle water/lava buckets
projectiles: true # Shoot arrows, eggs, snowballs
# Same filters as before
filter:
break:
mode: BLACKLIST
list: ["BEDROCK"]
place:
mode: ALL
list: []
# Farmable Drops (Entity -> Item to drop)
# Format: MOB_NAME: [ITEM_MATERIAL, CHANCE_PERCENTAGE]
custom-drops:
PARCHED:
drops:
- material: SAND
min: 1
max: 3
chance: 40.0
# You can add others, e.g., ZOMBIE: IRON_INGOT
# Custom Crafting Recipes
# Keys must be unique.
#
# result:
# material: DIAMOND_SWORD
# amount: 1
# name: Some name
# lore:
# - "Some lore"
# custom-model-data: 0
recipes:
enabled: false
super_dirt_sword:
result:
material: DIAMOND_SWORD
amount: 1
shape:
- " D "
- " D "
- " S "
ingredients:
D: DIRT
S: STICK
compressed_cobble:
result:
material: STONE
amount: 1
shape:
- "CC"
- "CC"
ingredients:
C: COBBLESTONE
Terms and Conditions: This plugin is provided "as is." You aren't allowed to redistribute/resell this plugin. Support is provided through the official Discord channel.
Support: Join our Discord
