Advertisement
Guest User

Untitled

a guest
May 15th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 KB | None | 0 0
  1. PREFIX:
  2. PREFIX: '&6The Bridge &8» &7'
  3. PARTY: '&3Party &8» &7'
  4.  
  5. TIMERS:
  6. waiting-time: 30
  7. full-waiting-time: 10
  8. win-lenght: 10
  9.  
  10. REWARDS:
  11. coins-per-kill: 5
  12. coins-per-win: 20
  13.  
  14. BUNGEECORD:
  15. enabled: false
  16. fallback-server: lobby
  17.  
  18. MYSQL:
  19. enabled: false
  20. host: localhost
  21. port: 3306
  22. username: root
  23. password: test
  24. database: mysql
  25. tablename: LeafBridge_STATS
  26. use_ssl: false
  27.  
  28. CHAT:
  29. in-lobby: '&8&l[&e{coins}&8&l] &7{player} &8&l» &7{message}'
  30. in-game: '&8&l[&e{team}&8&l] &7{player} &8&l» &7{message}'
  31. in-waiting-lobby: '&7{player} &8&l» &7{message}'
  32. spectator-chat: '&cSpectator &c» &7{player} &8&l» &7{message}'
  33. party-chat-symbol: '@'
  34. party-chat-format: '&3Party &8»&7 &a{player} &8&l»&7 {message}'
  35.  
  36. COMMANDS:
  37. only-in-game-commands: true
  38. in-game-commands:
  39. - bridge
  40. - hub
  41. - lobby
  42. - msg
  43. - tell
  44. - w
  45. - tp
  46. - list
  47. - stafflist
  48. - report
  49. kill-command:
  50. - mysterydust add {killer} 3 msg=false
  51. win-command:
  52. - mysterydust add {player} 50 msg=false
  53.  
  54. NAME-TAGS:
  55. use-lobby-tags: true
  56. main-lobby: '&7'
  57. waiting-lobby: '&7'
  58.  
  59. TEAMS:
  60. NAME:
  61. blue: '&1Blue'
  62. red: '&cRed'
  63. yellow: '&eYellow'
  64. green: '&aGreen'
  65. TAG:
  66. blue: '&1B &7'
  67. red: '&cR &7'
  68. yellow: '&eY &7'
  69. green: '&aG &7'
  70. COLOR:
  71. blue: '&1'
  72. red: '&c'
  73. yellow: '&e'
  74. green: '&a'
  75.  
  76. GAME-STATUS:
  77. WAITING: '&a&lLOBBY'
  78. IN-GAME: '&a&lIN-GAME'
  79. STARTING: '&a&lSTARTING'
  80. RESTARTING: '&c&lENDING'
  81.  
  82. # Counted in ticks, 20 ticks = 1 second
  83. TITLES:
  84. join-lobby:
  85. title: '&8&l» &e&l&nTHE BRIDGE &8&l«'
  86. subtitle: '&7Welcome'
  87. duration: 20
  88. fadein: 20
  89. fadeout: 20
  90. eliminated:
  91. title: ''
  92. subtitle: '&cYou are eliminated!'
  93. duration: 20
  94. fadein: 20
  95. fadeout: 20
  96. win:
  97. title: '{team} WINS!'
  98. subtitle: '&1&l{blue-goals} &7- &c&l{red-goals}'
  99. duration: 20
  100. fadein: 20
  101. fadeout: 20
  102. starting:
  103. title: '&6&l{seconds}'
  104. subtitle: ''
  105. duration: 20
  106. fadein: 0
  107. fadeout: 0
  108. start:
  109. title: ''
  110. subtitle: '&aFight'
  111. duration: 20
  112. fadein: 20
  113. fadeout: 20
  114. score-doubles:
  115. title: '{player} scored!'
  116. subtitle: '&7Cages open in &a&l{seconds}s...'
  117. duration: 20
  118. fadein: 0
  119. fadeout: 0
  120. score-quadruples:
  121. title: '{player} &7scored on {lose-team}&7!'
  122. subtitle: '{player-team} &7stole &c1❤ &7from {lose-team}&7!'
  123. duration: 20
  124. fadein: 20
  125. fadeout: 20
  126. player-invite:
  127. title: '&8&l» &eINVITE A PLAYER TO YOUR PARTY &8&l«'
  128. subtitle: '&7&nTYPE THE NAME IN CHAT!'
  129. duration: 20
  130. fadein: 20
  131. fadeout: 20
  132.  
  133. SOUNDS:
  134. KILL:
  135. Sound: BLOCK_NOTE_HAT
  136. Volume: 1.0
  137. Pitch: 1.0
  138. JOIN-ARENA:
  139. Sound: ENTITY_PLAYER_LEVELUP
  140. Volume: 1.0
  141. Pitch: 1.0
  142. STARTING-ARENA:
  143. Sound: ENTITY_PLAYER_LEVELUP
  144. Volume: 1.0
  145. Pitch: 1.0
  146. FORCED-START:
  147. Sound: ENTITY_PLAYER_LEVELUP
  148. Volume: 1.0
  149. Pitch: 1.0
  150. NOT-ENOUGHT-PLAYERS:
  151. Sound: BLOCK_ANVIL_BREAK
  152. Volume: 1.0
  153. Pitch: 1.0
  154. RECEIVE-ARROW:
  155. Sound: BLOCK_NOTE_HAT
  156. Volume: 1.0
  157. Pitch: 1.0
  158.  
  159. SIGNS:
  160. ARENAS:
  161. SIGN-LINE-1: '&8[&6BRIDGE&8]'
  162. SIGN-LINE-2: '{status}'
  163. SIGN-LINE-3: '{arena}'
  164. SIGN-LINE-4: '&8({playing}/{max})'
  165. AUTOJOIN: '&c&lPlay'
  166. TOP:
  167. SIGN-LINE-1: '&6&lBRIDGE &7&l➜ &a&lTOP'
  168. SIGN-LINE-2: '&7&l➜ &a&lTOP &b{TOP}'
  169. SIGN-LINE-3: '{player}'
  170. SIGN-LINE-4: '&8#{place} &3{value}'
  171.  
  172. ITEMS:
  173. TELEPORTER:
  174. name: '&8&l» &aPlay teleporter &7(Right Click)'
  175. item: compass
  176. slot: 0
  177. lore:
  178. - ''
  179. SPECTATOR-SETTINGS:
  180. name: '&8&l» &bSpectator Settings &7(Right Click)'
  181. item: redstone comparator item
  182. slot: 4
  183. lore:
  184. - ''
  185. LEAVE:
  186. name: '&8&l» &6Leave the game'
  187. item: magma cream
  188. slot: 8
  189. lore:
  190. - ''
  191. TEAM-SELECTOR:
  192. name: '&8&l» &6Team Selector &7(Right Click)'
  193. item: chest
  194. slot: 0
  195. lore:
  196. - ''
  197. JOIN-ARENAS:
  198. name: '&8&l» &3Play &7(Right Click)'
  199. item: diamond axe
  200. slot: 0
  201. lore:
  202. - ''
  203. PROFILE:
  204. name: '&8&l» &3Profile &7(Right Click)'
  205. item: custom player head
  206. Id: 167f6ca4-7ee1-4990-b5c8-27a25eb65de6
  207. Value: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGY1YjQwOTQxN2ZmMmU3NzdkNWU4M2NlY2QyODU2ZDJjY2M2OGRmZmRlZjk0MDE1NGU5NDVhY2U2ZDljY2MifX19
  208. slot: 4
  209. lore:
  210. - ''
  211. SHOP:
  212. name: '&8&l» &3Shop &7(Right Click)'
  213. item: anvil
  214. slot: 1
  215. lore:
  216. - ''
  217. HOTBAR-EDITOR:
  218. name: '&8&l» &aLayout Editor &7(Right Click)'
  219. item: item frame
  220. slot: 6
  221. lore:
  222. - ''
  223. TOP:
  224. name: '&8&l» &3Leaderboards &7(Right Click)'
  225. item: head
  226. slot: 7
  227. lore:
  228. - ''
  229. LOBBY-LEAVE:
  230. name: '&8&l» &6Leave the lobby &7(Right Click)'
  231. item: magma cream
  232. slot: 8
  233. lore:
  234. - ''
  235. CUSTOM-ITEM:
  236. name: '&8&l» &7EXAMPLE'
  237. item: air
  238. slot: 9
  239. lore:
  240. - ''
  241. COMMAND: example command
  242.  
  243. # TYPES: 'SKULLS' AND 'STANDS'
  244. LEADERBOARDS:
  245. TYPE: SKULLS
  246. SMALL-ARMOR-STAND: true
  247. EMPTY-PLACE-REPLACE: Loading...
  248.  
  249. # START-HEARTS - Number of start hearts in quadruples(XvXvXvX) mode.
  250. # MAXIMUM AMOUNT FOR PARTY SIZE IS 28.
  251. MIX:
  252. MAX-PARTY-SIZE: 28
  253. START-HEARTS: 2
  254. PER-ARENA-TABLIST: true
  255.  
  256. Config-Version: 0.6.6-B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement