Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 'test1 -447 81 -1458':
  2. 'Instances 272 6 197':
  3. 'Instances 188 6 163':
  4. 'test1 -371 73 -1343':
  5. 'test1 -375 72 -1284':
  6. 'test1 -372 50 -1203':
  7. 'test1 -380 51 -1163':
  8. 'test1 -414 51 -1159':
  9. 'test1 -400 71 -1576':
  10. 'test1 -414 65 -1626':
  11. 'test1 -1208 64 -1804':
  12. 'test1 -1205 63 -1786':
  13.  
  14.  
  15. # Create directly your drop table here.
  16. drop-table:
  17. items:
  18. - 'mmoitem{type=MISCELLANEOUS;id=BRONZE_COIN} 1 3-7'
  19. - 'mmoitem{type=MISCELLANEOUS;id=COPPER_ORE} 0.5 1-3'
  20. - 'mmoitem{type=MISCELLANEOUS;id=TIN_ORE} 0.5 1-3'
  21. - 'mmoitem{type=MISCELLANEOUS;id=BRONZE_COIN} 0.5 1-3'
  22. - 'mmoitem{type=MISCELLANEOUS;id=BRONZE_COIN} 0.50 1-3'
  23. - 'mmoitem{type=RING;id=RING_OF_HEALTH} 0.5 1'
  24. - 'mmoitem{type=RING;id=RING_OF_MANA} 0.5 1'
  25. - 'mmoitem{type=RING;id=RING_OF_POWER} 0.05 1'
  26. - 'mmoitem{type=RING;id=KJINS_LOST_RING} 0.01 1'
  27. - 'mmoitem{type=RING;id=RING_OF_REGENERATION} 0.05 1'
  28. - 'mmoitem{type=SWORD;id=OLD_OAK_SWORD} 0.5 1'
  29. - 'mmoitem{type=SWORD;id=LIGHT_OAK_SWORD} 0.5 1'
  30. - 'mmoitem{type=SWORD;id=TIMBER_BLADE} 0.05 1'
  31. - 'mmoitem{type=SWORD;id=FAE_RUNE} 0.05 1'
  32. - 'mmoitem{type=Wand;id=OLD_Oak_Wand} 0.5 1'
  33. - 'mmoitem{type=ARMOR;id=OLD_LEATHER_HELMET} 0.5 1'
  34. - 'mmoitem{type=ARMOR;id=Helm_of_the_old_guard} 0.005 1'
  35. - 'mmoitem{type=ARMOR;id=Helm_of_valin} 0.05 1'
  36. - 'mmoitem{type=ARMOR;id=OLD_LEATHER_CHESTPLATE} 0.5 1'
  37. - 'mmoitem{type=ARMOR;id=OLD_LEATHER_LEGGINGS} 0.5 1'
  38. - 'mmoitem{type=ARMOR;id=OLD_LEATHER_BOOTS} 0.5 1'
  39. - 'mmoitem{type=Dagger;id=OLD_OAK_DAGGER} 0.5 1'
  40. - 'mmoitem{type=Dagger;id=OAK_DAGGER} 0.5 1'
  41.  
  42. # Ticks the chest takes to appear again.
  43. regen-time: 40
  44.  
  45. # The particle played every 4sec around the chest.
  46. # Types available: helix|offset|galaxy
  47. # Particle names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
  48. effect:
  49. type: helix
  50. particle: FLAME
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement