Advertisement
Guest User

Untitled

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