Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 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: 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. - "&8========> &2Koth &8<========"
  27. - "&a/koth list &7Shows all available koths"
  28. - "&a/koth loot &7Shows the loot for the upcoming koth"
  29. - "&a/koth schedule &7Shows the schedule for koths"
  30. - "&a/koth ignore &7Toggles the KoTH messages"
  31.  
  32. loot:
  33. default: "loot"
  34. randomize: true
  35. default-amount: 5
  36. randomize-stacksize: false
  37. can-use-same-items: true
  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: true
  50. factions: true
  51. kingdoms: true
  52. gangs: true
  53. mcmmo: true
  54. pvpmanager: true
  55. bossbar:
  56. enabled: false
  57. range: 100
  58. rangemargin: 5
  59. text: "&a%koth% currently captured by: %capper%"
  60. barsegments: 10 # ONLY 1, 6, 10, 12 and 20 are supported by Minecraft
  61. barcolor: "BLUE" # Can ONLY be: BLUE, GREEN, PURPLE, PINK, WHITE, RED, YELLOW
  62. countingDown: false # Put this to true if you want the bar to drain instead of filling
  63. flags: # Those are some random flags I was able to toggle. Some don't seem to be working though. :(
  64. createfog: false
  65. darkensky: false
  66. playmusic: false
  67. featherboard:
  68. enabled: false
  69. board: "koth"
  70. range: 100 # -1 to disable it
  71. rangemargin: 5
  72.  
  73. koth:
  74. remove-chest-at-start: true
  75. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  76. default-capturetype: "" # set this to your desired capture type
  77. contest-freeze: false
  78. capture-cooldown: 0
  79. channel-time: 0
  80. knock-time: 0
  81. minimum-players: 0
  82. broadcast-interval: 30
  83. captime-decrementation: # This is to decrease the captime as time passes
  84. enabled: false
  85. every-x-seconds: 600
  86. decrease-by: 60
  87. minimum: 300
  88. map-rotation:
  89. - "map1"
  90. - "map2"
  91. - "map3"
  92. - "map2"
  93. - "etc"
  94.  
  95.  
  96. # If you use SQLite only database will be used, as name for the file to create
  97. # change storagetype to mysql if you want to use MySQL instead.
  98. database:
  99. enabled: false
  100. storagetype: "sqlite"
  101. database: "KoTH"
  102. host: "localhost"
  103. port: 3306
  104. username: "root"
  105. password: ""
  106. modules:
  107. saveKothWins: true
  108. savePlayerIgnores: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement