Advertisement
Sladjan

Untitled

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