Advertisement
Guest User

Untitled

a guest
Mar 5th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 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. minuteoffset: 0
  12. startweekminuteoffset: 0
  13. pre-broadcast: 300
  14. nocap-broadcast-interval: 30
  15. helpcommand:
  16. - "&8========> &2Koth &8<========"
  17. - "&a/koth list &7Shows all available koths"
  18. - "&a/koth loot &7Shows the loot for the upcoming koth"
  19. - "&a/koth schedule &7Shows the schedule for koths"
  20. - "&a/koth ignore &7Toggles the KoTH messages"
  21.  
  22. loot:
  23. default: ""
  24. randomize: true
  25. default-amount: 5
  26. randomize-stacksize: false
  27. can-use-same-items: true
  28. remove-after: 0
  29. drop-on-removal: false
  30. give-instantly: false
  31. commands:
  32. enabled: false
  33. changeingame: false
  34. needop: true
  35.  
  36. hooks:
  37. vanishnopacket: true
  38. factions: true
  39. kingdoms: true
  40. featherboard:
  41. enabled: true
  42. board: "koth"
  43. range: -1 # -1 to disable it
  44. rangemargin: 5
  45.  
  46. koth:
  47. remove-chest-at-start: true
  48. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  49. default-capturetype: "" # set this to your desired capture type
  50. contest-freeze: false
  51. capture-cooldown: 0
  52. channel-time: 300
  53. knock-time: 0
  54. minimum-players: 0
  55. map-rotation:
  56. - "map1"
  57. - "map2"
  58. - "map3"
  59. - "map2"
  60. - "etc"
  61.  
  62. # If you use SQLite only database will be used, as name for the file to create
  63. # change storagetype to mysql if you want to use MySQL instead.
  64. database:
  65. enabled: false
  66. storagetype: "sqlite"
  67. database: "KoTH"
  68. host: "localhost"
  69. port: 3306
  70. username: "root"
  71. password: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement