Advertisement
BluePvP

config.yml (for kb)

Dec 10th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.43 KB | None | 0 0
  1. # Plugin made by Wazup92
  2.  
  3. use-UUID: false
  4. Load-Delay: 10
  5. Starting-Coins: 500
  6. Check-For-Updates: false
  7. Scoreboard-Enabled: true
  8. Do-Players-Drop-Items-On-Death: false
  9. Can-Players-Drop-Items-On-Ground: false
  10. Can-Players-Pick-Items-On-Ground: false
  11. Do-Players-Lose-Hunger: false
  12. Purchaseable-Kits-Are-Permanent: true
  13. Starting-Amount-Of-Kit-Unlockers: 2
  14. Respawn-Screen-On-Death: false
  15. Spawn-Teleport-Countdown-Seconds: 5
  16. Spectate-Countdown-Seconds: 5
  17. Earned-Coins-Per-Kill: 8
  18. Minimum-Exp-Per-Kill: 3
  19. Maximum-Exp-Per-Kill: 5
  20. Stats-Load-Delay: 20
  21. Sponge-Boost-Upwards: 1.5
  22. Update-Top-Signs-Every-In-Minutes: 60
  23. Sell-Value: 0.33
  24. Fall-Damage-Enabled: false
  25. Broadcast-Rank-Up: true
  26. Show-Rank-In-Chat: true
  27. Send-Death-Message-To-Everyone: true
  28. Ranks-Prefix: '&8[&6%rank%&8] '
  29. Default-Kits:
  30. - Pvp
  31. Challenge-Kit: Pvp
  32. Challenge-Duratiaon: 120
  33. Commands-Executed-When-Player-Win-Challenge:
  34. - kb coins add %player% 30
  35. Commands-Executed-When-Player-Lose-Challenge: []
  36. Send-Killstreaks-To-Everyone: true
  37. Killstreaks-Enabled: true
  38. use-Vault: false
  39. Saving-Task:
  40.   Enabled: true
  41.   Save-Every-Minutes: 10
  42. use-mysql: false
  43. table-prefix: kitbattle_
  44. mysql-host: localhost
  45. mysql-port: 3306
  46. mysql-database: database
  47. mysql-username: root
  48. mysql-password: root
  49. Bungee-Mode: false
  50. Map-Shuffle: true
  51. Shuffle-Every-In-Minutes: 10
  52. Time-Shown-Before-Shuffle:
  53. - 60
  54. - 30
  55. - 15
  56. - 10
  57. - 5
  58. - 4
  59. - 3
  60. - 2
  61. - 1
  62. Create-Default-Kits: false
  63. Aliases:
  64. - kitpvp
  65. - pvp
  66. Allowed-Commands:
  67. - kb
  68. - kitbattle
  69. - tell
  70. - help
  71. - t
  72. - r
  73. - '*'
  74. Items:
  75.   Kit-Selector: 'CHEST : &7Kit Selector (&aRight click!&7)'
  76.   Shop-Opener: 'ANVIL : &7Shop (&aRight click!&7)'
  77.   Challenger: 'BLAZE_ROD : &aRight click a player to challenge him!'
  78.   Kit-Unlocker: 'CHEST : &7Kit Unlocker! (&aRight click!&7)'
  79. Modifiers:
  80. - '2 : kitbattle.vip'
  81. - '3 : kitbattle.ultravip'
  82. Action-Bar-Enabled: true
  83. Titles:
  84.   enabled: true
  85.   fadeIn: 10
  86.   stay: 40
  87.   fadeOut: 10
  88. Scoreboard-Title-Animation:
  89.   enabled: false
  90.   interval: 8
  91.   frames:
  92.  - '&b&l&nKitPvP'
  93.   - '&e&l&nKitPvp'
  94.   - '&b&l&nKitPvp'
  95.   - '&a&l&nKitPvP'
  96.   - '&b&l&nKitPvp'
  97.   - '&c&l&nKitPvp'
  98. Killstreaks:
  99.   '3':
  100.     Commands-Executed:
  101.    - kb coins add %player% 20
  102.   '5':
  103.     Commands-Executed:
  104.    - kb coins add %player% 30
  105.   '10':
  106.     Commands-Executed:
  107.    - kb coins add %player% 50
  108.   '20':
  109.     Commands-Executed:
  110.    - kb coins add %player% 100
  111.   '30':
  112.     Commands-Executed:
  113.    - kb coins add %player% 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement