Advertisement
Guest User

Untitled

a guest
Apr 1st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. global:
  2. use-cache: false
  3. debug: false
  4. multiplekothsatonce: true
  5. schedule-show-current-day-only: false
  6. schedule-timezone: "America/New_York"
  7. date-format: "dd/MM/yyyy HH:mm:ss"
  8. world-filter: false
  9. minuteoffset: 0
  10. startweekminuteoffset: 0
  11. scheduleminuteoffset: 0
  12. pre-broadcast: true
  13. pre-broadcast-messages:
  14. - "600:&8[&eKoth&8] &c%koth% will be capturable in 10 minutes!"
  15. - "120:&8[&eKoth&8] &c%koth% will be capturable in 2 minutes!"
  16. - "60:&8[&eKoth&8] &c%koth% will be capturable in 1 minute!"
  17. - "30:&8[&eKoth&8] &c%koth% will be capturable in 30 seconds!"
  18. - "15:&8[&eKoth&8] &c%koth% will be capturable in 15 seconds!"
  19.  
  20. nocap-broadcast-interval: 30
  21. helpcommand:
  22. - "&8&m-----------------------------------------------------"
  23. - "&8⚫ &e/koth: &7KoTH command."
  24. - "&8⚫ &e/koth schedule: &7KoTH schedule command."
  25. - "&8⚫ &e/koth loot: &7KoTH loot command."
  26. - "&8&m-----------------------------------------------------"
  27.  
  28. loot:
  29. default: ""
  30. randomize: true
  31. default-amount: 4
  32. randomize-stacksize: false
  33. can-use-same-items: true
  34. remove-after: 0
  35. drop-on-removal: false
  36. give-instantly: false
  37. reward-everyone: false
  38. commands:
  39. enabled: false
  40. changeingame: false
  41. needop: true
  42.  
  43. hooks:
  44. essentialsvanish: true
  45. vanishnopacket: true
  46. factions: true
  47. kingdoms: false
  48. gangs: false
  49. mcmmo: true
  50. pvpmanager: false
  51. bossbar:
  52. enabled: false
  53. range: 100
  54. rangemargin: 5
  55. text: "&e%koth% currently captured by: &f%capper%"
  56. barsegments: 10 # ONLY 1, 6, 10, 12 and 20 are supported by Minecraft
  57. barcolor: "BLUE" # Can ONLY be: BLUE, GREEN, PURPLE, PINK, WHITE, RED, YELLOW
  58. countingDown: false # Put this to true if you want the bar to drain instead of filling
  59. flags: # Those are some random flags I was able to toggle. Some don't seem to be working though. :(
  60. createfog: false
  61. darkensky: false
  62. playmusic: false
  63. featherboard:
  64. enabled: false
  65. board: "koth"
  66. range: 100 # -1 to disable it
  67. rangemargin: 5
  68.  
  69. koth:
  70. remove-chest-at-start: true
  71. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  72. default-capturetype: "" # set this to your desired capture type
  73. contest-freeze: false
  74. capture-cooldown: 0
  75. channel-time: 0
  76. knock-time: 0
  77. minimum-players: 0
  78. broadcast-interval: 30
  79. captime-decrementation: # This is to decrease the captime as time passes
  80. enabled: false
  81. every-x-seconds: 600
  82. decrease-by: 60
  83. minimum: 300
  84. map-rotation:
  85. - "map1"
  86. - "map2"
  87. - "map3"
  88. - "map2"
  89. - "etc"
  90.  
  91.  
  92. # If you use SQLite only database will be used, as name for the file to create
  93. # change storagetype to mysql if you want to use MySQL instead.
  94. database:
  95. enabled: false
  96. storagetype: "sqlite"
  97. database: "KoTH"
  98. host: "localhost"
  99. port: 3306
  100. username: "root"
  101. password: ""
  102. modules:
  103. saveKothWins: true
  104. savePlayerIgnores: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement