Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
About VillagerBoost
VillagerBoost is a powerful Minecraft server plugin designed to revamp and enhance villager mechanics. It gives server administrators full control over villager trades, breeding, and custom progression systems, making your survival or economy server much more engaging!
Key Features:
-
Pick Up & Stats System: Players can easily pick up villagers by right-clicking them while placing a specific block. Once picked up, the villager’s stats, custom role, level, and data are securely saved into an item format.
-
Stable Trade Prices: Tired of volatile trade prices? This feature locks villager trading prices, ensuring they stay consistent without randomly fluctuating up or down.
-
Anti-Trade Limit: Bypass the annoying vanilla trade limits! With this system, players no longer have to wait until the next day to trade again after a villager locks their items.
-
Fast Breeding: Speed up the villager breeding process significantly. The breeding rates and speeds can be fully customized directly via the
config.ymlfile.
Configure everything easily to fit your server's needs!
⚙️ Configuration (config.yml)
You can fully customize the behavior of VillagerBoost. Below is the default configuration file with detailed explanations for each option. Copy, paste, and modify it to fit your server's economy!
# ==========================================
# VillagerBoost Config
# ==========================================
trades:
# If true, villager trades will never lock or run out. Players can trade indefinitely.
unlimited: true
# Keep prices fixed. This disables the vanilla "demand" system,
# ensuring prices won't rise no matter how frequently a trade is used.
stable-prices: true
breeding:
# Enable or disable custom breeding mechanics.
enabled: true
# If true, parents can breed again right away without the vanilla cooldown.
# Note: They still require valid food (bread/carrots/potatoes/beetroot) and nearby beds.
reset-parent-cooldown: true
# Sets the age of the baby villager when born. Closer to 0 means they grow up faster.
# 0 = Instant adult
# -1200 = About 1 minute (Default)
# -24000 = Normal vanilla Minecraft (About 20 minutes)
baby-age: -1200
pickup:
# Enable or disable turning a villager into a spawn egg that retains all of its data.
enabled: true
# Requires players to sneak + right-click with an empty hand to pick up a villager.
# This prevents conflict with other item actions or blocks.
require-empty-hand: true
# Toggle permission requirement.
# If true, players need 'villagerboost.pickup' permission. If false, everyone can do it.
require-permission: false


