Advertisement
Juandi12

spigz

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