Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. #############################################################
  2. # Config for BedWars #
  3. # Author: HydraDE #
  4. # If you want the source-code of the plugin, go on #
  5. # panel.deinplugin.de, create an Account and buy the source-#
  6. # code #
  7. #############################################################
  8.  
  9. #There are the variants 8x1, 4x2, 4x3, 4x4, 2x1, 4x1, 2x2, 2x4
  10. Variant: 2x1
  11.  
  12. Prefix: '&7[&bBedWars&7] &7'
  13.  
  14. #This is the character with which you write in the global chat
  15. globalChatCharacter: '@'
  16.  
  17. #There are the shopTypes VILLAGER and NPC
  18. shopType: 'VILLAGER'
  19.  
  20. #There are the shopInventories NEW and OLD
  21. shopInventory: 'NEW'
  22.  
  23. #Here can you configure the Shop inventory title
  24. shopInventoryTitle: '&6Shop'
  25.  
  26. #Here can you configure the Shopskin
  27. shopSkin: 'rewinside'
  28.  
  29. #Here can you configure the default Color of a player
  30. defaultColor: '&7'
  31.  
  32. #Here can you configure the tablist
  33. tablist: false
  34. tabHeader: '&7Du spielst auf &6&l[servername]'
  35. tabFooter: '&6Kauf dir Premium auf &7&lhttp://buy.deinserver.de'
  36.  
  37. #Here can you change the minplayers there are required to start the round
  38. minPlayers: 2
  39.  
  40. #Here can you change the lobbyCount, restartCount and the gameTime
  41. lobbyCount: 61
  42. restartCount: 11
  43. gameMinutes: 59
  44. gameSeconds: 59
  45.  
  46. #Here can you change the spawner names and ticks
  47. bronzeName: '&cBronze'
  48. bronzeTicks: 10
  49. ironName: '&7Eisen'
  50. ironTicks: 200
  51. goldName: '&6Gold'
  52. goldTicks: 600
  53.  
  54. #Here can you change if the plugin should check if are update is avaible
  55. checkUpdate: true
  56.  
  57. #Here can you change if the plugin should update the plugin if a update is out
  58. autoUpdate: true
  59.  
  60. #Here can you enable or disable if the CloudNet support is enable
  61. CloudNet: true
  62.  
  63. #Here can you configure the TimoCloud support
  64. TimoCloud: false
  65. TimoCloudLobby: 'LOBBY'
  66. TimoCloudInGame: 'INGAME'
  67. TimoCloudOffline: 'OFFLINE'
  68.  
  69. #Here can you configure the motds for the gamestates
  70. lobbyMotd: 'LOBBY'
  71. premiumMotd: 'PREMIUM'
  72. ingameMotd: 'INGAME'
  73. restartMotd: 'RESTART'
  74.  
  75. #Here can you configure and enable and disable the function, that at the start of a round the teams are listed
  76. sendTeamsMessage: true
  77. TeamsLines:
  78. - '&7----------- &6Teams &7-----------'
  79. - '&7Team &9Blau: &7[members.blue]'
  80. - '&7Team &cRot: &7[members.red]'
  81. - '&7Team &eGelb: &7[members.yellow]'
  82. - '&7Team &2Grün: &7[members.green]'
  83. - '&7Team &0Schwarz: &7[members.black]'
  84. - '&7Team &6Orange: &7[members.orange]'
  85. - '&7Team &dPink: &7[members.pink]'
  86. - '&7Team &7Grau: &7[members.gray]'
  87. - '&7----------- &6Teams &7-----------'
  88.  
  89. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the teamSelector
  90. teamSelectorInventoryName: '&cTeamWähler'
  91. teamSelectorItemName: '&cTeamWähler'
  92. teamSelectorItemSlot: 0
  93. teamSelectorType: 'BED'
  94. teamSelectorTeamEmpty: '&7> Leer <'
  95. teamSelectorTeamList: '&7> [color][playername]'
  96.  
  97. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the GoldVoting
  98. goldVotingInventoryName: '&cGold-Voting'
  99. goldVotingInventorySize: 9
  100. goldVotingItemName: '&cGold-Voting'
  101. goldVotingItemSlot: 8
  102. goldVotingType: 'CHEST'
  103. goldVotingWithGoldName: '&cMit Gold'
  104. goldVotingWithGoldSlot: 1
  105. goldVotingWithGoldType: 'GOLD_INGOT'
  106. goldVotingWithoutGoldName: '&cOhne Gold'
  107. goldVotingWithoutGoldSlot: 7
  108. goldVotingWithoutGoldType: 'BARRIER'
  109.  
  110. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the MultiMapSystem
  111. mapVotingInventoryName: '&cMapVoting'
  112. mapVotingInventorySize: 9
  113. mapVotingItemName: '&cMapVoting'
  114. mapVotingItemSlot: 4
  115. mapVotingType: 'PAPER'
  116. mapVotingItemPrefix: '&c'
  117.  
  118. #Here can you configure the Stats hologram
  119. statsHologram:
  120. - '&7--- Stats von [playername] ---'
  121. - '&7Kills: &c[kills]'
  122. - '&7Deaths: &c[deaths]'
  123. - '&7K/D: &c[kd]'
  124. - '&7Spiele: [games]'
  125. - '&7Gewonnene Spiele: &c[wingames]'
  126. - '&7Abgebaute Betten: &c[destroybeds]'
  127.  
  128. #Here can you configure the parachute datas
  129. parachuteX: 0.5
  130. parachuteY: 0.01
  131. parachuteZ: 0.5
  132.  
  133. #Here can you configure the stats. There are the statsTypes FILE or MYSQL
  134. statsType: 'MYSQL'
  135. statsHost: '127.0.0.1'
  136. statsUser: 'root'
  137. statsPassword: 'pw'
  138. statsDatabase: 'bw'
  139.  
  140. #Here can you change the deathhigh
  141. deathHigh: 0
  142.  
  143. #Here can you enable and disable different things
  144. stats: true
  145. start: true
  146. haveShopItemsPrefix: true
  147. goldVoting: true
  148. forceGold: false
  149. mapMessage: true
  150. hackwars: false
  151. multiMapSystem: true
  152. forceMap: true
  153. mapReset: true
  154. premiumJoin: true
  155. lobbyChat: true
  156. ingameChat: true
  157. lobbyTab: true
  158.  
  159. #Here can you configure the hackwars command
  160. hackwarsSound: 'ENDERDRAGON_DEATH'
  161. hackwarsTitle: '&4&lHACKWARS'
  162. hackwarsSubTitle: '&7By &4[playername]'
  163. hackwarsDisableStats: true
  164. hackwarsMissingArguments: '&7/hackwars'
  165.  
  166. #Here can you configure all Sounds(if you want no sound write NONE)
  167. bedDestroySound: 'ENDERDRAGON_DEATH'
  168. buySound: 'ITEM_PICKUP'
  169.  
  170. #Here can you configure all Types
  171. rescuePlatformType: 'STAINED_GLASS'
  172.  
  173. #Here can you configure the scoreboard
  174. LobbyScoreboard: true
  175. InGameScoreboard: true
  176. ScoreboardNoTeam: '&7Kein Team'
  177. ScoreboardSetScorePlayers: false
  178. ScoreboardLobbyName: '&3BedWars'
  179. ScoreboardInGameName: '&3BedWars &8- &3[time]'
  180. ScoreboardStatusBedExist: '&a✔'
  181. ScoreboardStatusBedDestroyed: '&c✖'
  182. ScoreboardLobbyLines:
  183. ' ': 8
  184. '&7Variant:': 7
  185. '&7> [variant]': 6
  186. ' ': 5
  187. '&7Spieler:': 4
  188. '&7> [onlineplayers]': 3
  189. ' ': 2
  190. '&7Dein Team:': 1
  191. '&7> [team]': 0
  192. ScoreboardInGameLines:
  193. ' ': 8
  194. '[status:blue] &9Blau&7: [players:blue]': 7
  195. '[status:red] &cRot&7: [players:red]': 6
  196. '[status:yellow] &eGelb&7: [players:yellow]': 5
  197. '[status:green] &2Grün&7: [players:green]': 4
  198. '[status:black] &0Schwarz&7: [players:black]': 3
  199. '[status:orange] &6Orange&7: [players:orange]': 2
  200. '[status:pink] &dPink&7: [players:pink]': 1
  201. '[status:gray] &7Grau&7: [players:gray]': 0
  202.  
  203. #Here can you configure the custom Commands. If you want no command please write a space
  204. commandOnKill: 'addkill [playername] 1'
  205. commandOnDeath: 'adddeath [playername] 1'
  206. commandOnAddGame: 'addgame [playername] 1'
  207. commandOnAddWinGame: 'addwingame [playername] 1'
  208. commandOnBedDestroy: 'addbeddestroy [playername] 1'
  209.  
  210. #Here can you configure the VIP BedWars
  211. VIPBedWars: false
  212. VIPBedWarsPermission: 'bedwars.vip'
  213. VIPBedWarsKick: '&cDiese Runde ist nur für VIPs verfügbar'
  214.  
  215. #Here can you configure the Spawner items
  216. bronzeItem: 'CLAY_BRICK'
  217. bronzeShopName: '&c&l[amount] Bronze'
  218. ironItem: 'IRON_INGOT'
  219. ironShopName: '&7&l[amount] Eisen'
  220. goldItem: 'GOLD_INGOT'
  221. goldShopName: '&6&l[amount] Gold'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement