Advertisement
Guest User

Untitled

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