Advertisement
Guest User

MobArena_error_zynastor

a guest
Mar 11th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. ### MobArena Configuration File
  2. ### Please visit the MobArena Wiki here: http://goo.gl/F5TTc for more details
  3. ### on how to set up this file.
  4. ### Note that you CAN'T use tabs in this file! Always use spaces!
  5.  
  6. ### GLOBAL SETTINGS
  7. # These settings are arena-independent and count in all arenas. Note that if
  8. # enabled: false in the global settings, MobArena is disabled globally, and
  9. # arena-specific enabled-values do not matter. If true, however, the per-arena
  10. # enabled-values count.
  11. global-settings:
  12. enabled: true
  13. allowed-commands: /list, /pl
  14. update-notification: true
  15.  
  16. ### CLASS SETUP
  17. # Items can be written as either their data value (numbers) or their Material
  18. # type (names); check the Wiki for links to lists of both.
  19. # The notation is <item>:<amount>. If no amount is given, 1 is assumed. Sub-
  20. # types can be created
  21. # Item SUBTYPES (wool/dye colors) are written as <item>:<subtype>:<amount>,
  22. # but here, the amount is REQUIRED, even if it is just 1.
  23. # Note: If you want to specify only one item, but apostrophes around that one
  24. # item, e.g.: items: '278'
  25. # Note: For every bone a class has, one PET WOLF will spawn upon arena start,
  26. # which will assist the player in the arena session.
  27. classes:
  28. Barbarian:
  29. items: diamond_sword, grilled_pork:10, bow, arrow:25
  30. armor: 298,300,301
  31. Spartan:
  32. items: diamond_sword, golden_apple:5
  33. armor: 314,315,316,317
  34. Crusader:
  35. items: diamond_sword, golden_apple:5
  36. armor: 302,303,304,305
  37. Gladiator:
  38. items: iron_sword, grilled_pork:12
  39. armor: 310,311,312,313
  40. Duelist:
  41. items: stone_sword, apple:15, bow, arrow:512
  42. armor: 298,299,300,301
  43. Medic:
  44. items: stone_sword, bread:6, grilled_pork:4, mushroom_soup, cake:5
  45. armor: 298,299,300,301
  46. ### ARENA SETUP
  47. # The arena setup is split into 4 different sections per arena: settings,
  48. # waves, rewards and coords (not shown until coords are set up).
  49. # Please refer to the Wiki for descriptions of all these settings.
  50. # Note: The REWARDS use the same notation as the items in the CLASS SETUP
  51. # section. However, only -one- item from the list is picked (at random) when
  52. # the rewards are given.
  53. arenas:
  54. default:
  55. settings:
  56. world: ''
  57. enabled: true
  58. protect: true
  59. entry-fee: ''
  60. logging: true
  61. clear-wave-before-next: false
  62. detonate-creepers: false
  63. detonate-damage: false
  64. lightning: true
  65. auto-equip-armor: true
  66. force-restore: false
  67. soft-restore: false
  68. soft-restore-drops: false
  69. require-empty-inv-join: false
  70. require-empty-inv-spec: false
  71. hellhounds: false
  72. pvp-enabled: false
  73. monster-infight: false
  74. allow-teleporting: false
  75. spectate-on-death: true
  76. share-items-in-arena: true
  77. min-players: 0
  78. max-players: 0
  79. max-join-distance: 0
  80. repair-delay: 5
  81. first-wave-delay: 5
  82. wave-interval: 20
  83. special-modulo: 4
  84. max-idle-time: 0
  85. waves:
  86. recurrent:
  87. def1:
  88. type: default
  89. priority: 1
  90. frequency: 1
  91. monsters:
  92. zombies: 25
  93. skeletons: 0
  94. spiders: 0
  95. creepers: 0
  96. wolves: 0
  97. def2:
  98. type: default
  99. priority: 1
  100. frequency: 1
  101. monsters:
  102. zombies: 50
  103. skeletons: 25
  104. spiders: 0
  105. creepers: 0
  106. wolves: 0
  107. def3:
  108. type: default
  109. priority: 1
  110. frequency: 1
  111. monsters:
  112. zombies: 75
  113. skeletons: 25
  114. spiders: 10
  115. creepers: 10
  116. wolves: 0
  117. def4:
  118. type: default
  119. priority: 1
  120. frequency: 1
  121. monsters:
  122. zombies: 100
  123. skeletons: 50
  124. spiders: 25
  125. creepers: 15
  126. wolves: 0
  127. def5:
  128. type: default
  129. priority: 1
  130. frequency: 1
  131. monsters:
  132. zombies: 150
  133. skeletons: 75
  134. spiders: 50
  135. creepers: 30
  136. wolves: 0
  137. spec1:
  138. type: special
  139. priority: 2
  140. frequency: 4
  141. monsters:
  142. powered-creepers: 30
  143. zombie-pigmen: 50
  144. angry-wolves: 32
  145. rewards:
  146. waves:
  147. every:
  148. '1': diamond
  149. '5': diamond:10
  150. '10': diamond:20
  151. after:
  152. '3': iron_ingot:10
  153. '6': iron_ingot:20
  154. '9': iron_ingot:40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement