Advertisement
Guest User

config,yml

a guest
Jan 29th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 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/Atikokan"
  11. minuteoffset: 0
  12. startweekminuteoffset: 0
  13. pre-broadcast: 60
  14. nocap-broadcast-interval: 60
  15. helpcommand:
  16. - "&6&m-----------------------------------------"
  17. - " &e[&7SHQEvent&e] &9Koth commands:"
  18. - "&7List of all KoTH arenas: &d/koth list"
  19. - "&7Show loot for the upcoming koth: &d/koth loot"
  20. - "&7Show the schedule for koths: &e/koth schedule"
  21. - "&7Ignore KoTH messages: &d/koth ignore"
  22. - "&6&m-----------------------------------------"
  23.  
  24. loot:
  25. default: ""
  26. randomize: true
  27. default-amount: 3
  28. can-use-same-items: true
  29. commands:
  30. enabled: false
  31. changeingame: false
  32. needop: true
  33.  
  34. koth:
  35. remove-chest-at-start: true
  36. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  37. default-capturetype: "" # set this to your desired capture type
  38. contest-freeze: false
  39. capture-cooldown: 1
  40. channel-time: 0
  41. knock-time: 0
  42. minimum-players: 0
  43. map-rotation:
  44. - "map1"
  45. - "map2"
  46. - "map3"
  47. - "map2"
  48. - "etc"
  49.  
  50. # If you use SQLite only database will be used, as name for the file to create
  51. # change storagetype to mysql if you want to use MySQL instead.
  52. database:
  53. enabled: false
  54. storagetype: "sqlite"
  55. database: "KoTH"
  56. host: "localhost"
  57. port: 3306
  58. username: "root"
  59. password: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement