Minecraft plugin for leading villagers with leads
Allows players to leash villagers with leads, just like animals.

| Permission | Description | Default |
|---|---|---|
mleadvillager.leash |
Allows leashing villagers | true |
mleadvillager.reload |
Allows reloading configuration | op |
| Command | Description | Usage |
|---|---|---|
/mlead reload |
Reloads the plugin configuration | /mlead reload |
mvn clean package
The compiled JAR will be in target/mLeadVillager-1.0.0.jar.
# mLeadVillager Configuration
# Allow leashing nitwit villagers
allow-leashing-nitwits: true
# Allow leashing baby villagers
allow-leashing-babies: true
# Allow leaching unemployed villagers
allow-leashing-unemployed: true
# Allow leashing in creative mode
allow-leashing-in-creative: false
# Maximum distance to leash villager (in blocks)
max-leash-distance: 5.0
# Require sneaking to leash villager
require-sneaking-to-leash: false
# Plugin messages
messages:
leash-success: "&aВы привязали жителя на поводок!"
unleash-success: "&eПоводок с жителя снят."
no-permission: "&cУ вас нет права."
only-players: "&cТолько игроки могут это делать."
reloaded: "&aКонфигурация перезагружена."
not-in-creative: "&cНельзя привязывать жителей в креативном режиме."
too-far: "&cСлишком далеко от жителя. Подойдите ближе."
leash-failed: "&cНе удалось привязать жителя. Попробуйте ещё раз."
plugins directory/reloadplugins/mLeadVillager/config.ymlThis project is licensed under the MIT License - see the LICENSE file for details.
mLeadVillager - плагин для Minecraft Paper 1.21+, который позволяет игрокам привязывать жителей на поводки, как обычных животных.
/mlead reload для горячей перезагрузкиmleadvillager.leash - разрешает привязывать жителей (по умолчанию: true)mleadvillager.reload - разрешает перезагружать конфигурацию (по умолчанию: op)