Advertisement
Fishykarp

PB Dungeon Entrance Spells

Jul 2nd, 2020 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. mermaidstatue1:
  2. spell-class: ".PassiveSpell"
  3. cooldown: 40
  4. triggers:
  5. - rightclickblockcoord questworld,-200,28,441
  6. spells:
  7. - mermaidkey1
  8. mermaidstatue2:
  9. spell-class: ".PassiveSpell"
  10. cooldown: 40
  11. triggers:
  12. - rightclickblockcoord questworld,-62,28,441
  13. spells:
  14. - mermaidkey2
  15. mermaidkey1:
  16. spell-class: ".instant.ConjureSpell"
  17. items:
  18. - westmermaidkey 1 100%
  19. add-to-inventory: true
  20. mermaidkey2:
  21. spell-class: ".instant.ConjureSpell"
  22. items:
  23. - eastmermaidkey 1 100%
  24. add-to-inventory: true
  25. mermaiddoor:
  26. spell-class: ".PassiveSpell"
  27. triggers:
  28. - rightclickblockcoord questworld,-133,9,421;questworld,-132,9,421;questworld,-131,9,421;questworld,-130,9,421;questworld,-129,9,421;questworld,-133,10,421;questworld,-132,10,421;questworld,-131,10,421;questworld,-130,10,421;questworld,-129,10,421;questworld,-133,11,421;questworld,-132,11,421;questworld,-131,11,421;questworld,-130,11,421;questworld,-129,11,421;questworld,-133,12,421;questworld,-132,12,421;questworld,-131,12,421;questworld,-130,12,421;questworld,-129,12,421;questworld,-133,13,421;questworld,-132,13,421;questworld,-131,13,421;questworld,-130,13,421;questworld,-129,13,421;questworld,-133,14,421;questworld,-132,14,421;questworld,-131,14,421;questworld,-130,14,421;questworld,-129,14,421;questworld,-133,15,421;questworld,-132,15,421;questworld,-131,15,421;questworld,-130,15,421;questworld,-129,15,421;questworld,-133,16,421;questworld,-132,16,421;questworld,-131,16,421;questworld,-130,16,421;questworld,-129,16,421;questworld,-133,17,421;questworld,-133,18,421;questworld,-132,18,421;questworld,-131,18,421;questworld,-130,18,421;questworld,-129,18,421
  29. spells:
  30. -mermaiddoortp
  31. cost:
  32. - westmermaidkey 1
  33. - eastmermaidkey 1
  34. mermaiddoortp:
  35. spell-class: ".ExternalCommandSpell"
  36. command-to-execute: warp mermaiddoor ##i haven't put the warp in yet but it'll just be on the other side of the door
  37.  
  38. predefined-items:
  39. westmermaidkey:
  40. type: "tripwire_hook"
  41. name: "&9Western Mermaid Key"
  42. lore:
  43. - "&7&oA seaweed-green prismarine key."
  44. eastmermaidkey:
  45. type: "tripwire_hook"
  46. name: "&9Eastern Mermaid Key"
  47. lore:
  48. - "&7&oAn ocean-blue prismarine key."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement