Advertisement
Guest User

main-config

a guest
Nov 17th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. # ####### config.yml #######
  2. #
  3. # All comment changes will be removed.
  4. #
  5. # For documentation, please visit
  6. # https://dabo.guru/projects/skywars/configuring-skywars
  7. # #########
  8. config-version: 2
  9. debug: false
  10. report-statistics: true
  11. arena-order: RANDOM
  12. message-prefix: '&8[&cSkyWars&8]&a '
  13. save-inventory: true
  14. save-experience: true
  15. save-position-gamemode-health: true
  16. enabled-arenas:
  17. - skyblock-warriors
  18. - water-warriors
  19. - NEW
  20. locale: en
  21. skywars-arena-gamerules:
  22. doDaylightCycle: 'false'
  23. skip-respawn-screen: false
  24. points:
  25. enable-points: true
  26. win-point-diff: 7
  27. death-point-diff: -2
  28. kill-point-diff: 1
  29. max-save-interval: 300
  30. use-sql: false
  31. sql:
  32. host: 127.0.0.1
  33. port: 3306
  34. database: minecraft
  35. username: root
  36. password: aComplexPassword
  37. individual-rank-update-interval: 60
  38. economy:
  39. enable-economy: false
  40. kill-reward: 10
  41. win-reward: 10
  42. reward-messages: true
  43. arena-distance-apart: 200
  44. arena-copying:
  45. number-of-blocks-to-copy-at-once: 500
  46. command-whitelist:
  47. whitelist-enabled: true
  48. treated-as-blacklist: false
  49. whitelist:
  50. - /skywars
  51. - /sw
  52. - /me
  53. join-sign-lines:
  54. - '&8[&cSkyWars&8]'
  55. - '&8Next Game: &c{name}'
  56. - '&8Players: &2{count}&3/&2{max}'
  57. - '&cClick to join!'
  58. only-broadcast-to-players-in-arena:
  59. start: false
  60. death: true
  61. end: false
  62. starting-in-start-timer: false
  63. kit-gui:
  64. show-unavailable-kits: true
  65. replace-kit-command: false
  66. auto-show-on-join: true
  67. game-timer:
  68. time-till-start-after-max-join: 30
  69. time-till-start-after-any-join: 200
  70. time-before-start-to-start-arena-copy-operation: 45
  71. time-after-start-to-freeze-players: 5
  72. times-to-message-before-start:
  73. - 600
  74. - 300
  75. - 180
  76. - 60
  77. - 45
  78. - 30
  79. - 15
  80. - 5
  81. - 3
  82. - 2
  83. - 1
  84. hooks:
  85. multiverse-core-hook: true
  86. worldedit-hook: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement