Advertisement
Guest User

Untitled

a guest
Apr 1st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.78 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: 8x1
  11.  
  12. Prefix: '&9BedWars &8| &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: true
  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 motds for the gamestates
  64. lobbyMotd: 'LOBBY'
  65. premiumMotd: 'PREMIUM'
  66. ingameMotd: 'INGAME'
  67. restartMotd: 'RESTART'
  68.  
  69. #Here can you configure and enable and disable the function, that at the start of a round the teams are listed
  70. sendTeamsMessage: true
  71. TeamsLines:
  72. - '&7----------- &6Teams &7-----------'
  73. - '&7Team &9Blau: &7[members.blue]'
  74. - '&7Team &cRot: &7[members.red]'
  75. - '&7Team &eGelb: &7[members.yellow]'
  76. - '&7Team &2Grün: &7[members.green]'
  77. - '&7Team &0Schwarz: &7[members.black]'
  78. - '&7Team &6Orange: &7[members.orange]'
  79. - '&7Team &dPink: &7[members.pink]'
  80. - '&7Team &7Grau: &7[members.gray]'
  81. - '&7----------- &6Teams &7-----------'
  82.  
  83. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the teamSelector
  84. teamSelectorInventoryName: '&cTeamWähler'
  85. teamSelectorItemName: '&cTeamWähler'
  86. teamSelectorItemSlot: 0
  87. teamSelectorType: 'BED'
  88. teamSelectorTeamEmpty: '&7> Leer <'
  89. teamSelectorTeamList: '&7> [color][playername]'
  90.  
  91. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the GoldVoting
  92. goldVotingInventoryName: '&cGold-Voting'
  93. goldVotingInventorySize: 9
  94. goldVotingItemName: '&cGold-Voting'
  95. goldVotingItemSlot: 8
  96. goldVotingType: 'CHEST'
  97. goldVotingWithGoldName: '&cMit Gold'
  98. goldVotingWithGoldSlot: 1
  99. goldVotingWithGoldType: 'GOLD_INGOT'
  100. goldVotingWithoutGoldName: '&cOhne Gold'
  101. goldVotingWithoutGoldSlot: 7
  102. goldVotingWithoutGoldType: 'BARRIER'
  103.  
  104. #Here can you configure the inventorynames, itemnames, itemslot and itemType of the MultiMapSystem
  105. mapVotingInventoryName: '&cMapVoting'
  106. mapVotingInventorySize: 9
  107. mapVotingItemName: '&cMapVoting'
  108. mapVotingItemSlot: 4
  109. mapVotingType: 'PAPER'
  110. mapVotingItemPrefix: '&c'
  111.  
  112. #Here can you configure the Stats hologram
  113. statsHologram:
  114. - '&7--- Stats von [playername] ---'
  115. - '&7Kills: &c[kills]'
  116. - '&7Deaths: &c[deaths]'
  117. - '&7K/D: &c[kd]'
  118. - '&7Spiele: [games]'
  119. - '&7Gewonnene Spiele: &c[wingames]'
  120. - '&7Abgebaute Betten: &c[destroybeds]'
  121.  
  122. #Here can you configure the parachute datas
  123. parachuteX: 0.5
  124. parachuteY: 0.01
  125. parachuteZ: 0.5
  126.  
  127. #Here can you configure the stats. There are the statsTypes FILE or MYSQL
  128. statsType: 'FILE'
  129. statsHost: 'HOST'
  130. statsUser: 'USER'
  131. statsPassword: 'PASSWORD'
  132. statsDatabase: 'DATABASE'
  133.  
  134. #Here can you change the deathhigh
  135. deathHigh: 0
  136.  
  137. #Here can you enable and disable different things
  138. stats: true
  139. start: true
  140. haveShopItemsPrefix: true
  141. goldVoting: false
  142. forceGold: false
  143. mapMessage: true
  144. hackwars: false
  145. multiMapSystem: false
  146. forceMap: true
  147. mapReset: true
  148. premiumJoin: true
  149. lobbyChat: true
  150. ingameChat: true
  151. lobbyTab: true
  152.  
  153. #Here can you configure the hackwars command
  154. hackwarsSound: 'ENDERDRAGON_DEATH'
  155. hackwarsTitle: '&4&lHACKWARS'
  156. hackwarsSubTitle: '&7By &4[playername]'
  157. hackwarsDisableStats: true
  158. hackwarsMissingArguments: '&7/hackwars'
  159.  
  160. #Here can you configure all Sounds(if you want no sound write NONE)
  161. bedDestroySound: 'ENDERDRAGON_DEATH'
  162. buySound: 'ITEM_PICKUP'
  163.  
  164. #Here can you configure all Types
  165. rescuePlatformType: 'STAINED_GLASS'
  166.  
  167. #Here can you configure the scoreboard
  168. LobbyScoreboard: true
  169. InGameScoreboard: true
  170. ScoreboardNoTeam: '&7Kein Team'
  171. ScoreboardSetScorePlayers: false
  172. ScoreboardLobbyName: '&3BedWars &8- &3DeinServer.de'
  173. ScoreboardInGameName: '&3BedWars &8- &3[time]'
  174. ScoreboardStatusBedExist: '&a✔'
  175. ScoreboardStatusBedDestroyed: '&c✖'
  176. ScoreboardLobbyLines:
  177. ' ': 8
  178. '&7Variant:': 7
  179. '&7> [variant]': 6
  180. ' ': 5
  181. '&7Spieler:': 4
  182. '&7> [onlineplayers]': 3
  183. ' ': 2
  184. '&7Dein Team:': 1
  185. '&7> [team]': 0
  186. ScoreboardInGameLines:
  187. ' ': 8
  188. '[status:blue] &9Blau&7: [players:blue]': 7
  189. '[status:red] &cRot&7: [players:red]': 6
  190. '[status:yellow] &eGelb&7: [players:yellow]': 5
  191. '[status:green] &2Grün&7: [players:green]': 4
  192. '[status:black] &0Schwarz&7: [players:black]': 3
  193. '[status:orange] &6Orange&7: [players:orange]': 2
  194. '[status:pink] &dPink&7: [players:pink]': 1
  195. '[status:gray] &7Grau&7: [players:gray]': 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement