Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # ================== EXAMPLE ===================== #
  2. # ================================================ #
  3. #Easy:
  4. # -
  5. # name: '§fNam with colors'
  6. # entity: 'zombie'
  7. # maxHealth: 30.0
  8. # xpMultiplier: 2.0
  9. # helmet: 'item_id - meta - amount'
  10. # chest: 'item_id - meta - amount'
  11. # legs: 'item_id - meta - amount'
  12. # boots: 'item_id - meta - amount'
  13. # weapon: 'item_id - meta - amount'
  14. # particles: 'particle name'
  15. # drops:
  16. # - 'item_id - meta - amount'
  17. # potions:
  18. # - 'potion name - strength'
  19. # hordeData:
  20. # - true/false
  21. # - 0.3 (float of % )
  22. # - 3 (min)
  23. # - 10 (max)
  24. # ================================================ #
  25. # ================================================ #
  26.  
  27. Mobs:
  28. -
  29. name: '@fCrazy @cBob'
  30. entity: 'zombie'
  31. maxHealth: 30.0
  32. xpMultiplier: 2.0
  33. helmet: '306-0-1'
  34. chest: '307-0-1'
  35. legs: '308-0-1'
  36. boots: '309-0-1'
  37. weapon: '276-0-1'
  38. particles: 'fire'
  39. drops:
  40. - '67-0-1'
  41. potions:
  42. - 'speed-2'
  43. hordeData:
  44. - 'true'
  45. - '0.1'
  46. - '3'
  47. - '10'
  48. money: '1-5'
  49. -
  50. name: '@2Forest @bElemental'
  51. entity: 'zombie'
  52. maxHealth: 60.0
  53. xpMultiplier: 4.0
  54. helmet: '306-0-1'
  55. chest: '299-0-1'
  56. legs: '300-0-1'
  57. boots: '301-0-1'
  58. weapon: '369-0-1'
  59. particles: 'smoke'
  60. drops:
  61. - '5-10-1'
  62. potions:
  63. - 'speed-2'
  64. money: '1-5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement