Advertisement
Guest User

Untitled

a guest
Apr 27th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.96 KB | None | 0 0
  1. # DO NOT EDIT THIS VALUE!
  2. config-version: 8
  3.  
  4. # If set to 'true', a notification and a download link will be printed on the console whenever an update is available.
  5. # default: true
  6. check-for-updates: true
  7.  
  8.  
  9. # NOTE: The following options will only activate if the message '[Duels] Hooked into <plugin name>!' is displayed on console.
  10. # If the plugin in the following list is enabled on your server but Duels fails to hook into them,
  11. # please contact the developer with the errors displayed on console.
  12. supported-plugins:
  13. CombatTagPlus:
  14. # If set to 'true', players will not be able to duel while combat tagged.
  15. # default: true
  16. prevent-duel-if-tagged: true
  17.  
  18. # If set to 'true', players will be untagged at the end of the duel to prevent teleport being cancelled.
  19. # default: true
  20. untag-on-duel-teleport: true
  21. PvPManager:
  22. # If set to 'true', players will not be able to duel while combat tagged.
  23. # default: true
  24. prevent-duel-if-tagged: true
  25.  
  26. # If set to 'true', players will be untagged at the end of the duel to prevent teleport being cancelled.
  27. # default: true
  28. untag-on-duel-teleport: true
  29. CombatLogX:
  30. # If set to 'true', players will not be able to duel while combat tagged.
  31. # default: true
  32. prevent-duel-if-tagged: true
  33.  
  34. # If set to 'true', players will be untagged at the end of the duel to prevent teleport being cancelled.
  35. # default: true
  36. untag-on-duel-teleport: true
  37. Essentials:
  38. # If set to 'true', players in vanish will be automatically unvanished at the start of a duel.
  39. # default: true
  40. auto-unvanish: true
  41.  
  42. # If set to 'true', players will not be able to use '/back' to teleport back to the arena after dying in a duel.
  43. # default: true
  44. set-back-location: true
  45. mcMMO:
  46. # If set to 'true', usage of mcMMO skills and abilities will be prohibited while in a duel.
  47. # default: true
  48. disable-skills-in-duel: true
  49. FactionsUUID:
  50. # If set to 'true', players will experience no power loss when they die in a duel.
  51. # default: true
  52. no-power-loss-in-duel: true
  53. Factions:
  54. # If set to 'true', players will experience no power loss when they die in a duel.
  55. # default: true
  56. no-power-loss-in-duel: true
  57. WorldGuard:
  58. duelzone:
  59. # If set to 'true', players will be able to use duel only in the regions listed below.
  60. # default: false
  61. enabled: true
  62.  
  63. # List of regions to allow dueling.
  64. regions: [duellobby]
  65. MyPet:
  66. # If set to 'true', player's pet will despawn when entering a duel.
  67. # default: false
  68. despawn-pet-in-duel: false
  69. BountyHunters:
  70. # If set to 'true', player will not lose bounty even if they die in a duel.
  71. # default: true
  72. prevent-bounty-loss-in-duel: true
  73. SimpleClans:
  74. # If set to 'true', player will not be added a death when they die in a duel.
  75. # default: true
  76. prevent-add-death-in-duel: true
  77. LeaderHeads:
  78. wins:
  79. menu:
  80. # Menu title for the leaderboard 'duelsre-wins'.
  81. # default: 'Duel Wins'
  82. title: 'Duel Wins'
  83. # Menu open command for the leaderboard 'duelsre-wins'.
  84. # default: 'openwins'
  85. open-command: 'openwins'
  86. losses:
  87. menu:
  88. # Menu title for the leaderboard 'duelsre-losses'.
  89. # default: 'Duel Losses'
  90. title: 'Duel Losses'
  91. # Menu open command for the leaderboard 'duelsre-losses'.
  92. # default: 'openlosses'
  93. open-command: 'openlosses'
  94.  
  95.  
  96. request:
  97. # If set to 'true', players will be forced to have a cleared inventory in order to send or accept a duel request.
  98. # default: false
  99. requires-cleared-inventory: false
  100.  
  101. # If set to 'true', players in creative mode will be prohibited from dueling.
  102. # default: false
  103. prevent-creative-mode: false
  104.  
  105. arena-selecting:
  106. # If set to 'true', players will be able to choose an arena they wish to fight in through a GUI.
  107. # default: true
  108. enabled: true
  109.  
  110. # If set to 'true', players without the permission 'duels.use.arena-select' will not be able to select an arena.
  111. # default: false
  112. use-permission: false
  113.  
  114. item-betting:
  115. # If set to 'true', players will be able to choose to enable or disable item betting in the Setting GUI.
  116. # default: true
  117. enabled: false
  118.  
  119. # If set to 'true', players without the permission 'duels.use.item-betting' will not be able to enable item betting.
  120. # default: false
  121. use-permission: false
  122.  
  123. money-betting:
  124. # If set to 'true', players will be able to bet money on their duel by using the command '/duel [player] [bet amount]'.
  125. # default: true
  126. enabled: false
  127.  
  128. # If set to 'true', players without the permission 'duels.use.money-betting' will not be able to bet money on their duel.
  129. # default: false
  130. use-permission: false
  131.  
  132. # Request expiration, in seconds.
  133. # default: 20
  134. expiration: 20
  135.  
  136.  
  137. duel:
  138. use-own-inventory:
  139. # If set to 'true', player's own inventory will be used in a duel instead of kits.
  140. # NOTE: If this option is enabled, Kit Selector will be inaccessible in the Setting GUI.
  141. # default: false
  142. enabled: false
  143.  
  144. # If set to 'true', players will keep their inventory items on death.
  145. # default: false
  146. keep-items: false
  147.  
  148. match:
  149. # The max duration of a match, in minutes. Setting it to -1 will allow players to fight for as long as they like.
  150. # default: -1
  151. max-duration: -1
  152.  
  153. start-commands:
  154. # If set to 'true', the commands listed below will run FOR EACH player at the start of a match.
  155. # default: false
  156. enabled: false
  157.  
  158. # Available placeholders:
  159. # %player% - Name of the player entering the match
  160. commands:
  161. - 'broadcast %player% is entering a duel!'
  162.  
  163. end-commands:
  164. # If set to 'true', the commands listed below will run at the end of a match.
  165. # default: false
  166. enabled: false
  167.  
  168. # Available placeholders:
  169. # %winner% - Name of the winner of the match
  170. # %loser% - Name of the loser of the match
  171. commands:
  172. - 'give %winner% diamond 1'
  173. - 'give %loser% dirt 1'
  174.  
  175. projectile-hit-message:
  176. # If set to 'true', a message from lang.yml will be sent to the shooter of the projectile.
  177. # default: true
  178. enabled: true
  179.  
  180. # Projectile types to display the message.
  181. types: [ARROW, TIPPED_ARROW, SPECTRAL_ARROW, TRIDENT]
  182.  
  183. # If set to 'true', players in duel will not be able to open any kind of inventories except their own.
  184. # default: true
  185. prevent-inventory-open: true
  186.  
  187. # If set to 'true', the kit items will be attached a special NBT tag to identify an item generated by Duels.
  188. # This tag will be used to eliminate any possible uses of kit items outside of a duel through KitItemListener.
  189. # NOTE: Setting this option to 'false' only disables KitItemListener. The NBT tags will still be attached in case it is re-enabled.
  190. # default: true
  191. protect-kit-items: true
  192.  
  193. # If set to 'true', the empty bottle will be automatically removed when a potion is consumed.
  194. # NOTE: Only active for players in a duel!
  195. # default: true
  196. remove-empty-bottle: true
  197.  
  198. # If set to 'true', players will not be able to teleport to players in duel.
  199. # NOTE: This was implemented to patch an exploit regarding the '/tpa' command. Bypass permission - duels.teleport.bypass
  200. # default: true
  201. prevent-teleport-to-match-players: true
  202.  
  203. # If set to 'true', players in the same faction/team/gang/party will be able to attack each other if they are in a duel.
  204. # default: true
  205. force-allow-combat: true
  206.  
  207. # If set to 'true', players will be required to stay in the position where they have sent or accepted the request in order for the duel to start.
  208. # default: false
  209. cancel-if-moved: false
  210.  
  211. # List of worlds to disable dueling.
  212. blacklisted-worlds:
  213. - 'world_name_here'
  214.  
  215. # If set to 'true', players will be teleported to the location where they were before the duel instead of duel lobby.
  216. # default: false
  217. teleport-to-last-location: false
  218.  
  219. # Seconds to wait before teleporting the winner after the duel.
  220. # default: 5
  221. teleport-delay: 5
  222.  
  223. # If set to 'true', a firework will spawn at the winner's location when a duel ends.
  224. # default: true
  225. spawn-firework: true
  226.  
  227. # If set to 'true', the duel end message will be sent only to the players in duel & spectators of the duel.
  228. # default: false
  229. arena-only-end-message: false
  230.  
  231. # If set to 'true', players will be sent a clickable message that displays the inventories at the end of a duel.
  232. # default: true
  233. display-inventories: true
  234.  
  235. # If set to 'true', players in duel will not be able to drop items.
  236. # default: false
  237. prevent-item-drop: false
  238.  
  239. # If set to 'true', players in duel will not be able to pickup items on the ground.
  240. # default: true
  241. prevent-item-pickup: true
  242.  
  243. limit-teleportation:
  244. # If set to 'true', teleportation while in duel will be limited to the distance specified below.
  245. # NOTE: Teleportation caused by an enderpearl is excluded from prevention.
  246. # default: true
  247. enabled: true
  248.  
  249. # The max distance players can teleport while in a duel. '-1' to prevent all teleportation.
  250. # NOTE: If players are getting stuck, try increasing this value.
  251. # default: 5.0
  252. distance-allowed: 5.0
  253.  
  254. # If set to 'true', only commands listed in 'whitelisted-commands' will be usable while in a duel.
  255. # default: false
  256. block-all-commands: false
  257.  
  258. # List of commands to allow while in a duel.
  259. # NOTE: Only active if 'block-all-commands' is enabled!
  260. whitelisted-commands:
  261. - 'msg'
  262. - 'r'
  263. - 'w'
  264. - 'pm'
  265. - 'reply'
  266. - 'tell'
  267. - 'whisper'
  268. - 'list'
  269. - 'ban'
  270. - 'kick'
  271. - 'mute'
  272. - 'tempban'
  273.  
  274. # List of commands to block while in a duel.
  275. # NOTE: Only active if 'block-all-commands' is disabled!
  276. blacklisted-commands:
  277. - 'heal'
  278. - 'eheal'
  279. - 'essentials:heal'
  280. - 'essentials:eheal'
  281. - 'kit'
  282. - 'ekit'
  283. - 'kits'
  284. - 'ekits'
  285. - 'essentials:kit'
  286. - 'essentials:ekit'
  287. - 'essentials:kits'
  288. - 'essentials:ekits'
  289. - 'enderchest'
  290. - 'echest'
  291. - 'eechest'
  292. - 'eenderchest'
  293. - 'endersee'
  294. - 'eendersee'
  295. - 'ec'
  296. - 'eec'
  297. - 'essentials:enderchest'
  298. - 'essentials:echest'
  299. - 'essentials:eechest'
  300. - 'essentials:eenderchest'
  301. - 'essentials:endersee'
  302. - 'essentials:eendersee'
  303. - 'essentials:ec'
  304. - 'essentials:eec'
  305. - 'tpaccept'
  306. - 'etpaccept'
  307. - 'tpyes'
  308. - 'etpyes'
  309. - 'essentials:tpaccept'
  310. - 'essentials:etpaccept'
  311. - 'essentials:tpyes'
  312. - 'essentials:etpyes'
  313. - 'tpahere'
  314. - 'etpahere'
  315. - 'essentials:tpahere'
  316. - 'essentials:etpahere'
  317. - 'back'
  318. - 'eback'
  319. - 'return'
  320. - 'ereturn'
  321. - 'essentials:back'
  322. - 'essentials:eback'
  323. - 'essentials:return'
  324. - 'essentials:ereturn'
  325. - 'sethome'
  326. - 'esethome'
  327. - 'createhome'
  328. - 'ecreatehome'
  329. - 'essentials:sethome'
  330. - 'essentials:esethome'
  331. - 'essentials:createhome'
  332. - 'essentials:ecreatehome'
  333. - 'spawn'
  334. - 'espawn'
  335. - 'essentials:spawn'
  336. - 'essentials:espawn'
  337. - 'vault'
  338. - 'chest'
  339. - 'pv'
  340. - 'playervaults'
  341. - 'playervaults:vault'
  342. - 'playervaults:chest'
  343. - 'playervaults:pv'
  344. - 'playervaults:playervaults'
  345.  
  346.  
  347. rating:
  348. # If set to 'true', player's rating will change after match based on their opponent.
  349. # default: true
  350. enabled: true
  351.  
  352. # "The K factor is a measure of how strong a match will impact the players’ ratings."
  353. # Source: https://metinmediamath.wordpress.com/2013/11/27/how-to-calculate-the-elo-rating-including-example/
  354. # default: 32
  355. k-factor: 32
  356.  
  357. # The default rating for all kits.
  358. # default: 1400
  359. default-rating: 1400
  360.  
  361. # If set to 'true', only matches started through the queue system will modify the rating of the players.
  362. # default: false
  363. queue-matches-only: false
  364.  
  365.  
  366. spectate:
  367. # If set to 'true', players will be required to have a cleared inventory in order to start spectating.
  368. # default: false
  369. requires-cleared-inventory: false
  370.  
  371. # If set to 'true', players in spectator mode will receive invisibility effect.
  372. # default: true
  373. add-invisibility-effect: true
  374.  
  375. prevent:
  376. # If set to 'true', spectators will not be able to interact with blocks.
  377. # default: true
  378. block-interact: true
  379.  
  380. # List of commands to allow while spectating.
  381. whitelisted-commands:
  382. - 'msg'
  383. - 'r'
  384. - 'w'
  385. - 'pm'
  386. - 'reply'
  387. - 'tell'
  388. - 'whisper'
  389. - 'list'
  390. - 'ban'
  391. - 'kick'
  392. - 'mute'
  393. - 'tempban'
  394.  
  395.  
  396. countdown:
  397. # If set to 'true', a countdown will occur for the length of the messages list.
  398. # default: true
  399. enabled: true
  400.  
  401. # Available placeholders:
  402. # %opponent% - Name of the opponent of the match
  403. # %opponent_rating% - Rating of the opponent
  404. # %kit% - Name of the kit used in this match. If players are using their own inventory, it will display 'none'
  405. # %arena% - Name of the arena used for this match.
  406. messages:
  407. - '&7Starting in &f5 &7seconds!'
  408. - '&7Starting in &f4 &7seconds!'
  409. - '&7Starting in &f3 &7seconds!'
  410. - '&7Starting in &f2 &7seconds!'
  411. - '&7Starting in &f1 &7second!'
  412. - '&7Now in a match against &f%opponent%&7(&a%opponent_rating%&7) with kit &3%kit% &7in arena &e%arena%&7.'
  413.  
  414. # Titles to display along with the countdown. Must have the same size as the countdown list size.
  415. # NOTE: Titles will only display on 1.8 or above!
  416. titles:
  417. - '&f&l5'
  418. - '&f&l4'
  419. - '&e&l3'
  420. - '&6&l2'
  421. - '&c&l1'
  422. - '&a&lGO!'
  423.  
  424. prevent:
  425. # If set to 'true', movements will be cancelled while the countdown is ongoing.
  426. # default: true
  427. movement: true
  428.  
  429. # If set to 'true', shooting projectiles (such as arrows/snowballs) will be blocked while the countdown is ongoing.
  430. # default: true
  431. launch-projectile: true
  432.  
  433. # If set to 'true', attacking players will be prohibited while the countdown is ongoing.
  434. # default: true
  435. pvp: true
  436.  
  437.  
  438. stats:
  439. # If set to 'true', kit ratings of a player will be displayed when the command '/duel stats' is executed.
  440. # default: true
  441. display-kit-ratings: true
  442.  
  443. # If set to 'true', the nokit(own inventory) rating of a player will be displayed when the command '/duel stats' is executed.
  444. # default: false
  445. display-nokit-rating: false
  446.  
  447. # If set to 'true', past matches of a player will be displayed when the command '/duel stats' is executed.
  448. # default: true
  449. display-past-matches: true
  450.  
  451. # Max amount of matches to display & store in the userdata file.
  452. # default: 5
  453. matches-to-display: 5
  454.  
  455.  
  456. top:
  457. # /duel top update interval, in minutes.
  458. # default: 5
  459. update-interval: 5
  460.  
  461. # Type and identifier of the data displayed in /duel top [wins|losses|kit].
  462. displayed-replacers:
  463. wins:
  464. type: 'Wins'
  465. identifier: 'wins'
  466. losses:
  467. type: 'Losses'
  468. identifier: 'losses'
  469. kit:
  470. type: '%kit%'
  471. identifier: 'rating'
  472. no-kit:
  473. type: 'Own Inventory'
  474. identifier: 'rating'
  475.  
  476.  
  477. guis:
  478. kit-selector:
  479. # Amount of rows to display in one page of the kit selector GUI.
  480. # NOTE: Must be between 1 - 5!
  481. # default: 2
  482. rows: 2
  483.  
  484. # Item used to fill empty spaces in the kit selector GUI.
  485. space-filler-item:
  486. type: STAINED_GLASS_PANE
  487. data: 0
  488. arena-selector:
  489. # Amount of rows to display in one page of the arena selector GUI.
  490. # NOTE: Must be between 1 - 5!
  491. # default: 3
  492. rows: 3
  493.  
  494. # Item used to fill empty spaces in the arena selector GUI.
  495. space-filler-item:
  496. type: STAINED_GLASS_PANE
  497. data: 0
  498. settings:
  499. # Item used to fill empty spaces in the settings GUI.
  500. space-filler-item:
  501. type: STAINED_GLASS_PANE
  502. data: 0
  503. queues:
  504. # Amount of rows to display in one page of the queues GUI.
  505. # NOTE: Must be between 1 - 5!
  506. # default: 2
  507. rows: 2
  508.  
  509. # Item used to fill empty spaces in the queues GUI.
  510. space-filler-item:
  511. type: STAINED_GLASS_PANE
  512. data: 0
  513.  
  514. # If set to 'true', the type of the queue's displayed item will be its kit's displayed item type.
  515. # default: true
  516. inherit-kit-item-type: true
  517.  
  518.  
  519. soup:
  520. # Amount of hearts to regenerate on soup consume.
  521. # default: 3.5
  522. hearts-to-regen: 3.5
  523.  
  524. # If set to 'true', the empty bowl will be automatically removed when a soup is consumed.
  525. # NOTE: Only active for players in a duel!
  526. # default: true
  527. remove-empty-bowl: true
  528.  
  529. # If set to 'true', soup will not consume if player's health is already full.
  530. # NOTE: Only active for players in a duel!
  531. # default: true
  532. cancel-if-already-full: true
  533.  
  534.  
  535. # List of sound types:
  536. # 1.7.x - 1.8.x: https://jd.bukkit.org/org/bukkit/Sound.html
  537. # 1.9.x - 1.12.2+: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  538. sounds:
  539. # Remove this sound if your server version is above 1.8!
  540. countdown-ongoing-sound-1-8:
  541. type: NOTE_PIANO
  542. pitch: 0.95
  543. volume: 1.0
  544. trigger-messages:
  545. - '&7Starting in &f5 &7seconds!'
  546. - '&7Starting in &f4 &7seconds!'
  547. - '&7Starting in &f3 &7seconds!'
  548. - '&7Starting in &f2 &7seconds!'
  549. - '&7Starting in &f1 &7second!'
  550. # Remove this sound if your server version is 1.8 or lower!
  551. countdown-ongoing-sound-1-9:
  552. type: BLOCK_NOTE_PLING
  553. pitch: 0.95
  554. volume: 1.0
  555. trigger-messages:
  556. - '&7Starting in &f5 &7seconds!'
  557. - '&7Starting in &f4 &7seconds!'
  558. - '&7Starting in &f3 &7seconds!'
  559. - '&7Starting in &f2 &7seconds!'
  560. - '&7Starting in &f1 &7second!'
  561. # Remove this sound if your server version is above 1.8!
  562. countdown-end-sound-1-8:
  563. type: NOTE_PIANO
  564. pitch: 1.9
  565. volume: 1.0
  566. trigger-messages:
  567. - '&7Now in a match against &f%opponent%&7(&a%opponent_rating%&7) with kit &3%kit% &7in arena &e%arena%&7.'
  568. # Remove this sound if your server version is 1.8 or lower!
  569. countdown-end-sound-1-9:
  570. type: BLOCK_NOTE_PLING
  571. pitch: 1.9
  572. volume: 1.0
  573. trigger-messages:
  574. - '&7Now in a match against &f%opponent%&7(&a%opponent_rating%&7) with kit &3%kit% &7in arena &e%arena%&7.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement