Advertisement
MrTibo

Lift example config

Apr 14th, 2021 (edited)
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1. maxLiftArea: 16 # Note: Smaller area and height values result in less lag.
  2. maxHeight: 256
  3. debug: false
  4. autoPlace: false # autoPlace will automatically move players to be fully in the elevator
  5. preventEntry: true # preventEntry will prevent players from entering an active elevator (at the cost of possible lag when lifts are running)
  6. preventLeave: true
  7. checkFloor: false # checkFloor will make sure all floors have glass blocks (at the cost of possible lag when starting a lift)
  8. liftMobs: true
  9. mouseScroll: true
  10. secondsUntilTimeout: 2
  11. floorBlocks:
  12. - GLASS
  13. - '*_STAINED_GLASS'
  14. buttonBlocks:
  15. - '*BUTTON'
  16. signBlocks:
  17. - '*WALL_SIGN'
  18. redstone: false
  19. baseBlockSpeeds: # baseBlockSpeeds speed less than 0.4 may not work well.
  20.   IRON_BLOCK: 0.4
  21.   GOLD_BLOCK: 0.75
  22.   DIAMOND_BLOCK: 1.0
  23. destination: "&9Dest."
  24. messages:
  25.   oneFloor: "&cThere is only one floor"
  26.   currentFloor: "&aCurrent Floor"
  27.   cantEnter: "&cYou can't enter an elevator that is in use"
  28.   cantLeave: "&cYou can't leave an elevator that is in use"
  29.   unsafe: "&cIt is unsafe to leave a vehicle in an elevator!"
  30.   scrollSelectEnabled: "&7Scrollable floor selection enabled. Click on sign with an item for default mode"
  31.   scrollSelectDisabled: "&7Scrollable floor selection disabled"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement