Mineuniverse
Log in Register
Mods

LeashAll

Allows you to attach leads to every living entity (even player) in the game.
by Nikrecs
Download Claim this project
10,891 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Mobs Processing Server Utility Utility & QoL

JOIN OUR DISCORD

Turns the regular lead into a universal leash you can use on almost any animal or mob or player in the game. It removes most vanilla restrictions, so you can lead many creatures that were previously unleasheable and easily move them around your world.

📦 Install on the server. Client installation is optional (vanilla clients can join and use it seamlessly).

⚠️ Server-side only? Some visual effects and client-side features may not display correctly for players without the mod installed. For the full experience, client installation is recommended.

🎮 Singleplayer note: Works perfectly in singleplayer — just drop it into your mods folder as usual.

How it works:

  • Leash Anything: Right-click an animal or mob or player with a lead to leash it to yourself. This works on almost all vanilla creatures.
  • Chain Creatures Together: Already have animals or mobs leashed to you? Sneak + Right-click another creature to attach your currently leashed targets to them instead. No extra lead is required for this.
  • Take the Leash Back: If an animal is currently leashed to another mob or creature, simply right-click it to transfer the leash back to yourself. A lead in hand is optional.
  • Detach with an Empty Hand: If a creature is currently leashed to you, right-click it with an empty hand to remove the leash.

Please report any bugs, errors, or feature suggestions on Discord: https://discord.gg/4XUPywnEyE

Leashed the ghast

Configuration

  • Active world config: world/serverconfig/leashall-server.toml
  • Pack default config: defaultconfigs/leashall-server.toml

Use defaultconfigs/leashall-server.toml if you want every new world or server save to start with your preferred rules.

Available options

useEntityAllowList

  • When false (default), all mobs are allowed unless they appear in blockedEntities
  • When true, only mobs from allowedEntities can be leashed.

allowedEntities - A list of entity ids or entity tags to allow.

blockedEntities - A list of entity ids or entity tags to block.

maxLeashesPerPlayer - Maximum number of mobs one player can have leashed at the same time. Set to -1 for unlimited leashes. This is the default.

Supported entry formats

  • Specific entity id: minecraft:ghast
  • Specific modded entity id: examplemod:custom_beast
  • Entity tag: #minecraft:raiders
  • Modded entity tag: #c:bosses

Examples

Allow everything except wardens and ghasts:

useEntityAllowList = false
allowedEntities = []
blockedEntities = ["minecraft:warden", "minecraft:ghast"]
maxLeashesPerPlayer = -1

Allow only villagers, iron golems, and raiders:

useEntityAllowList = true
allowedEntities = ["minecraft:villager", "minecraft:iron_golem", "#minecraft:raiders"]
blockedEntities = []
maxLeashesPerPlayer = -1

Allow everything, but limit each player to 5 active leashes:

useEntityAllowList = false
allowedEntities = []
blockedEntities = []
maxLeashesPerPlayer = 5
leashall-neoforge-26.2-1.3.4.jar
MC Client, NeoForge, Server, 26.2
Release 2026-06-21 Get
leashall-forge-1.20.1-1.3.4.jar
MC Client, 1.20.1, Forge, Server
Release 2026-06-21 Get
leashall-fabric-26.2-1.3.4.jar
MC Client, Fabric, Server, 26.2
Release 2026-06-21 Get

More from Nikrecs

StayLapis
970
Shield Hider
906
RiverInJungle
838
NoFireOverlay
7,843
AutoLapis
766
CropGrowthHUD
764

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998