Advertisement
Guest User

main-config

a guest
Nov 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 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. - GatheredFort
  18. locale: ja
  19. skywars-arena-gamerules:
  20. doDaylightCycle: 'false'
  21. skip-respawn-screen: false
  22. points:
  23. enable-points: true
  24. win-point-diff: 25
  25. death-point-diff: 0
  26. kill-point-diff: 5
  27. max-save-interval: 300
  28. use-sql: false
  29. sql:
  30. host: 127.0.0.1
  31. port: 3306
  32. database: minecraft
  33. username: root
  34. password: aComplexPassword
  35. individual-rank-update-interval: 60
  36. economy:
  37. enable-economy: false
  38. kill-reward: 10
  39. win-reward: 10
  40. reward-messages: true
  41. arena-distance-apart: 200
  42. arena-copying:
  43. number-of-blocks-to-copy-at-once: 500
  44. command-whitelist:
  45. whitelist-enabled: true
  46. treated-as-blacklist: false
  47. whitelist:
  48. - /skywars
  49. - /sw
  50. - /me
  51. join-sign-lines:
  52. - '&8[&cSkyWars&8]'
  53. - '&c{name}'
  54. - '&8Players: &2{count}&3/&2{max}'
  55. - '&cClick to join!'
  56. only-broadcast-to-players-in-arena:
  57. start: false
  58. death: true
  59. end: false
  60. starting-in-start-timer: false
  61. kit-gui:
  62. show-unavailable-kits: true
  63. replace-kit-command: false
  64. auto-show-on-join: true
  65. game-timer:
  66. time-till-start-after-max-join: 30
  67. time-till-start-after-any-join: 200
  68. time-before-start-to-start-arena-copy-operation: 45
  69. time-after-start-to-freeze-players: 5
  70. times-to-message-before-start:
  71. - 600
  72. - 300
  73. - 180
  74. - 60
  75. - 45
  76. - 30
  77. - 15
  78. - 5
  79. - 3
  80. - 2
  81. - 1
  82. hooks:
  83. multiverse-core-hook: true
  84. worldedit-hook: true
  85. multiinv-workaround-when-plugin-found: true
  86. multiinv-workaround-always: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement