Advertisement
Guest User

config.yml

a guest
Jan 1st, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. # ###############################
  2. # ####### BEDWARS CONFIG ########
  3. # ##### CREATED BY YANNICI ######
  4. # ###############################
  5. # ###### EXPLANATION ABOUT ######
  6. # ##### EVERY CONFIGURATION #####
  7. # ### YOU CAN FIND ON GITHUB ####
  8. # ############ WIKI #############
  9. # ###############################
  10. #
  11. # # TYPE HELP # #
  12. # int: number (not decimal)
  13. # string: a normal text (in most cases you can use colorcodes with a beginning ยง)
  14. # boolean: true or false (IMPORTANT: true OR false ONLY)
  15. # list<?>: a list of type ? (? is the type of the list items)
  16. # byte: a int but limited between -128 ... 127
  17. # short: a int but limited between -32768 ... 32767
  18. # char: one character
  19.  
  20. chat-prefix: '&7[&cBedWars&7]&f'
  21. plugin-metrics: true
  22. send-error-data: true
  23. global-messages: true
  24. global-autobalance: false
  25. global-chat-after-end: true
  26. gamelength: 60
  27. allow-crafting: false
  28. overwrite-names: false
  29. lobby-gamemode: 2
  30. holographic-stats:
  31. show-prefix: true
  32. name-color: '&7'
  33. value-color: '&e'
  34. head-line: Le tue statistiche
  35. teamname-on-tab: false
  36. teamname-in-chat: true
  37. hearts-on-death: true
  38. die-on-void: false
  39. lobbytime: 60
  40. lobby-chatformat: '&f&lUtente $player$: $msg$'
  41. ingame-chatformat-all: '&f&lUtente [$all$] <$team$>$player$: $msg$'
  42. ingame-chatformat: '&f&lUtente <$team$>$player$: $msg$'
  43. game-block: BED_BLOCK
  44. store-game-records: true
  45. store-game-records-holder: true
  46. bed-sound: ENDERDRAGON_GROWL
  47. player-drops: true
  48. keep-inventory-on-death: false
  49. place-in-liquid: true
  50. breakable-blocks:
  51. use-as-blacklist: false
  52. list:
  53. - none
  54. jointeam-entity:
  55. show-name: true
  56. lobby-scoreboard:
  57. enabled: true
  58. title: '&eBEDWARS'
  59. content:
  60. - ' '
  61. - '&fMappa: &2$regionname$'
  62. - '&fPlayers: &2$players$&f/&2$maxplayers$'
  63. - ' '
  64. - '&fAttendendo...'
  65. - ' '
  66. - 'mc.mineblock.it'
  67. scoreboard:
  68. format-bed-destroyed: '&c$status$ $team$'
  69. format-bed-alive: '&a$status$ $team$'
  70. format-title: '&e$region$&f - $time$'
  71. titles:
  72. win:
  73. enabled: true
  74. title-fade-in: 1.5
  75. title-stay: 5.0
  76. title-fade-out: 2.0
  77. subtitle-fade-in: 1.5
  78. subtitle-stay: 5.0
  79. subtitle-fade-out: 2.0
  80. map:
  81. enabled: false
  82. title-fade-in: 1.5
  83. title-stay: 2.0
  84. title-fade-out: 1.5
  85. subtitle-fade-in: 1.5
  86. subtitle-stay: 2.0
  87. subtitle-fade-out: 1.5
  88. countdown:
  89. enabled: true
  90. format: '&3{countdown}'
  91. explodes:
  92. destroy-worldblocks: false
  93. destroy-beds: false
  94. drop-blocking: false
  95. friendlyfire: false
  96. friendlybreak: true
  97. gameoverdelay: 10
  98. use-internal-shop: true
  99. save-inventory: true
  100. show-team-in-actionbar: false
  101. chat-to-all-prefix:
  102. - '@'
  103. - '@a'
  104. - '@all'
  105. seperate-game-chat: true
  106. seperate-spectator-chat: false
  107. statistics:
  108. enabled: true
  109. show-on-game-end: true
  110. storage: database
  111. bed-destroyed-kills: true
  112. scores:
  113. kill: 1
  114. die: -1
  115. win: 5
  116. bed-destroy: 2
  117. lose: -1
  118. record: 3
  119. player-leave-kills: false
  120. database:
  121. host: 10.0.0.10
  122. port: 3306
  123. db: mineblock
  124. user: mineblock
  125. password: BlockMine
  126. connection-pooling:
  127. min-pool-size: 3
  128. max-pool-size: 50
  129. spectation-enabled: true
  130. respawn-protection: 0
  131. allowed-commands:
  132. - /help
  133. endgame:
  134. mainlobby-enabled: false
  135. all-players-to-mainlobby: false
  136. bungeecord:
  137. enabled: true
  138. hubserver: hub
  139. endgame-in-lobby: true
  140. full-restart: true
  141. spigot-restart: true
  142. motds:
  143. lobby: |
  144. $regionname$
  145. &a[&b$currentplayers$&7/&b$maxplayers$&7]
  146. running: |
  147. $regionname$
  148. &c[&b$currentplayers$&7/&b$maxplayers$&7]
  149. stopped: |
  150. $regionname$
  151. &f[Stopped]
  152. full: |
  153. $regionname$
  154. &9[&b$currentplayers$&7/&b$maxplayers$&7]
  155. locale: en_US
  156. ressource:
  157. bronze:
  158. item: CLAY_BRICK
  159. spawn-interval: 1000
  160. amount: 1
  161. spread: 1.0
  162. name: '&cBronzo'
  163. iron:
  164. item: IRON_INGOT
  165. spawn-interval: 10000
  166. amount: 1
  167. spread: 1.0
  168. name: '&7Ferro'
  169. gold:
  170. item: GOLD_INGOT
  171. spawn-interval: 20000
  172. amount: 1
  173. spread: 1.0
  174. name: '&6Oro'
  175. check-updates: true
  176. update-infos: true
  177. rewards:
  178. enabled: false
  179. player-win:
  180. - /example {player} 200
  181. player-end-game:
  182. - /example {player} {score}
  183. player-destroy-bed:
  184. - /example {player} {score}
  185. player-kill:
  186. - /example {player} 10
  187. specials:
  188. rescue-platform:
  189. break-time: 10
  190. using-wait-time: 20
  191. item: BLAZE_ROD
  192. can-break: false
  193. block: STAINED_GLASS
  194. protection-wall:
  195. break-time: 0
  196. wait-time: 20
  197. can-break: true
  198. item: BRICK
  199. block: SANDSTONE
  200. width: 5
  201. height: 3
  202. distance: 2
  203. magnetshoe:
  204. probability: 75
  205. boots: IRON_BOOTS
  206. warp-powder:
  207. show-particles: true
  208. particle: fireworksSpark
  209. teleport-time: 6
  210. trap:
  211. play-sound: true
  212. effects:
  213. - ==: PotionEffect
  214. effect: 15
  215. duration: 100
  216. amplifier: 2
  217. ambient: true
  218. has-particles: true
  219. - ==: PotionEffect
  220. effect: 18
  221. duration: 100
  222. amplifier: 2
  223. ambient: true
  224. has-particles: true
  225. - ==: PotionEffect
  226. effect: 2
  227. duration: 100
  228. amplifier: 2
  229. ambient: true
  230. has-particles: true
  231. tntsheep:
  232. fuse-time: 8.0
  233. speed: 0.4
  234. explosion-factor: 1.0
  235. arrow-blocker:
  236. protection-time: 10
  237. using-wait-time: 5
  238. item: ender_eye
  239. sign:
  240. first-line: $title$
  241. second-line: $regionname$
  242. third-line: Players &7[&b$currentplayers$&7/&b$maxplayers$&7]
  243. fourth-line: $status$
  244. player-settings:
  245. one-stack-on-shift: false
  246. old-shop-as-default: false
  247. lobbytime-full: 15
  248. hearts-in-halfs: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement