Guest User

Untitled

a guest
Jun 10th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1. #StrikePractice Config by Toppe5
  2. #Version: 0.1
  3. #MC version: should work with all 1.7-1.8 (supports 1.7-1.11 but 1.9-1.11 haven't tested much)
  4.  
  5. ##
  6. ##Please report all bugs!
  7. ##Skype: TheToppe
  8. ##
  9.  
  10. #Sorry for my grammar mistakes, not my first language :P
  11.  
  12. #the prefix in most of the messages
  13. prefix: '&7[&aStrikePractice&7] '
  14. #the radius that system will use when it selects locations around the centre in team ffa
  15. circle-radius: 10
  16. #in seconds
  17. #after how many seconds will the player be teleported back to lobby after a fight?
  18. wait-before-teleport: 3
  19. wait-before-spectator: 0
  20. spectator-teleporter-distance: 150
  21. #Disabling may affect performance in a good manner
  22. spectator-stay-away: true
  23. #Increase if you have many players and lag
  24. spectator-timer-period: 10
  25. separate-queues: true
  26. queue-cooldown: false
  27. queue-cooldown-time: 10
  28. elo-queue-cooldown: false
  29. elo-queue-cooldown-time: 20
  30. #this will fix the bug caused by some plugins (citizens for example)
  31. #simply just limits the delay between taking damage (default 500 ms)
  32. #the check is ignored if the entity/player has a combo kit
  33. limit-default-hit-delay: true
  34. #will stack the 'arenas-world' for x times if there are arenas
  35. #if set to 2, 'arenas-world' will be stacked 2 times (total of 3 arenas worlds)
  36. #playbacks are also available on these arenas even if it wasn't the original arena
  37. autostack-arenas-on-enable: 2
  38. make-arenas-automatically: false
  39. arenas-world: Arenas
  40. #set 1 for no modification
  41. combo-kb-modifier: 0.3
  42. player-kits-auto-save-period: 900
  43. player-stats-auto-save-period: 600
  44. inventory-message-your: '&6Your team: '
  45. inventory-message-opponent: '&6Opponent team: '
  46. bot-attack-range: 5.4
  47. bot-name: 'BOT_<player>'
  48. tab-list:
  49. enabled: true
  50. update-time: 100
  51. async-update: false
  52. slots:
  53. - '&a&lStrikePractice'
  54. - '&a&lStrikePractice'
  55. - '&a&lStrikePractice'
  56. - '&7&m----------------'
  57. - '&7&m----------------'
  58. - '&7&m----------------'
  59. - ''
  60. - ''
  61. - ''
  62. - '&6&l&nELO'
  63. - '&6&l&nStats'
  64. - '&6&l&nInfo'
  65. - ''
  66. - ''
  67. - ''
  68. - '&6&lBuildUHC: &e<elo_builduhcelo>'
  69. - '&6&lKills: &e<kills>'
  70. - '&6&lTime: &e<time>'
  71. - '&6&lPotion: &e<elo_potionelo>'
  72. - '&6&lDeaths: &e<deaths>'
  73. - '&6&lPing: &e<ping>'
  74. - '&6&lGapple: &e<elo_gappleelo>'
  75. - '&6&lBrackets: &e<brackets_wins>'
  76. - '&6&lStaff Online: &e<online_staff>'
  77. - '&6&lSoup: &e<elo_soupelo>'
  78. - '&6&lLMS Wins: &e<lms_wins>'
  79. - '&6&lOnline: &e<players>'
  80. - ''
  81. - ''
  82. - ''
  83. - ''
  84. - ''
  85. - ''
  86. - ''
  87. - ''
  88. - ''
  89. - ''
  90. - ''
  91. - ''
  92. - ''
  93. - ''
  94. - ''
  95. - ''
  96. - ''
  97. - ''
  98. - ''
  99. - ''
  100. - ''
  101. - ''
  102. - ''
  103. - ''
  104. - ''
  105. - ''
  106. - ''
  107. - ''
  108. - ''
  109. - ''
  110. - ''
  111. - ''
  112. - ''
  113. scoreboard:
  114. enabled: true
  115. update-time: 20
  116. teleport-update: true
  117. async-update: false
  118. title: '&a&lStrikePractice'
  119. default:
  120. - '&8&m------------------------'
  121. - ''
  122. - '&6Server Time: &e<time>'
  123. - '&6Next Event (&e<next_event_name>&6): &e<next_event_time>'
  124. duel:
  125. - '&8&m------------------------'
  126. - '&61v1 (&e<kit>&6)'
  127. - '&6Opponent: &e<opponent>'
  128. - '&6Fight duration: &e<duration>'
  129. party-ffa:
  130. - '&8&m------------------------'
  131. - '&6Party FFA'
  132. - '&6Players Left: &e<own_team_left>&6/&e<party_members>'
  133. - '&6Fight duration: &e<duration>'
  134. party-split:
  135. - '&8&m------------------------'
  136. - '&6Party Split'
  137. - '&6Your Team Left: &e<own_team_left>&6/&e<own_team_members>'
  138. - '&6Enemy Team Left: &e<enemy_team_left>&6/&e<enemy_team_members>'
  139. - '&6Fight duration: &e<duration>'
  140. party-vs-party:
  141. - '&8&m------------------------'
  142. - '&6Party Vs Party'
  143. - '&6Enemy Team: &e<enemy_team_owner>&6''s Party'
  144. - '&6Your Team Left: &e<own_team_left>&6/&e<own_team_members>'
  145. - '&6Enemy Team Left: &e<enemy_team_left>&6/&e<enemy_team_members>'
  146. - '&6Fight duration: &e<duration>'
  147. brackets:
  148. - '&8&m------------------------'
  149. - '&6Brackets'
  150. - '&6Fight: &e<current_fight_player1> &6vs &e<current_fight_player1>'
  151. - '&6Event Duration: &e<total_duration>'
  152. juggernaut:
  153. - '&8&m------------------------'
  154. - '&6Juggernaut: &e<juggernaut>'
  155. - '&6Event Duration: &e<total_duration>'
  156. lms:
  157. - '&8&m------------------------'
  158. - '&6Last Man Standing'
  159. - '&6Players Left: &e<alive>&6/&e<lms_players>'
  160. - '&6Event Duration: &e<total_duration>'
  161. koth:
  162. - '&8&m------------------------'
  163. - '&9King of The Hill'
  164. - '&6Capper: &e<capper> &6(&e<capper_team>&6)'
  165. - '&6Timer: &e<timer>'
  166. - '&6Event Duration: &e<total_duration>'
  167. queue:
  168. - '&8&m------------------------'
  169. - '&6Queue: &e<kit>'
  170. - '&6Elo range: &e<search_range1>&6-&e<search_range2>'
  171. - '&6Currently fighting: &e<in_fight>'
  172. - '&6In queue: &e<in_queue>'
  173. party-addition:
  174. - '&6Party Members: &e<party_members>'
  175. enderpearl-cooldown-addition:
  176. - '&6Pearl Cooldown: &e<enderpearl_cooldown>'
  177. economy:
  178. enabled: false
  179. kill-give: false
  180. kill-amount: 10
  181. death-withdraw: false
  182. withdraw-amount: 5
  183. cache-messages: true
  184. allow-spectating: true
  185. enable-colored-names: true
  186. #if false arenas-world must contain arenas and make-arenas-automatically must be true
  187. rollback-arenas: true
  188. join-lobby-teleport: true
  189. disable-grass-spread: true
  190. disable-crafting-in-fight: true
  191. anti-rain: true
  192. anti-lava-generator: false
  193. disable-building-without-build-kit: true
  194. prevent-item-dropping: false
  195. enderpearl-cooldown:
  196. enabled: true
  197. #Cooldown in seconds
  198. cooldown: 10
  199. #The format for cooldown
  200. format: '0'
  201. #How often the name will be updated
  202. #in ticks
  203. interval: 2
  204. #The name of the held enderpearl when the player is on cooldown
  205. #Use <time> for the time left
  206. pearl-name: '&bCooldown: &c<time> seconds'
  207. #Cooldown message
  208. cooldown-message: '&3You must wait &c<time> &3seconds before using that again!'
  209. #MySQL
  210. database:
  211. #do you want to use mysql or put stats to the same yml file as custom kits?
  212. #I haven't tested mysql at all so I hope it works :)
  213. mysql: false
  214. host: localhost
  215. port: 3306
  216. user: root
  217. password: toppe5isbest
  218. name: StrikePractice
  219. #allow clickable messages
  220. #party join, fight inventories and duel accepts
  221. clickable-messages: true
  222. #the message that will be clickable
  223. clickable-message: '&c[&eOr Click Here&c]'
  224. #if only elo fights should be saved
  225. save-elo-fights: false
  226. #if all fights (including elo) should be saved
  227. save-all-fights: false
  228. #in seconds
  229. max-recording-time: 300
  230. record-all-fights: true
  231. record-elo-fights: true
  232. #days
  233. remove-record-after: 7.0
  234. date-format: 'dd/MM HH:mm:ss'
  235. current-time-format: 'HH:mm'
  236. server-time-increase: 0
  237. ranked:
  238. elo-range-time: 5
  239. elo-range-increase: 50
  240. anyone-after: 60
  241. match:
  242. block-all-commands: false
  243. blocked-commands:
  244. - /kit
  245. - /essentials:kit
  246. - /exampleblockedcommand
  247. - /examplepluginname:exampleblockedcommand
  248. spectator-block-all-commands: false
  249. spectator-blocked-commands:
  250. - /kit
  251. - /essentials:kit
  252. - /examplepluginname:exampleblockedcommand
  253. default-language: english
  254. #seconds
  255. countdown-time: 4
  256. fight-inventory-message: '&6<name>,'
  257. party-settings-title: '&6Party Settings'
  258. max-party-members: 10
  259. playback-gui-title: '&bYour recent matches'
  260. #duel kit selector title
  261. #Every title must be different!
  262. inventory-title: '&bSelect Kit'
  263. #Every title must be different!
  264. queue-inventory-title: '&3Queue Kit'
  265. #name of the item you use to quit queue
  266. quit-item-name: '&4Leave current queue.'
  267. kit-editor-in-kit-selector: false
  268. kit-selector-editor-name: '&3Custom Kit Editor'
  269. kit-selector-editor-material: BOOK
  270. kit-editor-title: '&3Edit Kits'
  271. kit-editor-anvil: false
  272. kit-editor-save-sing-line-1: '[Save Kit]'
  273. kit-editor-leave-line-1: '[Leave Editor]'
  274. kit-editor-reset-kit-line-1: '[Reset Kit]'
  275. #In seconds
  276. #How long time should items be on the ground when dropped
  277. #will only affect deaths and drop events that happen in matches and pvp events
  278. remove-drops: 3
  279. automatic-max-rollback-rate: true
  280. max-block-changes-per-tick-per-arena: 10
  281. max-block-checks-per-tick-per-arena: 200
  282. max-block-changes-per-tick-brackets-arena: 25
  283. max-block-checks-per-tick-brackets-arena: 1000
  284. in-queue: '&3In queue: <players>'
  285. in-match: '&3In fight: <players>'
  286. duel-inventory: true
  287. duel-inventory-title: '&3Duel Help'
  288. duel-inventory-duel: '&3Duel a Player'
  289. duel-inventory-pending: '&3Pending Duel Requests'
  290. duel-inventory-toggle-disabled: '&3Toggle Duel Requests (disabled)'
  291. duel-inventory-toggle-enabled: '&3Toggle Duel Requests (enabled)'
  292. fight-inventory:
  293. item-start-slot: 1
  294. helmet-slot: 37
  295. chestplate-slot: 38
  296. leggings-slot: 39
  297. boots-slot: 40
  298. food-slot: 43
  299. health-slot: 41
  300. pots-slot: 42
  301. name-slot: 44
  302. food: '&6Food: <food>/20'
  303. health: '&6Health: <health>/20'
  304. dead: '&cDead'
  305. pots: '&3Type - Amplifier - Duration'
  306. effect: '&b<type> - <amplifier> - <duration> minutes'
  307. inventory: '&4Fight Inventory'
  308. name: '&6<name>''s inventory'
  309. starting-elo: 1000
  310. show-stats:
  311. deaths: true
  312. kills: true
  313. elo: true
  314. party-wins: true
  315. lms: true
  316. brackets: true
  317. party:
  318. in-match-party: '&8<name>''s party (in a fight)'
  319. not-in-match-party: '&3<name>''s party (not in a fight)'
  320. your-party: '&6Your party'
  321. inventory-title: '&3Party Fights'
  322. ffa-item: DIAMOND
  323. ffa-item-name: '&bParty FFA'
  324. ffa-item-lore:
  325. - '&8Fight against other players in your party'
  326. split-item: DIAMOND_SWORD
  327. split-item-name: '&bSplit Party'
  328. split-item-lore:
  329. - '&8Splits your party in two teams'
  330. - '&8Fight against other players in your party'
  331. #party chat format
  332. #<player> = player's name
  333. #<meesage> = the message
  334. chat-format: '&5<player>: &b<message>'
  335. create:
  336. costs: false
  337. amount: 20
  338. #just to make it less spammy
  339. #cooldown between duel invites
  340. #in milli seconds
  341. request-cooldown: 5000
  342. #cooldown between party invites
  343. #in milli seconds
  344. party-invite-cooldown: 3000
  345. team1-prefix: '&9'
  346. team2-prefix: '&6'
  347. back-button-name: '&cBack'
  348. preview-party-kit: '&6Click here to preview the custom kit'
  349. public-party-broadcast-time: 8
  350. language:
  351. title: '&3Select your language'
  352. your-language-item: WOOL
  353. your-language: '&b&lYour language: <language>'
  354. inv-size: 18
  355. preview:
  356. shift-click-preview: true
  357. select-kit-title: '&9Select Kit To Preview'
  358. title: '&9Kit Preview'
  359. pots: '&cEffects:'
  360. potions: '&b<type> - <amplifier> - <duration> minutes'
  361. elo-item: GOLD_INGOT
  362. elo-name: '&cELO: <value>'
  363. custom-kit:
  364. enabled: true
  365. default-name: '&9Custom Kit'
  366. icon-material: DIAMOND_SWORD
  367. premade: 'premadecustomkit'
  368. second-line: 'STAINED_GLASS_PANE:2'
  369. main-title: '&4Custom Kit'
  370. new-name: '&6New name: &r<name>'
  371. custom-kit-name: '&4Custom Kit Icon'
  372. helmets: '&4Custom Kit Helmets'
  373. chestplates: '&4Custom Kit Chestplates'
  374. leggings: '&4Custom Kit Leggings'
  375. boots: '&4Custom Kit Boots'
  376. item: '&4Custom Kit Item: '
  377. air: '&6Air'
  378. horse: '&cHorse: <value>'
  379. combo: '&cCombo: <value>'
  380. bow: '&cBow: <value>'
  381. build: '&cBuild: <value>'
  382. horse-item: GOLD_BARDING
  383. combo-item: CLAY
  384. bow-item: BOW
  385. build-item: DIAMOND_PICKAXE
  386. use-custom-items: false
  387. replaces-kits:
  388. - thisKitWillBeReplacedWithThePlayersCustomKit
  389. items:
  390. - ==: org.bukkit.inventory.ItemStack
  391. type: DIRT
  392. sign-stats:
  393. line-1: '&3[&4Stats&3]'
  394. line-2: '&4Click me!'
  395. player-line: '&5<player>'
  396. brackets-line: '&5Brackets Wins'
  397. kills-line: '&5Kills'
  398. deaths-line: '&5Deaths'
  399. lms-line: '&5LMS Wins'
  400. party-wins-line: '&5Party Wins'
  401. elo-line: '&5<kit> Elo'
  402. value: '&3<value>'
  403. automatic-events:
  404. broadcast:
  405. delay: 10
  406. times: 5
  407. lms: '&cLMS event is starting soon! Type /lms join!'
  408. brackets: '&cBrackets event is starting soon! Type /brackets join!'
  409. juggernaut: '&cJuggernaut event is starting soon! Type /juggernaut join!'
  410. koth: '&cKoth event is starting soon! Type /koth join!'
  411. juggernaut-kit: juggernaut
  412. juggernaut-player-kit: pvp
  413. koth-kit: pvp
  414. lms-kit: pvp
  415. brackets-kit: pvp
  416. times:
  417. - '15:30:lms'
  418. brackets:
  419. winner-cmd: eco give <player> 100
  420. auto-start: 15
  421. auto-start-after-seconds: 10
  422. koth:
  423. arena: optionalKothArena
  424. anytime-join: true
  425. team1: '&9&lTeam Blue'
  426. team2: '&c&lTeam Red'
  427. timer: 300
Add Comment
Please, Sign In to add comment