Links
Tags
Creators
Details
0.0.1
Compatibility
Changes
Overview
Now you can use a lead to leash players—or even yourself! Why not try leashing each other and beat Minecraft together? ;)
Features:
- The lead can be used to leash other players.
- If you're not leashing any entity, aiming the lead at a fence will leash yourself.
- Commands are available to obtain and adjust the length of a player's lead.
- A new game rule allows you to decide whether a leashed player will teleport with the lead holder.
Commands
-
/lp leash length [<player>] setLength <length>- Sets the length of the lead for the specified player. [If <player> is empty, it applies to the executor. <length> must be a floating-point number between 5 and 1024.] -
/lp leash length [<player>] [getLength]- Retrieves the length of the lead for the specified player. [If <player> is empty, it applies to the executor. [getLength] is optional.]
Game Rules
LP.TeleportWithLeashedPlayers- Decides whether leashed players will teleport with the lead holder.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:MxUd9Fkf:LMTjPTKi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MxUd9Fkf:LMTjPTKi"
}

