Advertisement
Data_Base

Untitled

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