Advertisement
Guest User

Untitled

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