Advertisement
zatbel123

mobRegions.yml and mobs.yml

Feb 25th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. mobRegions.yml
  2.  
  3. ExampleRegions:
  4. world: world
  5. p1:
  6. x: -500.0
  7. y: 0.0
  8. z: -1300.0
  9. p2:
  10. x: 0.0
  11. y: 256.0
  12. z: -800.0
  13. priority: 1
  14. min-level: 30
  15. max-level: 40
  16. # - Name_of_the_mob: chance_of_sapwn (between 1.0 and 0.0)
  17. mobs:
  18. Silver: 0.5
  19. Zombie: 0.3
  20.  
  21.  
  22.  
  23. mobs.yml
  24.  
  25. Zombie:
  26. type: zombie
  27. base-attributes:
  28. health: 50
  29. damage: 2
  30. exp: 5
  31. attributes-per-level:
  32. health: 2
  33. damage: 3
  34. exp: 1
  35. loot:
  36. diamond_sword:
  37. #1 -> 100%
  38. probability: 0.1
  39. min-mob-level: 10
  40. max-mob-level: 20
  41. amount: 2
  42. custom: false
  43. #Not implemented yet
  44. equip:
  45. helmet:
  46. chestplate:
  47. leggings:
  48. boots:
  49. hands: BOW
  50. Silver:
  51. type: silverfish
  52. base-attributes:
  53. health: 100
  54. damage: 5
  55. exp: 50
  56. attributes-per-level:
  57. health: 5
  58. damage: 3
  59. exp: 1
  60. loot:
  61. Silver_Sword:
  62. #1 -> 100%
  63. probability: 0.05
  64. min-mob-level: 30
  65. max-mob-level: 40
  66. amount: 1
  67. custom: true
  68. #Not implemented yet
  69. equip:
  70. helmet:
  71. chestplate:
  72. leggings:
  73. boots:
  74. hands: BOW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement