Pack: Elevators - teakivy/teaks-tweaks GitHub Wiki

Pack: Elevators (elevators)

Elevators allows players to drop an ender pearl above a wool block to make it into an elevator.

To move up on an elevator, jump. To move down on an elevator, crouch.

Showcase

elevators

Config

The config for this pack can be found in the config.yml file for the plugin.

# Elevators
# Drop an ender pearl above a wool block to make it into an elevator.
# Jump on it to warp onto an elevator of the same color directly above.
# Crouch on it to warp onto one directly above.
#
# Permissions:
# teakstweaks.elevator.create
# teakstweaks.elevator.use
elevators:
  enabled: false
  # What Item/Block needs to be dropped to create an elevator
  activator: ENDER_PEARL
  # Whether or not elevators can only teleport between elevators of the same type/block
  require-same-type: true
  # Whether or not to play the teleport sound upon using the elevator
  play-sound: true
  # What blocks can be used to create an elevator
  elevator-blocks:
    - WHITE_WOOL
    - ORANGE_WOOL
    - MAGENTA_WOOL
    - LIGHT_BLUE_WOOL
    - YELLOW_WOOL
    - LIME_WOOL
    - PINK_WOOL
    - GRAY_WOOL
    - LIGHT_GRAY_WOOL
    - CYAN_WOOL
    - PURPLE_WOOL
    - BLUE_WOOL
    - BROWN_WOOL
    - GREEN_WOOL
    - RED_WOOL
    - BLACK_WOOL

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the pack is enabled.

activator

  • Type - string
  • Default - ender_pearl
  • Description - Sets the item used to create elevators.

require-same-type

  • Type - boolean
  • Default - true
  • Description - Controls whether elevators can only teleport between elevators of the same type/block.

play-sound

  • Type - boolean
  • Default - true
  • Description - Controls whether elevators play a sound upon teleporting.

elevator-blocks

  • Type - string_list
  • Default - See above
  • Description - Sets what blocks can be used to create an elevator

Permissions

teakstweaks.elevator.create

  • Default - true
  • Description - Controls whether the player can create an elevator.

teakstweaks.elevator.use

  • Default - true
  • Description - Controls whether the player can use an elevator.

Messages

"elevators.name": "Elevators",
"elevators.description": "Drop an ender pearl above a wool block to make it into an elevator.<newline>Jump on it to warp onto an elevator of the same color directly above.<newline>Crouch on it to warp onto one directly above.",

elevators.name

  • Default - Elevators

elevators.description

  • Default - Drop an ender pearl above a wool block to make it into an elevator.<newline>Jump on it to warp onto an elevator of the same color directly above.<newline>Crouch on it to warp onto one directly above.
⚠️ **GitHub.com Fallback** ⚠️