Advertisement
Guest User

Untitled

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