Список изменений

Just Makes Sense
A Minecraft plugin that adds small, logical quality-of-life features that feel natural and vanilla-friendly.
Overview
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.
Features
Smarter Cauldrons
Honey Collection
- Place a cauldron underneath a Bee Nest or Bee Hive
- After 1–5 minutes, a Honey Block appears inside the cauldron
- Honey can be removed manually or extracted using hoppers

Ice Formation
- If a water-filled cauldron is placed in a biome where water can freeze:
- After 1–5 minutes, the water turns into an Ice Block
- Ice can be collected manually or via hoppers

Removing Dye with Water
- Right-click a water-filled cauldron with any dyed item
- The dye is removed from the item
- The cauldron water level decreases by one
Dispenser Interaction
- Dispensers can interact with cauldrons
- Supports water, lava, and powder snow
- Optional interaction from below

Zombie Variants
- Two new Zombie variants: Jungle and Snow
- The Jungle Zombie will summon poisonous Area Effect Clouds
- The Snow Zombie will summon slowness Area Effect Clouds

Banners on Boats
- Shift-right-click a boat with a banner to place the banner inside the boat
- The banner occupies one passenger slot
- Only one player can ride the boat while a banner is present
- Shift-right-click again to remove the banner

Repairable anvils
- Right-click a broken anvil with an iron block to repair it by one stage:
- Damaged --> Chipped; Chipped --> Normal
Copper Hoppers
Copper Hoppers are upgraded hoppers with different transfer speeds depending on their oxidation state.

Variants and Speeds
| 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
Copper Hopper Mechanics
- Oxidizes exactly like normal copper blocks
- Can be waxed using Honeycomb
- Wax can be removed using an axe
- After moving a configurable number of items, the wax is removed automatically for balancing
- Setting the value to 0 disables wax removal entirely
Crafting Recipes
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
Dyed Torches
- Craft any dye together with a torch
- Produces a dyed torch variant
- Decorative feature only

Edible Glistering Melon
- Glistering Melons are now edible
- Grants Regeneration II for 4 seconds
- Restores food level and saturation (up to vanilla limits)
Edible Melon blocks
- Right click on Melon blocks to eat a slice
- You get the same Saturation and Food Level as you would get by eating a melon slice

Mob Loot Tweaks
- Goats drop mutton
- Husks have a chance to drop sand

Pet protection
- If you are not sneaking you can't damage your own pet
- --> if you are sneaking you can damage your pet
Configuration
All features can be configured individually.
# ==================================================
# "Just Makes Sense" Configuration
# ==================================================
# --------------------------------------------------
# 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
# --------------------------------------------------
# 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
This plugin is using bStats
Requirements
- Minecraft 1.21 or newer
- Paper or Spigot server
Design Philosophy
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.

