Allow players to climb power poles and walk the lines
Actually, we spawn ladders up the nearest pole and platforms (floor/triangle) to the next pole on either side of that pole. As the player moves, so does the construction/destruction of the ladders and platforms.
By default, the platforms should not be visible to other players.
This has been under development for a couple of years and kept private until December 2023.
The simplest way to use this:
- Assign
powerwalk.usepermission to player or group. - Walk nearby any power line.
- Enter
/pwalkin chat. - Climb the set of ladders up the nearby pole.
- Jump onto the platform.
- Walk to the next pole on the platform - you may need to jump onto the next set of ladders and/or to the next platform.
- When done, jump off and die, or climb down the available set of ladders to the ground.
- Enter
pwalk offin chat to disable.
-- /pwalk show -- Show the location of all powerlines
-- /pwalk XX tp -- Teleport to the start of powerline XX
-- /pwalk XX -- Spawn ladders and walking platform for powerline XX, starting with the closest point in that line and extending up in one direction
-- /pwalk -- Spawn ladders and walking platform for the closest powerline, starting with the closest point in that line
-- powerwalk.use -- Allows use of the /pwalk command
-- powerwalk.tp -- Allows use of the /pwalk tp command
{
"Options": {
"ShowAllTextTime": 30.0,
"ShowOneTextTime": 60.0,
"ShowOneAllPoints": true,
"ShowPlatformsToAll": false,
"debug": false
},
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 4
}
}