Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. # /////////////////////// | \\\\\\\\\\\\\\\\\\\\\\\\ #
  2.  
  3.  
  4. #######################################
  5. # //////// CONFIGURATION v1.2 \\\\\\\ #
  6. #######################################
  7.  
  8. #################
  9. ## MAP OPTIONS ##
  10. #################
  11.  
  12. # World of the game, the spawnpoint MUST BE in lobby.
  13. world: world
  14.  
  15. #############################
  16. ## Bungee & Server options ##
  17. #############################
  18.  
  19. # Activate bungeecord
  20. bungeecord: true
  21.  
  22. # Name of server
  23. scoreboard_servername: 'Server: &aTest'
  24.  
  25. # BungeeCord server to send players on kick.
  26. lobbyserver: Lobby
  27.  
  28.  
  29. ##################
  30. ## CHAT OPTIONS ##
  31. ##################
  32.  
  33. #
  34. # PermissionsEx:
  35. #
  36. # Just add #prefix# and #suffix#
  37. #
  38. # Example:
  39. # chatFormat: '#prefix#&e%player%&8#suffix#: &7%message%'
  40. #
  41. chatFormat: '#prefix#&e%player%#suffix#&8: &7%msg%'
  42. chatFormatTeam: '&lTEAM #prefix#&e%player%#suffix#&8: &7%msg%'
  43. chatFormatDead: '&7&lSPEC #prefix#&e%player%#suffix#&8: &7%msg%'
  44.  
  45. # Time in seconds before starting game.
  46. CountDownInSeconds: 15
  47.  
  48.  
  49. ##################
  50. ## GAME OPTIONS ##
  51. ##################
  52.  
  53. # Respawn delay in seconds
  54. respawndelay: 5
  55.  
  56. # Time between upgrades (in seconds)
  57. upgradestime: 360
  58.  
  59. ## Diamond Generators Spawn-Time & Amount
  60. # Tier I
  61. diamondtier1: 27
  62. diamondamount1: 1
  63. # Tier II
  64. diamondtier2: 23
  65. diamondamount2: 1
  66. # Tier III
  67. diamondtier3: 15
  68. diamondamount3: 1
  69.  
  70. ## Emerald Generators Spawn-Time
  71. # Tier I
  72. emeraldtier1: 54
  73. emeraldamount1: 1
  74. # Tier II
  75. emeraldtier2: 41
  76. emeraldamount2: 1
  77. # Tier III
  78. emeraldtier3: 30
  79. emeraldamount3: 1
  80.  
  81. # Drop items on death
  82. deathdrops: false
  83.  
  84. # Rewards on kill
  85. killdiamonds: 2
  86. killemeralds: 2
  87. killiron: 0
  88. killgold: 0
  89.  
  90. #####################
  91. ## REWARD COMMANDS ##
  92. #####################
  93.  
  94. # This commands will be executed when the game ends. %player% will be replaced with the winner/s
  95. RewardCommandsforWinners:
  96. - points give %player% 100
  97.  
  98. # This commands will be executed when a players kills someone
  99. RewardCommandsforKillers:
  100. - points give %player% 30
  101.  
  102. ##########################################
  103. # ////////// BEDWARS LANGUAGE \\\\\\\\\\ #
  104. ##########################################
  105.  
  106. scoreboard_title: '&e&lBEDWARS'
  107. scoreboard_map: 'Map: &a%map%'
  108. scoreboard_server_ip: '&ewww.exampleip.net'
  109. scoreboard_kills: 'Kills: &a%kills%'
  110. team_eliminated: '&f&lTEAM ELIMINATED > %team% Team &chas been eliminated!'
  111. protect_bed: '&4&lDefend your Bed!'
  112. cant_break_own_bed: '&cYou can`t destroy your own bed!'
  113. bed_destroyed: '&f&lBED DESTRUCTION > %team% Bed &7was destroyed by %player%&7!'
  114. destroyed_bed_title: '&7This bed was destroyed by %player%&7!'
  115. all_beds_destroyed: '&eAll beds were destroyed!'
  116. game_over: '&aGAME OVER'
  117. victory: '&aVICTORY'
  118. team_win: '%team% Team &ahas won the game!'
  119. eliminated: '&cYou have been eliminated!'
  120. respawned_chat: '&eYou have respawned!'
  121. diamond_gen: '&bDiamond Generators &ehave been upgraded to Tier &c%tier%'
  122. emerald_gen: '&aEmerald Generators &ehave been upgraded to Tier &c%tier%'
  123. gen_spawn: '&eSpawns in &c%sec% &eseconds'
  124. cant_break: '&cYou can only break blocks placed by a player!'
  125. cant_build: '&cYou can`t place blocks here!'
  126. not_enough_ores: '&cYou don`t have enough to pay!'
  127. already_upgrade: '&cYour team already bought this upgrade!'
  128. tracking: 'Tracking: %team% &f- Distance: %distance%'
  129. quick_comms: '&a&lTEAM COMMS > &7%player%&f: %message%'
  130.  
  131. #########################
  132. ## Some Titles ##
  133. #########################
  134.  
  135. # Death titles
  136. death_title: '&cYOU DIED!'
  137. respawn_subtitle: '&eYou will respawn in &c%sec% &eseconds!'
  138. respawned: '&aRESPAWNED!'
  139. your_bed_destroyed: '&cYour bed has been destroyed!'
  140.  
  141. #########################
  142. ## MySQL Stats ##
  143. #########################
  144.  
  145. # Note: You NEED to create the database first.
  146. MySQL:
  147. enabled: false
  148. ip: localhost
  149. port: 3306
  150. database: ultimatebedwars
  151. username: root
  152. password: password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement