Advertisement
Guest User

Untitled

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