Advertisement
Guest User

Untitled

a guest
Apr 14th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Load_on_start:
  2. - 'zone1'
  3. Leaderboards:
  4. enabled: false
  5. type: mysql
  6. redis_db_info:
  7. host: 'localhost'
  8. port: 6379
  9. mysql_db_info:
  10. host: 'localhost'
  11. name: 'minecraft'
  12. port: 3306
  13. user: 'user'
  14. password: 'password'
  15. Region_Provider_Plugin: WorldGuard
  16. Zones:
  17. zone1:
  18. max_number_of_players: 5
  19. world: 'world'
  20. mob_check_task_interval: 300
  21. soft_mob_respawn: false
  22. clear_drops: true
  23. one_time_use_keys: false
  24. entrance:
  25. x: 0
  26. y: 0
  27. z: 0
  28. yaw: 0
  29. pitch: 0
  30. lobby:
  31. x: 0
  32. y: 0
  33. z: 0
  34. yaw: 0
  35. pitch: 0
  36. starting_money: 50
  37. kits:
  38. player:
  39. - '298-1'
  40. - '299-1'
  41. - '300-1'
  42. - '301-1'
  43. - '272-1'
  44. - '297-3'
  45. donator:
  46. - '306-1'
  47. - '307-1'
  48. - '308-1'
  49. - '309-1'
  50. - '267-1|16-2'
  51. - '364-3'
  52. admin:
  53. - '310-1'
  54. - '311-1'
  55. - '312-1'
  56. - '313-1'
  57. - '276-1|17-5|16-5'
  58. - '322-3'
  59. money_rewards:
  60. - 'Zombie:5-10-5'
  61. - 'Skeleton:8-14-6'
  62. - 'Spider:9-16-7'
  63. sub_zones:
  64. subzone1:
  65. number_of_mobs: 20
  66. mob_types:
  67. - 'Zombie'
  68. - 'Spider'
  69. - 'Skeleton'
  70. subzone2:
  71. number_of_mobs: 30
  72. mob_types:
  73. - 'Zombie'
  74. - 'Spider'
  75. subzone3:
  76. number_of_mobs: 40
  77. mob_types:
  78. - 'Zombie'
  79. - 'Skeleton'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement