Advertisement
Guest User

Untitled

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