Advertisement
Guest User

Untitled

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