This resource is not plugin
Elevator script is used to add transport element to game.
Players can build elevators from predefined block variations. All you have to do is jump to get up, and sneak to get down.
What is script offering?
- Customizability
- Simplicity
Requirements:
-
Skript
Installation:
- Download the elevator script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file elevator.sk
- Edit values in "Options" section to your liking
- You can set variation of top block, bottom block, sound while teleporting, and messages
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
#basic
upper_block: white concrete or redstone block #This block needs to be at top of the lower block
lower_block: note block or obsidian #This block needs to be at bottom of the upper block
sound: "minecraft:block.note_block.bell" #This sound is played when player uses elevator
#messages
tp_up: "&a&l△" #Title sent when player is teleporting up
tp_down: "&c&l▽" #Title sent when player is teleporting down
#usage:
#Elevators will work only, if they have atleast 2 floors
#Both elevators must be in one lane(x and z coordinate)
#-----------------------------------------------------------------------------------------------------
FAQ:
Can i edit the file?
Yes, script is written to be easily understood and edited
Can i order custom scripts?
Yes, you can contact me on my discord
Where to send ideas for improvements?
Join my discord and send the idea
Can i order one image, like is the one at top of page?
Yes, you can contact me on my discord
Why can't i teleport down under 0? Older
Skript versions have problems with negative y coordinate. You can only teleport from negative to positive. Fixed in new versions.
Does elevators have unlimited distance?
Yes, but you have to edit value "maximum targeted block" in Skript's config. It's probably line 133
Don't use reviews to report bugs or give ideas