Advertisement
Guest User

Untitled

a guest
Nov 14th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. # Find all the information you need at http://dev.thomasvdbulk.nl/KoTH/
  2.  
  3. # To grab your own timezone go to: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  4.  
  5. global:
  6. use-cache: false
  7. debug: false
  8. multiplekothsatonce: false
  9. schedule-show-current-day-only: false
  10. schedule-timezone: "Africa/Johannesburg"
  11. date-format: "dd/MM/yyyy HH:mm:ss"
  12. world-filter: false
  13. minuteoffset: 0
  14. startweekminuteoffset: 0
  15. scheduleminuteoffset: 0
  16. pre-broadcast: true
  17. pre-broadcast-messages:
  18. - "600:&aThe koth %koth% will start in 10 minutes!"
  19. - "120:&aThe koth %koth% will start in 2 minutes!"
  20. - "60:&aThe koth %koth% will start in 1 minute!"
  21. - "30:&aThe koth %koth% will start in 30 seconds!"
  22. - "15:&aThe koth %koth% will start in 15 seconds!"
  23.  
  24. nocap-broadcast-interval: 30
  25. helpcommand:
  26. - "&7»&f&m---&c&m---&7» &4&lKoth &7«&c&m---&f&m---&7«"
  27. - "&f/koth list &7Shows all available koths"
  28. - "&f/koth loot &7Shows the loot for the upcoming koth"
  29. - "&f/koth schedule &7Shows the schedule for koths"
  30. - "&f/koth ignore &7Toggles the KoTH messages"
  31.  
  32. loot:
  33. default: "warzone"
  34. randomize: true
  35. default-amount: 3
  36. randomize-stacksize: false
  37. can-use-same-items: false
  38. remove-after: 0
  39. drop-on-removal: false
  40. give-instantly: true
  41. reward-everyone: false
  42. commands:
  43. enabled: false
  44. changeingame: false
  45. needop: true
  46.  
  47. hooks:
  48. essentialsvanish: true
  49. vanishnopacket: false
  50. factions: true
  51. kingdoms: false
  52. feudalkingdoms: false
  53. gangs: false
  54. mcmmo: true
  55. pvpmanager: true
  56. bossbar:
  57. enabled: true
  58. range: 100
  59. rangemargin: 5
  60. text: "&a&lKoth &7currently captured by: &c%capper%"
  61. barsegments: 10 # ONLY 1, 6, 10, 12 and 20 are supported by Minecraft
  62. barcolor: "BLUE" # Can ONLY be: BLUE, GREEN, PURPLE, PINK, WHITE, RED, YELLOW
  63. countingDown: true # Put this to true if you want the bar to drain instead of filling
  64. flags: # Those are some random flags I was able to toggle. Some don't seem to be working though. :(
  65. createfog: false
  66. darkensky: false
  67. playmusic: false
  68. featherboard:
  69. enabled: false
  70. board: "koth"
  71. range: 100 # -1 to disable it
  72. rangemargin: 5
  73.  
  74. koth:
  75. remove-chest-at-start: true
  76. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  77. default-capturetype: "player" # set this to your desired capture type
  78. contest-freeze: false
  79. capture-cooldown: 0
  80. channel-time: 1
  81. knock-time: 0
  82. minimum-players: 0
  83. broadcast-interval: 30
  84. captime-decrementation: # This is to decrease the captime as time passes
  85. enabled: false
  86. every-x-seconds: 600
  87. decrease-by: 60
  88. minimum: 300
  89. start-new-on-end: false # This is using the map-rotation!
  90. map-rotation:
  91. - "map1"
  92. - "map2"
  93. - "map3"
  94. - "map2"
  95. - "etc"
  96.  
  97. scoreboard:
  98. use-scoreboard: false
  99. use-old-scoreboard: false
  100. default:
  101. title: "&c&l%koth_name%"
  102. contents:
  103. - "&6&lTime Left:"
  104. - "&9%ml%:%sl%"
  105. - " "
  106. - "&6&lCapper:"
  107. - "&5%koth_currentcapper%"
  108. - " "
  109. - "&6&lCoords:"
  110. - "&cX: &e%koth_live_[KoTH]_x%"
  111. - "&cZ: &e%koth_live_[KoTH]_y%"
  112. conquest:
  113. title: "&a&l%koth%"
  114. contents:
  115. - "&6&lTime Left:"
  116. - "&9%ml%:%sl%"
  117. - " "
  118. - "&6&lCoords:"
  119. - "&cX: &e%x%"
  120. - "&cZ: &e%z%"
  121.  
  122.  
  123. # If you use SQLite only database will be used, as name for the file to create
  124. # change storagetype to mysql if you want to use MySQL instead.
  125. database:
  126. enabled: false
  127. storagetype: "sqlite"
  128. database: "KoTH"
  129. host: "localhost"
  130. port: 3306
  131. username: "root"
  132. password: ""
  133. modules:
  134. saveKothWins: true
  135. savePlayerIgnores: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement