Advertisement
Guest User

Untitled

a guest
May 24th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Config.yml
  2.  
  3. # Enable the auto-updater
  4. updater: true
  5.  
  6. # Prefix for every chat message
  7. prefix: Bedwars
  8.  
  9. # The game length in minutes
  10. game-length-minutes: 120
  11.  
  12. # Write everything in the console
  13. debug: false
  14.  
  15. # Enable the automatic villager shop
  16. villager-shop: true
  17.  
  18. # Enable the team chat
  19. team-chat: true
  20.  
  21. # Enable bungeecord
  22. bungeecord: true
  23.  
  24. # Fallback server for bungeecord
  25. fallback: HUB
  26. reward:
  27. win: 200
  28. bedbreak: 50
  29. achievement: 100
  30. sql:
  31. enable: false
  32. host: localhost
  33. user: username
  34. pass: password
  35. database: server_DB
  36. port: 3306
  37. games:
  38. Bw1:
  39. region:
  40. loc1:
  41. x: -379
  42. y: 58
  43. z: 798
  44. w: oberstzarik
  45. loc2:
  46. x: -141
  47. y: -14
  48. z: 1040
  49. w: oberstzarik
  50. teams:
  51. '9': true
  52. '4': true
  53. Aqua:
  54. bed:
  55. world: oberstzarik
  56. x: -264
  57. y: 25
  58. z: 821
  59. d: EAST
  60. world: oberstzarik
  61. x: -262.42197323611015
  62. y: 25.0
  63. z: 829.6410483938976
  64. yaw: 89.16522
  65. pitch: -2.708918
  66. spawner:
  67. '1':
  68. world: oberstzarik
  69. x: -267
  70. y: 25
  71. z: 835
  72. m: IRON_INGOT
  73. '2':
  74. world: oberstzarik
  75. x: -256
  76. y: 25
  77. z: 824
  78. m: CLAY_BRICK
  79. '3':
  80. world: oberstzarik
  81. x: -263
  82. y: 24
  83. z: 878
  84. m: IRON_INGOT
  85. Yellow:
  86. bed:
  87. world: oberstzarik
  88. x: -153
  89. y: 25
  90. z: 930
  91. d: SOUTH
  92. world: oberstzarik
  93. x: -160.54328877660546
  94. y: 25.0
  95. z: 931.4250232610937
  96. yaw: 180.5509
  97. pitch: 2.938427
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement