Overview The Tether plugin allows players to attach a lead to any mob, and other players. It also supports fence post functionality.
Commands
/tether reload - Reloads the configuration.
Permissions
tether.use - Allows players to use Tether.
tether.use.players - Allows players to leash other players. (Make sure to also enable player leashing in the config).
tether.reload - Allows /tether reload.
Features
Attach a lead to any mob in Minecraft.
Right-click on a fence post to attach the lead to it.
Blacklist feature in the config.yml. Allows server administrators to restrict which mobs cannot be leashed.
Integrates with GriefPrevention, Towny, Lands, and GriefDefender for both mob and player leashing.
Code (Text):
# The Tether plugin allows players to attach a lead to any mob in Minecraft.
# If set to true, the mob blacklist will be ignored and the whitelist will be used.
use-whitelist-over-blacklist: false
# Write mobs that you don't want leashable here.
blacklisted-mobs:
- EXAMPLEMOB
# Mobs written here will be the only mobs leashable.
# *Note: Requires that 'use-whitelist-over-blacklist' is set to true above.
whitelisted-mobs:
- EXAMPLEMOB
# Player Leash settings
player-leash:
# Should players be leashable? (Also requires the player leashing to have tether.use.players).
enabled: false
# Should leashed players be able to escape by crouching? (Recommended: true). (Redundant if player-leash is false).
escapable: true
# Should players receive a message when they've been leashed? (Redundant if player-leash is false).
message-on-leashed: true
# If you are already riding, you can no longer tether other players, This does not affect leash mobs
prevent-nesting: false
# Should Tether hook into the following land management plugins?
# (Requires restart upon change).
hooks:
griefprevention: false
towny: false
lands: false
griefdefender: false
# Messages
messages:
prefix: "&8[&6&lTether&8] &r"
reload: "&7Tether has been reloaded!"
no-permission: "&cYou do not have permission!"
in-claim-deny-mob: "&7You may not leash this mob as it's in protected land."
in-claim-deny-player: "&7You may not leash this player as they're in protected land."
player-leashed-escapable: "&7You've been leashed! Press &6crouch &7to escape."
player-leashed-not-escapable: "&7You've been leashed!"
cannot-leash-riding-player: "&7You cannot leash players that are riding an entity."
prevent-nesting: "&7You cannot leash a player while mounted"
Get support, report bugs, and discuss this plugin in my discord.