Advertisement
Guest User

Untitled

a guest
Jun 19th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. # Default Dwarves vs Zombies config.yml
  2. # To configure Dwarf classes look into classes.yml
  3. # To configure Monster classes look into monsters.yml
  4. # To configure Dragon/Attacks look into dragons.yml
  5. # ----------------------------------------------------------------------------------
  6.  
  7. # ----------------------------------------------------------------------------------
  8. # Game config(0=disabled, 1=old/standart dvz, 2=not implemented
  9. # ----------------------------------------------------------------------------------
  10. game0: 1
  11. game1: 0
  12. game2: 0
  13. game3: 0
  14. game4: 0
  15. game5: 0
  16. game6: 0
  17. game7: 0
  18. game8: 0
  19. game9: 0
  20.  
  21. # ----------------------------------------------------------------------------------
  22. # Commands(Lists, do NOT include the beginning /)
  23. # ----------------------------------------------------------------------------------
  24. # Example:
  25. # commands_onEnd:
  26. # - "say A game has been finished!"
  27. commands_onStart: []
  28. commands_onEnd: []
  29.  
  30. # ----------------------------------------------------------------------------------
  31. # Disabled Items to craft(ID) - List
  32. # ----------------------------------------------------------------------------------
  33. disables_crafts:
  34. - 298
  35. - 299
  36. - 300
  37. - 301
  38. - 302
  39. - 303
  40. - 304
  41. - 305
  42. - 306
  43. - 307
  44. - 308
  45. - 309
  46. - 310
  47. - 311
  48. - 312
  49. - 313
  50. - 314
  51. - 315
  52. - 316
  53. - 317
  54. - 267
  55. - 268
  56. - 272
  57. - 276
  58. - 283
  59.  
  60. # ----------------------------------------------------------------------------------
  61. # Misc
  62. # ----------------------------------------------------------------------------------
  63. friendly_fire: false
  64. # No PvP around Spawn(Range) 0=disabled
  65. spawn_nopvp: 0
  66. # WARNING: (Only when set to 1)This uses the Enderchest and deletes everything that is inside!
  67. # 0: disabled - 1: per Player - 2: One chest per game(for all dwarves, currently not saved)
  68. crystal_storage: 0
  69. autoadd_players: true
  70. # Automatically add all Players again when a game ends
  71. auto_rejoin: true
  72. monster_invulnarable: 30
  73. monster_suizidepill: true
  74. set_to_day: true
  75. # Enable this if you want to use the Server only for DvZ
  76. dedicated_mode: true
  77. # Only diable the check if you have disguisecraft installed, but it somehow doesn't detect it.
  78. disable_dcraft_check: false
  79. # Warning! Some texts are also located in the other .yml files
  80. language: en_EN
  81. world_prefix: DvZ_
  82. new_classselection: false
  83. # Chat messages by Players in a game can only be seen by Players in the same game or OPs
  84. dedicated_chat: true
  85. # Monster have to wait until Assasins are choosen or /dvz_release was used
  86. need_release: false
  87. # Time(in Minutes) until monsters are released(0=disabled - WARNING: if you have need_release=true and time_release=0 you HAVE TO use /dvz_release or the monsters cann't do anything)
  88. time_release: 1
  89. dwarf_potion_exp: 2
  90. change_death_message: true
  91. # Track some stats on items(currently only monsters killed)
  92. item_stats: true
  93. show_game_id: true
  94.  
  95. # ----------------------------------------------------------------------------------
  96. # Lobby/Autostarting the Game
  97. # ----------------------------------------------------------------------------------
  98. # Whether to use a new world for the Lobby
  99. use_lobby: true
  100. # Players needed to automatically start the game(0 to disable)
  101. lobby_players: 2
  102. lobby_starttime: 60
  103. # 0=no assasins
  104. lobby_playerperassasin: 0
  105. # Minutes until assasins "spawn"
  106. lobby_assasintime: 30
  107. # Max Deaths -> More Deaths -> No Assasins
  108. lobby_assasindeath: 2
  109.  
  110. # ----------------------------------------------------------------------------------
  111. # Spell wait times
  112. # ----------------------------------------------------------------------------------
  113. spelltime_teleport: 15
  114.  
  115. # ----------------------------------------------------------------------------------
  116. # Outdated and not used config Options
  117. # ----------------------------------------------------------------------------------
  118. # MOVED TO CLASSES.YML AND MONSTERS.YML
  119. # spelltime_builder: 30
  120. # spelltime_alchemy: 30
  121. # spelltime_blacksmith: 30
  122. # spelltime_tailor: 30
  123. # spelltime_creeper: 10
  124. # spelltime_spiderbite1: 0
  125. # spelltime_spiderbite2: 0
  126. # spelltime_ironsmash: 1
  127. # spelltime_ironjump: 30
  128. # spelltime_snowgolem: 60
  129. # spelltime_snowgolemthrow: 0
  130. # spelltime_broodlay: 3
  131. # spelltime_broodroar: 3
  132. # spelltime_enderblink: 18
  133. # spelltime_enderportal: 10
  134. # spelltime_reinforceenderportal: 3
  135. # spelltime_disableportal: 3
  136. # spelltime_drain_hunger: 2
  137. # spelltime_steal_weapon: 2
  138. #
  139. # MOVED TO CLASSES.YML AND MONSTERS.YML
  140. # chance_builder: 100
  141. # chance_alchemy: 20
  142. # chance_blacksmith: 20
  143. # chance_tailor: 20
  144. # chance_zombie: 100
  145. # chance_skeleton: 75
  146. # chance_creeper: 50
  147. # chance_wolf: 25
  148. # chance_spider: 25
  149. # chance_irongolem: 5
  150. # chance_snowgolem: 5
  151. # chance_broodmother: 5
  152. # chance_enderman: 5
  153. # chance_cat: 5
  154. # chance_hungrypig: 5
  155. #
  156. # CHANGED TO MONSTERS.YML
  157. # Hint: You should also change the name in the language file!
  158. # change_golem_to_blaze: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement