Tags
Creators
Details
Walk The Line
I Walk The Line! Can you beat minecraft when you are limited to only traveling on a single line?
Once the challenge is started the mod will lock the player to either the X or Z axis. A rotating color line is displayed to show the boundary that the player is restricted to. Color and other options for line are configurable from config screen.
Overworld: Finds the closest stronghold user's current location that the challenge is started. The player is then locked to moving along the axis coordinate that runs through the found stronghold's silverfish spawner and end portal frame
Nether: When entering or exiting the Nether player will be placed at the dimension's relative position, and locked to the same axis as the overworld.
End: The player is locked to 0 on the Z axis, making it intersect with the End Island Portal
Has advancments to help show progression, getting the Slay Dragon advancement frees the player from the line and will be able to move freely after.
OP Commands
#Enable / disable mod
/WalkTheLine active [true,false]
#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]
Player Commands
#When PlayerAutoJoinsChallenge is set to false this allows the player to start the challenge manually
/WalkTheLine start
Server / Integrated (single player) Configuration
config/walk-the-line-challenge.json
| Parameter | Type | Description | Default |
|---|---|---|---|
coordinateTolerance |
Float | Side to side distance from the line you can move before pushback is applied | 0.5 |
teleportTolerance |
Integer | Number of blocks away from the line before teleporting you back | 2 |
playerStartsChallengeAutomatically |
Boolean | Players automatically join challenge | true |

