1. Place a normal Daylight Sensor
2. Shift + Rightclick Opens the menu here you can Choose the Direction for Up and Down
3. Use the Lift (Jump to go Up, Sneak to go Down)
liftsystem.admin.command
/liftsystem distance <distance> to set the Max distance between the Lifts
/liftsystem enable-distance to enable the max lift distance
/liftsystem disable-distance to disable the max lift distance
Warning you have to Restart the Server if you change the Recipe in LiftCustomRecipe.yml
LiftItem will dropped if you break the lift.
LiftCustomRecipe.yml
Code (YAML):
CustomRecipeEnabled
: true
CraftingTableSlot1:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot2:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot3:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot4:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot5:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot6:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot7:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot8:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
CraftingTableSlot9:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
LiftResult:
==
: org.bukkit.inventory.ItemStack
v
: 3839
type
: DAYLIGHT_DETECTOR
meta:
==
: ItemMeta
meta-type
: TILE_ENTITY
display-name
: '
{
"text":
"",
"extra":
[
{
"text":
"Lift",
"obfuscated":false,
"italic":false,
"underlined":false,
"strikethrough":false,
"color":
"dark_purple",
"bold":true
}
]
}'
lore
:
- '
{
"text":
"",
"extra":
[
{
"text":
"This Item is a Lift",
"obfuscated":false,
"italic":false,
"underlined":false,
"strikethrough":false,
"color":
"light_purple",
"bold":true
}
]
}'
- '
{
"text":
"",
"extra":
[
"You can use it to move across floors faster"
]
}'
enchants:
minecraft:efficiency
: 10
blockMaterial
: DAYLIGHT_DETECTOR
Permission:
liftsystem.use -> to use the lift
liftsystem.admin.bypass -> Bypasses the blocked lift
You can lock the lifts by simply right clicking on it.