Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. # This is the main configuration file for Spigot.
  2. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  3. # with caution, and make sure you know what each option does before configuring.
  4. # For a reference for any variable inside this file, check out the Spigot wiki at
  5. # http://www.spigotmc.org/wiki/spigot-configuration/
  6. #
  7. # If you need help with the configuration or have any questions related to Spigot,
  8. # join us at the IRC or drop by our forums and leave a post.
  9. #
  10. # IRC: #spigot @ irc.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. config-version: 8
  14. messages:
  15. whitelist: '&8[&cError&8] &cServer sedang maintenance'
  16. unknown-command: '&8[&cError&8] &cPerintah tidak diketahui'
  17. server-full: '&8[&cError&8] &fServer sedang penuh! cobalah beberapa saat lagi'
  18. outdated-client: '&8[&cError&8] &cAnda menggunakan versi MC yang lama! Harap gunakan
  19. MC versi {0}'
  20. outdated-server: '&8[&cError&8] &cVersi MC-mu ketinggian! Harap menggunakan MC versi
  21. {0}'
  22. restart: '&cServer is restarting'
  23. settings:
  24. save-user-cache-on-stop-only: false
  25. attribute:
  26. maxHealth:
  27. max: 100000.0
  28. movementSpeed:
  29. max: 2000.0
  30. attackDamage:
  31. max: 2000.0
  32. bungeecord: true
  33. late-bind: false
  34. sample-count: 12
  35. player-shuffle: 0
  36. filter-creative-items: true
  37. user-cache-size: 1000
  38. int-cache-limit: 1024
  39. moved-wrongly-threshold: 0.07
  40. moved-too-quickly-multiplier: 10.0
  41. item-dirty-ticks: 20
  42. timeout-time: 60
  43. restart-on-crash: false
  44. restart-script: ./start.sh
  45. netty-threads: 4
  46. debug: false
  47. moved-too-quickly-threshold: 100.0
  48. global-api-cache: false
  49. commands:
  50. tab-complete: 0
  51. log: true
  52. spam-exclusions:
  53. - /skill
  54. silent-commandblock-console: false
  55. replace-commands:
  56. - setblock
  57. - summon
  58. - testforblock
  59. - tellraw
  60. stats:
  61. disable-saving: false
  62. forced-stats: {}
  63. world-settings:
  64. default:
  65. verbose: true
  66. mob-spawn-range: 3
  67. growth:
  68. cactus-modifier: 100
  69. cane-modifier: 100
  70. melon-modifier: 100
  71. mushroom-modifier: 100
  72. pumpkin-modifier: 100
  73. sapling-modifier: 100
  74. wheat-modifier: 100
  75. netherwart-modifier: 100
  76. vine-modifier: 100
  77. cocoa-modifier: 100
  78. entity-activation-range:
  79. animals: 6
  80. monsters: 8
  81. misc: 2
  82. entity-tracking-range:
  83. players: 32
  84. animals: 32
  85. monsters: 32
  86. misc: 24
  87. other: 24
  88. ticks-per:
  89. hopper-transfer: 8
  90. hopper-check: 8
  91. hopper-amount: 1
  92. random-light-updates: false
  93. save-structure-info: true
  94. max-entity-collisions: 2
  95. dragon-death-sound-radius: 0
  96. seed-village: 10387312
  97. seed-feature: 14357617
  98. hunger:
  99. walk-exhaustion: 0.2
  100. sprint-exhaustion: 0.8
  101. combat-exhaustion: 0.3
  102. regen-exhaustion: 3.0
  103. max-tnt-per-tick: 100
  104. max-tick-time:
  105. tile: 8
  106. entity: 16
  107. item-despawn-rate: 1200
  108. merge-radius:
  109. item: 3.5
  110. exp: 6.0
  111. arrow-despawn-rate: 1200
  112. enable-zombie-pigmen-portal-spawns: true
  113. nerf-spawner-mobs: false
  114. wither-spawn-sound-radius: 0
  115. view-distance: 4
  116. hanging-tick-frequency: 100
  117. zombie-aggressive-towards-villager: true
  118. anti-xray:
  119. enabled: true
  120. engine-mode: 1
  121. hide-blocks:
  122. - 14
  123. - 15
  124. - 16
  125. - 21
  126. - 48
  127. - 49
  128. - 54
  129. - 56
  130. - 73
  131. - 74
  132. - 82
  133. - 129
  134. - 130
  135. replace-blocks:
  136. - 1
  137. - 5
  138. max-bulk-chunks: 5
  139. chunks-per-tick: 650
  140. clear-tick-list: false
  141. hopper-alt-ticking: false
  142. timings:
  143. enabled: true
  144. verbose: true
  145. server-name-privacy: false
  146. hidden-config-entries:
  147. - database
  148. - settings.bungeecord-addresses
  149. history-interval: 300
  150. history-length: 3600
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement