Advertisement
Juandi12

Untitled

Dec 10th, 2015
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 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. settings:
  15. bungeecord: false
  16. late-bind: false
  17. sample-count: 12
  18. player-shuffle: 0
  19. filter-creative-items: true
  20. user-cache-size: 1000
  21. int-cache-limit: 1024
  22. moved-wrongly-threshold: 0.0625
  23. moved-too-quickly-threshold: 100.0
  24. timeout-time: 60
  25. restart-on-crash: true
  26. restart-script: ./start.sh
  27. netty-threads: 4
  28. attribute:
  29. maxHealth:
  30. max: 2048.0
  31. movementSpeed:
  32. max: 2048.0
  33. attackDamage:
  34. max: 2048.0
  35. save-user-cache-on-stop-only: false
  36. debug: false
  37. commands:
  38. spam-exclusions:
  39. - /skill
  40. silent-commandblock-console: false
  41. replace-commands:
  42. - setblock
  43. - summon
  44. - testforblock
  45. - tellraw
  46. log: true
  47. tab-complete: 0
  48. messages:
  49. restart: §8[§6ONE§8]§7Maaf server sedang restart untuk pemulihan performa server
  50. whitelist: §8[§6ONE§8]§7Server Sedang Maintenance,harap cek group facebook ScN Untuk informasinya
  51. unknown-command: §8[§6ONE§8]&7 Command yang kamu ketik tidak cocok!
  52. server-full: §8[§6ONE§8]§7Maaf server sedang full,harap membeli VIP keatas untuk join saat server full
  53. outdated-client: §8[§6ONE§8]§7Kamu memakai versi minecraft lama! harap pakai versi 1.8.X
  54. outdated-server: §8[§6ONE§8]§7Harap memakai minecraft versi 1.8.X
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. nerf-spawner-mobs: false
  62. growth:
  63. cactus-modifier: 100
  64. cane-modifier: 100
  65. melon-modifier: 100
  66. mushroom-modifier: 100
  67. pumpkin-modifier: 100
  68. sapling-modifier: 100
  69. wheat-modifier: 100
  70. netherwart-modifier: 100
  71. mob-spawn-range: 4
  72. anti-xray:
  73. enabled: true
  74. engine-mode: 1
  75. hide-blocks:
  76. - 14
  77. - 15
  78. - 16
  79. - 21
  80. - 48
  81. - 49
  82. - 54
  83. - 56
  84. - 73
  85. - 74
  86. - 82
  87. - 129
  88. - 130
  89. replace-blocks:
  90. - 1
  91. - 5
  92. entity-activation-range:
  93. animals: 32
  94. monsters: 32
  95. misc: 16
  96. entity-tracking-range:
  97. players: 48
  98. animals: 48
  99. monsters: 48
  100. misc: 32
  101. other: 64
  102. ticks-per:
  103. hopper-transfer: 8
  104. hopper-check: 8
  105. hopper-amount: 1
  106. random-light-updates: false
  107. save-structure-info: true
  108. max-bulk-chunks: 10
  109. max-entity-collisions: 8
  110. dragon-death-sound-radius: 0
  111. seed-village: 10387312
  112. seed-feature: 14357617
  113. hunger:
  114. walk-exhaustion: 0.2
  115. sprint-exhaustion: 0.8
  116. combat-exhaustion: 0.3
  117. regen-exhaustion: 3.0
  118. max-tnt-per-tick: 100
  119. max-tick-time:
  120. tile: 50
  121. entity: 50
  122. chunks-per-tick: 650
  123. clear-tick-list: false
  124. merge-radius:
  125. exp: 3.0
  126. item: 2.5
  127. hanging-tick-frequency: 100
  128. zombie-aggressive-towards-villager: true
  129. item-despawn-rate: 6000
  130. enable-zombie-pigmen-portal-spawns: true
  131. wither-spawn-sound-radius: 0
  132. view-distance: 10
  133. arrow-despawn-rate: 1200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement