Advertisement
Guest User

Untitled

a guest
Aug 29th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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. reward-everyone: false
  34. commands:
  35. enabled: false
  36. changeingame: false
  37. needop: true
  38.  
  39. hooks:
  40. vanishnopacket: true
  41. factions: true
  42. kingdoms: true
  43. gangs: true
  44. pvpmanager: true
  45. bossbar:
  46. enabled: false
  47. range: 100
  48. rangemargin: 5
  49. text: "&a%koth% currently captured by: %capper%"
  50. barsegments: 10 # ONLY 1, 6, 10, 12 and 20 are supported by Minecraft
  51. barcolor: "BLUE" # Can ONLY be: BLUE, GREEN, PURPLE, PINK, WHITE, RED, YELLOW
  52. countingDown: false # Put this to true if you want the bar to drain instead of filling
  53. flags: # Those are some random flags I was able to toggle. Some don't seem to be working though. :(
  54. createfog: false
  55. darkensky: false
  56. playmusic: false
  57. featherboard:
  58. enabled: false
  59. board: "koth"
  60. range: 100 # -1 to disable it
  61. rangemargin: 5
  62.  
  63. koth:
  64. remove-chest-at-start: true
  65. ffa-on-time-limit: false # This will on time limit create a FreeForAll chest
  66. default-capturetype: "" # set this to your desired capture type
  67. contest-freeze: false
  68. capture-cooldown: 0
  69. channel-time: 0
  70. knock-time: 0
  71. minimum-players: 0
  72. map-rotation:
  73. - "map1"
  74. - "map2"
  75. - "map3"
  76. - "map2"
  77. - "etc"
  78.  
  79. # If you use SQLite only database will be used, as name for the file to create
  80. # change storagetype to mysql if you want to use MySQL instead.
  81. database:
  82. enabled: false
  83. storagetype: "sqlite"
  84. database: "KoTH"
  85. host: "localhost"
  86. port: 3306
  87. username: "root"
  88. password: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement