▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Elevator
Elevator

Elevator

A simple Elevator Mod for Fabric Minecraft

Оцените первым
1.0K
3

!Elevator

Elevator

A simple elevator mod for Fabric.

Jump → go up. Sneak → go down

Features

FeatureDescription
Elevator upStand on the elevator block and jump → teleport to the block above
Elevator downStand on the elevator block and sneak → teleport to the block below
Redstone baseThe elevator block must be placed on top of a redstone block
Multiple block typesConfigure multiple elevator blocks while keeping travel within the same block type
Carpet hidingPlace a carpet on top of the elevator block — it still works!
ParticlesConfigurable visual particle effect on teleport
SoundConfigurable entity sound on teleport
CooldownConfigurable cooldown between teleports
Safety checkOnly teleport if the destination has enough headroom
Mod Menu supportOptional client config screen when Mod Menu is installed

How to use

  1. Place a redstone block on the floor.
  2. Place one of the configured elevator blocks (default: iron block) on top of the redstone block.
  3. Repeat on each floor.
  4. Travel only works between elevator platforms made from the same block type.
  5. Leave at least 2 free blocks of space above each elevator block.
  6. Stand on the elevator block and:
    • Jump → go up
    • Sneak → go down

Tip: hide the elevator block by placing a carpet on top of it!

Configuration

The config file is created automatically on first Minecraft start: config/elevator.json

{
  "elevatorBlocks": ["minecraft:iron_block", "minecraft:gold_block", "minecraft:sea_lantern"],
  "maxElevatorHeight": 50,
  "particlesEnabled": true,
  "particleType": "minecraft:portal",
  "soundEnabled": true,
  "soundEvent": "minecraft:entity.enderman.teleport",
  "cooldownTicks": 20,
  "safetyEnabled": true
}

With Mod Menu + Cloth Config installed on the client, you get a full in-game config screen.

OptionDescription
elevatorBlocksList of allowed elevator block IDs
maxElevatorHeightMaximum distance (in blocks) to search for the next elevator block
particlesEnabledShow particles on teleport
particleTypeMinecraft particle ID used when particles are enabled
soundEnabledPlay sound on teleport
soundEventMinecraft sound event ID used when sound is enabled
cooldownTicksTicks between teleports (20 = 1 second)
safetyEnabledSkip destination if headroom is blocked

Commands

CommandDescriptionPermission
/elevator infoShows the configured elevator blocks and reminds that travel only works between matching block typesEveryone
/elevator reloadReload the config fileOP

🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Часто задаваемые вопросы

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

Minecraft: Java Edition

26.2.x26.1.x1.21.x

Платформы

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

Сервер

Зависимости

Ссылки


Создатели

Детали

Лицензия:
Опубликован:3 месяца назад
Обновлён:1 неделю назад
Главная