Advertisement
Guest User

Untitled

a guest
Oct 6th, 2018
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 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: true
  9. schedule-show-current-day-only: false
  10. schedule-timezone: "Europe/Amsterdam"
  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: false
  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&m "
  27. - " &f* &e/koth list &fShows all available koths"
  28. - " &f* &e/koth loot &fShows the loot for the upcoming koth"
  29. - " &f* &e/koth schedule &fShows the schedule for koths"
  30. - " &f* &e/koth ignore &fToggles the KoTH messages"
  31. - "&7&m "
  32.  
  33. loot:
  34. default: ""
  35. randomize: true
  36. default-amount: 4
  37. randomize-stacksize: false
  38. can-use-same-items: true
  39. remove-after: 0
  40. drop-on-removal: false
  41. give-instantly: true
  42. reward-everyone: false
  43. commands:
  44. enabled: false
  45. changeingame: false
  46. needop: true
  47.  
  48. hooks:
  49. essentialsvanish: true
  50. vanishnopacket: true
  51. factions: true
  52. kingdoms: true
  53. gangs: true
  54. mcmmo: true
  55. pvpmanager: true
  56. bossbar:
  57. enabled: false
  58. range: 100
  59. rangemargin: 5
  60. text: "&a%koth% currently captured by: %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: false # 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: true
  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: "" # set this to your desired capture type
  78. contest-freeze: false
  79. capture-cooldown: 0
  80. channel-time: 0
  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. map-rotation:
  90. - "map1"
  91. - "map2"
  92. - "map3"
  93. - "map2"
  94. - "etc"
  95.  
  96.  
  97. # If you use SQLite only database will be used, as name for the file to create
  98. # change storagetype to mysql if you want to use MySQL instead.
  99. database:
  100. enabled: false
  101. storagetype: "sqlite"
  102. database: "KoTH"
  103. host: "localhost"
  104. port: 3306
  105. username: "root"
  106. password: ""
  107. modules:
  108. saveKothWins: true
  109. savePlayerIgnores: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement