Would you like to support my work? you can Donate if you want 
 https://www.paypal.com/pool/9bPEKLbKse?sr=ancr
 
Lift System Guide 
 
How to Use ️
 
 
 - Craft and Place a Lift ⚒️
 Start by crafting a lift using the custom recipe (see pictures) and place it in your world.
 
 
- Shift + Right-Click to open the menu ️
 Hold down the Shift key and right-click the Lift to open the menu, where you can choose the direction for going up or down.
 
 
- Using the Lift ⬆️⬇️
   
   - Jump: Go up the lift.
- Sneak: Go down the lift.
- Permission
 liftsystem.use
 
Admin Commands ⚙️ As an admin, you can use the following commands to customize the Lift System:
 Permission: liftsystem.admin.command
 
 liftsystem.particles (Shows the Lift particles)
 
 
 
 - /liftsystem distance <distance>
 Sets the maximum distance between lifts. Replace <distance> with the desired value.
 
 
- /liftsystem enable-distance
 Enables the max lift distance restriction.
 
 
- /liftsystem disable-distance
 Disables the max lift distance restriction.
 
 
- /liftsystem reload
 Reloads the plugin configuration.
Enjoy using the Lift System!![[IMG]](/proxy/image?url=https%3A%2F%2Fbstats.org%2Fsignatures%2Fbukkit%2FLiftSystem.svg) Warning you have to Restart the Server if you change the Recipe in LiftCustomRecipe.yml
 
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.
 
![[IMG]](/proxy/image?url=https%3A%2F%2Fi.ibb.co%2Fw7sHScZ%2F2024-06-17-21-26-03-min.png)