Advertisement
Guest User

Untitled

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