Tags
Creators
Details
1.2.0
Compatibility
Changes
Updated to 26.1
Added Advancements
- When getting the achievement for killing the dragon, or being in the end while the dragon is killed will free you from the line
Added multiplayer support
- Players will by default automatically join the challenge upon joining the world. Can be switched to where players can manually join when they want to by player available command.
- Each player will be locked to the nearest stronghold from their current position when joining the challenge.
Added OP command to enable / disable the mod
/walktheline active [true, false]
Added OP commands to change config options
#Controls how far side to side player will be able to move
/walktheline config coordinateTolerance [min:0.5, max:1.5]
#Controls if players will join the challenge automatically on join, or if they can join it manually by using the start command
/walktheline config PlayerAutoJoinsChallenge [true, false]
Added player avaiable command to start the challenge manually (config option PlayerAutioJoinsChallenge is false)
/walktheline start
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:PGr0OuQ8:bDtxqRJm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PGr0OuQ8:bDtxqRJm"
}

