Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # Upgrades format is NEW VALUE:COST
  2. # Item format: MATERIAL:DURABILITY : enchatn:<Enchantment>:<Level> : dye:<Color>'
  3. # For a list of Materials you can use visit this website https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
  4. # For a list of enchantments you can use visit this website https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
  5. # Dye colors https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Color.html
  6.  
  7. Towers:
  8. Shooter:
  9. Cost: 50
  10. Damage: 15
  11. Attack-Speed: Normal
  12. Range: 8
  13. Required-Player-Rank: 0
  14. Item: WOOD_SWORD
  15. Lore:
  16. - '&b&m----------'
  17. - '&eCost: &650'
  18. - '&eDamage: &615'
  19. - '&eSpeed: &6Normal'
  20. - '&eRange: &610'
  21. - '&b&m----------'
  22. - ' '
  23. - '&dDescription:'
  24. - '&bThe most basic tower!'
  25. - '&baverage damage with average attack speed!'
  26. - ' '
  27. Abilities: []
  28. Upgrades:
  29. Damage:
  30. - '25:40'
  31. - '35:45'
  32. - '45:50'
  33. Range:
  34. - '10:20'
  35. - '12:25'
  36. - '15:30'
  37. Blocks: '[0:0:0:17:0, 1:0:0:170:0, 2:0:0:17:0, 0:0:1:170:0, 2:0:1:170:0, 0:0:2:98:0,
  38. 1:0:2:170:0, 2:0:2:98:0, 0:1:0:98:0, 1:1:0:20:0, 2:1:0:98:0, 0:1:1:20:0, 2:1:1:20:0,
  39. 0:1:2:98:0, 1:1:2:20:0, 2:1:2:98:0, 0:2:0:98:0, 1:2:0:98:0, 2:2:0:98:0, 0:2:1:98:0,
  40. 1:2:1:98:0, 2:2:1:98:0, 0:2:2:98:0, 1:2:2:98:0, 2:2:2:98:0, 1:3:0:44:5, 0:3:1:44:5,
  41. 1:3:1:46:0, 2:3:1:44:5, 1:3:2:44:5, 0:4:0:44:5, 1:4:0:44:5, 2:4:0:44:5, 0:4:1:44:5,
  42. 1:4:1:2:0, 2:4:1:44:5, 0:4:2:44:5, 1:4:2:44:5, 2:4:2:44:5]'
  43.  
  44. //Many more towers! They all follow the same format
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement