Minecraft Plugin
Icon

Villager on a Leash

The easiest way to transport villagers. No boats, no minecarts – just a lead and a right-click.

modrinth logoDownload on Modrinth Support Discord

Solving the Struggle

Every Minecraft player knows the frustration of moving villagers over long distances. The Villager on a Leash plugin puts an end to complicated rail systems and boat pushing.


It allows you to lead villagers (and even zombie villagers) with a standard lead, just like any other animal. This saves time, resources, and most importantly, your nerves.

Core Features

  • Plug & Play: Install and start using it immediately.
  • Lead Support: Works with all types of villagers.
  • Customizable: Toggle Wandering Traders in the config.
  • Special Leash: Enable a custom crafting recipe in the config for balanced survival gameplay.
  • Performance: Extremely lightweight for your server.
  • Modern: Optimized for the latest Minecraft versions.

Crafting Recipe

Villager Leash Crafting Recipe

Configuration

You can easily enable the custom Villager Leash by setting require-special-leash: true in your config file. Once activated, regular leads will no longer work on villagers.

config.yml
# Config´s plugin version: 0.9.6

# Allow leashing of wandering traders
# Wandering traders exist since 1.14+. Older versions just ignore this option
allow-leashing-wandering_traders: false # Default: false

# Activates the special leash crafting recipe (normal ones don´t work on villagers anymore when activated!)
require-special-leash: false # Default: false
#Recipe:
# -------------------------------
# |         |         |         |
# |   ///   | EMERALD |   ///   |
# |         |         |         |
# |---------|---------|---------|
# |         |         |         |
# | EMERALD |  LEASH  | EMERALD |
# |         |         |         |
# |---------|---------|---------|
# |         |         |         |
# |   ///   | EMERALD |   ///   |
# |         |         |         |
# -------------------------------
                

Stats & Success