Guest User

Untitled

a guest
Jul 21st, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. jump-pads: # Intended to just go straight up
  2. enabled: true
  3. block-top: LIGHT_WEIGHTED_PRESSURE_PLATE
  4. block-bottom: EMERALD_BLOCK
  5. power: 3.5 # vertical velocity
  6. particles:
  7. enabled: true
  8. type: "SOUL_FIRE_FLAME"
  9. message:
  10. enabled: true
  11. string: "&fWhoosh!"
  12.  
  13. launch-pads: # Intended to go straight up and push the player forward as well
  14. enabled: true
  15. block-top: HEAVY_WEIGHTED_PRESSURE_PLATE
  16. block-bottom: DIAMOND_BLOCK
  17. power-up: 1.5 # vertical velocity
  18. power-forward: 1.8 # forward velocity
  19. particles:
  20. enabled: false
  21. type: ""
  22. message:
  23. enabled: false
  24. string: ""
Advertisement
Add Comment
Please, Sign In to add comment