This plugin adds a variety of features that just make sense!

A Minecraft plugin that adds small, logical quality-of-life features that feel natural and vanilla-friendly.
Just Makes Sense enhances Minecraft with intuitive mechanics that many players expect to already exist. All features are configurable and can be enabled or disabled individually via the config file.





Copper Hoppers are upgraded hoppers with different transfer speeds depending on their oxidation state.

| Variant | Ticks per Item | Notes |
|---|---|---|
| NORMAL | 4 | Faster than vanilla |
| EXPOSED | 6 | |
| WEATHERED | 8 | Vanilla speed |
| OXIDIZED | 12 | |
| WAXED | 4 | Faster than vanilla |
| WAXED_EXPOSED | 6 | |
| WAXED_WEATHERED | 8 | Vanilla speed |
| WAXED_OXIDIZED | 12 |
Vanilla hopper speed: 8 ticks per item
Normal Copper Hopper:
C C
C K C
C
Waxed Copper Hopper:
C H C
C K C
C
C = Copper Ingot
K = Copper Chest (Any variant, if you use a Honeycomb it needs to be waxed)
H = Honeycomb



All features can be configured individually.
# ==================================================
# "Just Makes Sense" Configuration
# ==================================================
# Enable the update checker (recommended for bug fixes and new features)
update-checker: true
# --------------------------------------------------
# Core Cauldron Features
# --------------------------------------------------
# Enable ice-related cauldron mechanics
enable-ice: true
# Enable honey interactions with cauldrons
enable-honey: true
# Allow removing dye from items using cauldrons
enable-remove-dye: true
# Throw dirt into a Cauldron to turn it into Mud
cauldron-mud: true
# Throw concrete powder into a Cauldron to turn it into Concrete
cauldron-concrete: true
# --------------------------------------------------
# Cauldron Liquid Support
# --------------------------------------------------
# Controls which liquids can be used with cauldrons
# and how dispensers interact with them
# Allow dispensers to interact with cauldrons from below
allow-interaction-from-below: true
# Enable water cauldron behavior
enable-water: true
# Enable lava cauldron behavior
enable-lava: true
# Enable powder snow cauldron behavior
enable-powder-snow: true
# --------------------------------------------------
# Copper Hopper Mechanics
# --------------------------------------------------
# Enable copper hopper functionality
copper-hopper: true
# Number of items ejected before the hopper loses its wax layer
# (0 = never loses wax, 1000 = vanilla-like default)
copper-hopper-item-count: 1000
# --------------------------------------------------
# New Mobs
# --------------------------------------------------
# Be careful! The following features require the plugin "Citizens" which can be downloaded for free here:
# https://ci.citizensnpcs.co/job/Citizens2/
# Snow Zombies give you the poison effect
snow-zombie: true
# Jungle Zombies give you the poison effect
jungle-zombie: true
# --------------------------------------------------
# Item & Entity Gameplay Tweaks
# --------------------------------------------------
# Right-click a chipped/damaged anvil with an iron block to repair it
repair-anvil: true
# Glistering melons become edible and grant a short regeneration effect
enable-edible-glistering-melon: true
# Right click on melon blocks to eat a slice
melon-block-update: true
# Allow banners to be placed on boats
banner-on-boats: true
# Husks have a chance to drop sand
husks-drop-sand: true
# Goats drop mutton when killed
goat-drop-mutton: true
# Enable dyed torch variants
dyed-torches: true
# Protect your own pets by not allowing to attack them when you are not sneaking
protect-pets: true
# Setting a sponge on fire dries it out instantly
sponge-ignite: true
# Splashing a Water Bottle into lava converts it into obsidian
water-bottles-convert-lava: true
The goal of Just Makes Sense is to add features that feel so natural that players might wonder why they were not part of vanilla Minecraft already.