Guest User

Untitled

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