Advertisement
Guest User

koth config

a guest
Jun 8th, 2017
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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: true
  10. schedule-timezone: "America/Tijuana"
  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. - "&7-------- &bEkakary Koth &7--------"
  19. - "&b/koth list &eShows all available koths"
  20. - "&b/koth loot &eShows the loot for the upcoming koth"
  21. - "&b/koth schedule &eShows the schedule for koths"
  22. - "&b/koth ignore &eToggles the KoTH messages"
  23. - "&7-------- &bEkakary Koth &7--------"
  24.  
  25. loot:
  26. default: "default"
  27. randomize: false
  28. default-amount: 1
  29. randomize-stacksize: false
  30. can-use-same-items: true
  31. remove-after: 0
  32. drop-on-removal: false
  33. give-instantly: true
  34. reward-everyone: false
  35. commands:
  36. enabled: true
  37. changeingame: false
  38. needop: true
  39.  
  40. hooks:
  41. vanishnopacket: true
  42. factions: true
  43. kingdoms: false
  44. gangs: false
  45. pvpmanager: true
  46. bossbar:
  47. enabled: false
  48. range: 100
  49. rangemargin: 5
  50. text: "&a%koth% currently captured by: %capper%"
  51. barsegments: 10 # ONLY 1, 6, 10, 12 and 20 are supported by Minecraft
  52. barcolor: "BLUE" # 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: "" # 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: 5
  73. map-rotation:
  74. - "map1"
  75. - "map2"
  76. - "map3"
  77. - "map2"
  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