From aad753e19fd97d842cc603796c2b7636d7d7bc95 Mon Sep 17 00:00:00 2001 From: kingstellyt Date: Sun, 4 May 2025 01:16:18 -0400 Subject: [PATCH] Update elevators.md Added information on lodestones/elevators including mechanics and partial block effects on movement. --- docs/wiki/plugins/fun/elevators.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/wiki/plugins/fun/elevators.md b/docs/wiki/plugins/fun/elevators.md index 7eb827d97..d1ecea618 100644 --- a/docs/wiki/plugins/fun/elevators.md +++ b/docs/wiki/plugins/fun/elevators.md @@ -4,4 +4,21 @@ description: Elevators Plugin --- # Elevators -(WIP) \ No newline at end of file + +An elevator is a block that allows teleporting either directly upwards or downwards to another elevator. CivMC uses lodestones as elevators. + +### Mechanics + +When standing on an elevator, by default, jump to go to the elevator above, and shift to go to the elevator below. In the server config (`/config`) you can change this setting so that instead when you right click you go to the elevator above and left click to go to the elevator below. + +![Elevator Config](https://github.com/user-attachments/assets/699117fe-aafa-4096-b523-caa163c23d65) + +To be considered valid, an elevator block must have at least two (2) empty air blocks above it (you are able to teleport to a lodestone if there is water in the two blocks above it). You can place blocks like a trapdoor and iron bars on a lodestone to restrict movement down to the lodestone, making it one-way to the elevator above only. + +In this example, you can move from the bottom to the top lodestones but you cannot go from the top lodestones to the bottom ones. + +![image](https://github.com/user-attachments/assets/f1be70f7-b436-4afb-830c-c9d0f15e2c0f) + + + +[Reinforcing](https://civmc.net/wiki/plugins/essential/citadel.html) an elevator will not lock it to that [NameLayer](https://civmc.net/wiki/plugins/essential/namelayer.html) group. It will remain usable by all players.