Advertisement
Guest User

dfdsffsdsdffsd

a guest
Jun 26th, 2016
85
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. 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. bungeecord: true
  24. late-bind: false
  25. sample-count: 12
  26. player-shuffle: 0
  27. filter-creative-items: true
  28. user-cache-size: 1000
  29. int-cache-limit: 1024
  30. moved-wrongly-threshold: 0.0625
  31. moved-too-quickly-threshold: 100.0
  32. timeout-time: 60
  33. restart-on-crash: true
  34. restart-script: ./start.sh
  35. netty-threads: 4
  36. attribute:
  37. maxHealth:
  38. max: 2048.0
  39. movementSpeed:
  40. max: 2048.0
  41. attackDamage:
  42. max: 2048.0
  43. debug: false
  44. global-api-cache: false
  45. commands:
  46. tab-complete: 0
  47. log: true
  48. spam-exclusions:
  49. - /skill
  50. silent-commandblock-console: false
  51. replace-commands:
  52. - setblock
  53. - summon
  54. - testforblock
  55. - tellraw
  56. stats:
  57. disable-saving: false
  58. forced-stats: {}
  59. world-settings:
  60. default:
  61. verbose: true
  62. mob-spawn-range: 4
  63. anti-xray:
  64. enabled: true
  65. engine-mode: 1
  66. hide-blocks:
  67. - 14
  68. - 15
  69. - 16
  70. - 21
  71. - 48
  72. - 49
  73. - 54
  74. - 56
  75. - 73
  76. - 74
  77. - 82
  78. - 129
  79. - 130
  80. replace-blocks:
  81. - 1
  82. - 5
  83. nerf-spawner-mobs: false
  84. growth:
  85. cactus-modifier: 100
  86. cane-modifier: 100
  87. melon-modifier: 100
  88. mushroom-modifier: 100
  89. pumpkin-modifier: 100
  90. sapling-modifier: 100
  91. wheat-modifier: 100
  92. netherwart-modifier: 100
  93. entity-activation-range:
  94. animals: 32
  95. monsters: 32
  96. misc: 16
  97. entity-tracking-range:
  98. players: 48
  99. animals: 48
  100. monsters: 48
  101. misc: 32
  102. other: 64
  103. ticks-per:
  104. hopper-transfer: 8
  105. hopper-check: 8
  106. hopper-amount: 1
  107. random-light-updates: false
  108. save-structure-info: true
  109. max-bulk-chunks: 10
  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. max-tick-time:
  121. tile: 50
  122. entity: 50
  123. item-despawn-rate: 6000
  124. merge-radius:
  125. item: 2.5
  126. exp: 3.0
  127. arrow-despawn-rate: 1200
  128. enable-zombie-pigmen-portal-spawns: true
  129. wither-spawn-sound-radius: 0
  130. view-distance: 10
  131. hanging-tick-frequency: 100
  132. zombie-aggressive-towards-villager: true
  133. chunks-per-tick: 650
  134. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement