▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/EnchantedTeleporters
EnchantedTeleporters

EnchantedTeleporters

OpenBlock elevator-style teleportation!

65
0

Enchanted Teleporters

This plugin is best explained through a video!

Gif showing that punching teleports you in the direction you're looking, jumping sends you upwards, and sneaking sends you downwards

Config

# This item can safely be changed without old teleporter items breaking.
teleporter:
  # If you change the type from BEACON, the plugin will stop working.
  # Install Nexo for custom block support, and then add the TELEPORTER mechanic to the blocks
  # you want to act as teleporters.
  type: BEACON
  metadata:
    displayName: <light_purple>Teleporter
    lore:
      - "<gray>Berembert's grand invention!"
      - "<gray>Jumping, sends you to the above teleporter"
      - "<gray>Sneaking, sends you to the below teleporter"
      - "<gray>Punching, sends you to the ahead teleporter"
teleported: "<aqua><b>You have been teleported!"
sidewaysTeleportError: "<red><b>ERROR</b>: <gray>The teleporter you are aiming at is too far away. It needs to be under 90 blocks away!"

Nexo Config

Example nexo block that has the teleporter mechanic

white_elevator:
  itemname: White Elevator
  material: PAPER
  Pack:
    parent_model: block/cube_all
    textures: elevator_white.png
    custom_model_data: 3000
  Mechanics:
    teleporter: # simply add the teleporter mechanic to the block, like shown.
      type: TELEPORTER
    custom_block:
      type: NOTEBLOCK
      block_sounds:
        place_sound: block.wool.place
        break_sound: block.wool.break
        hit_sound: block.wool.hit
        step_sound: block.wool.step
      custom_variation: 1
      model: white_elevator
      hardness: 1
      drop:
        silktouch: false
        minimal_type: STONE
        loots:
        - nexo_item: white_elevator
          probability: 1.0

Commands

/teleporters give

/teleporters reload

Permissions

enchantedteleporters.reload

enchantedteleporters.give

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:9 месяцев назад
Обновлён:9 месяцев назад
Главная