Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

PowerWalk

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:

  1. Assign powerwalk.use permission to player or group.
  2. Walk nearby any power line.
  3. Enter /pwalk in chat.
  4. Climb the set of ladders up the nearby pole.
  5. Jump onto the platform.
  6. 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.
  7. When done, jump off and die, or climb down the available set of ladders to the ground.
  8. Enter pwalk off in chat to disable.

Commands

-- /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

Permissions

-- powerwalk.use -- Allows use of the /pwalk command

-- powerwalk.tp -- Allows use of the /pwalk tp command

Configuration

{
  "Options": {
    "ShowAllTextTime": 30.0,
    "ShowOneTextTime": 60.0,
    "ShowOneAllPoints": true,
    "ShowPlatformsToAll": false,
    "debug": false
  },
  "Version": {
    "Major": 1,
    "Minor": 0,
    "Patch": 4
  }
}

About

Allow players to climb power poles and walk the lines

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages