Advertisement
Guest User

Config

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