Guest User

config.yml

a guest
Jan 2nd, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. # Plugin made by Wazup92
  2.  
  3. use-UUID: false
  4. Load-Delay: 10
  5. Starting-Coins: 300
  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: 2
  18. Minimum-Exp-Per-Kill: 5
  19. Maximum-Exp-Per-Kill: 20
  20. Stats-Load-Delay: 1
  21. Sponge-Boost-Upwards: 2
  22. Update-Top-Signs-Every-In-Minutes: 3
  23. Sell-Value: 0.5
  24. Fall-Damage-Enabled: false
  25. Broadcast-Rank-Up: false
  26. Show-Rank-In-Chat: true
  27. Send-Death-Message-To-Everyone: true
  28. Ranks-Prefix: '&7[&b%rank%&7] '
  29. Default-Kits:
  30. - Pvp
  31. Challenge-Kit: Vanilla
  32. Challenge-Duratiaon: 60
  33. Commands-Executed-When-Player-Win-Challenge:
  34. - kb coins add %player% 20
  35. Commands-Executed-When-Player-Lose-Challenge:
  36. - kb coins remove %player% 10
  37. Send-Killstreaks-To-Everyone: true
  38. Killstreaks-Enabled: true
  39. use-Vault: false
  40. Saving-Task:
  41. Enabled: true
  42. Save-Every-Minutes: 10
  43. use-mysql: false
  44. table-prefix: kitbattle_
  45. mysql-host: localhost
  46. mysql-port: 3306
  47. mysql-database: database
  48. mysql-username: root
  49. mysql-password: root
  50. Bungee-Mode: false
  51. Map-Shuffle: false
  52. Shuffle-Every-In-Minutes: 10
  53. Time-Shown-Before-Shuffle:
  54. - 60
  55. - 30
  56. - 15
  57. - 10
  58. - 5
  59. - 4
  60. - 3
  61. - 2
  62. - 1
  63. Create-Default-Kits: false
  64. Aliases:
  65. - kitpvp
  66. - pvp
  67. Allowed-Commands:
  68. - kb
  69. - kitbattle
  70. - help
  71. - r
  72. Items:
  73. Kit-Selector: 'IRON_SWORD : &b» &cKit Selector &b«'
  74. Shop-Opener: 'MAGMA_CREAM : &b» &aShop &b«'
  75. Challenger: 'ARROW : &b» &4Challenge a Player! &b«'
  76. Kit-Unlocker: 'ENDER_CHEST : &b» &eKit Unlocker &b«'
  77. Modifiers:
  78. - '2 : kitbattle.vip'
  79. - '3 : kitbattle.ultravip'
  80. Action-Bar-Enabled: true
  81. Titles:
  82. enabled: true
  83. fadeIn: 10
  84. stay: 40
  85. fadeOut: 10
  86. Scoreboard-Title-Animation:
  87. enabled: true
  88. interval: 2
  89. frames:
  90. - '&b&l» &c&lPvP &b&l«'
  91. - '&b&l» &8&lPvP &b&l«'
  92. - '&b&l» &c&lPvP &b&l«'
  93. - '&b&l» &8&lPvP &b&l«'
  94. - '&b&l» &c&lPvP &b&l«'
  95. - '&b&l» &8&lPvP &b&l«'
  96. Killstreaks:
  97. '3':
  98. Commands-Executed:
  99. - kb coins add %player% 3
  100. '5':
  101. Commands-Executed:
  102. - kb coins add %player% 5
  103. '10':
  104. Commands-Executed:
  105. - kb coins add %player% 10
  106. '20':
  107. Commands-Executed:
  108. - kb coins add %player% 20
  109. '30':
  110. Commands-Executed:
  111. - kb coins add %player% 30
Add Comment
Please, Sign In to add comment