Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 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: Servidor em manutencao
  16. unknown-command: Esse comando nao existe
  17. server-full: Servidor cheio
  18. outdated-client: Outdated client! Please use {0}
  19. outdated-server: Outdated server! I'm still on {0}
  20. restart: Servidor reiniciando
  21. settings:
  22. save-user-cache-on-stop-only: false
  23. bungeecord: false
  24. late-bind: true
  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. timings:
  45. enabled: true
  46. verbose: true
  47. server-name-privacy: false
  48. hidden-config-entries:
  49. - database
  50. - settings.bungeecord-addresses
  51. history-interval: 300
  52. history-length: 3600
  53. commands:
  54. tab-complete: 0
  55. log: false
  56. spam-exclusions:
  57. - /skill
  58. silent-commandblock-console: false
  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. mob-spawn-range: 2
  71. anti-xray:
  72. enabled: false
  73. engine-mode: 1
  74. hide-blocks:
  75. - 14
  76. - 15
  77. - 16
  78. - 21
  79. - 48
  80. - 49
  81. - 54
  82. - 56
  83. - 73
  84. - 74
  85. - 82
  86. - 129
  87. - 130
  88. replace-blocks:
  89. - 1
  90. - 5
  91. nerf-spawner-mobs: false
  92. growth:
  93. cactus-modifier: 100
  94. cane-modifier: 100
  95. melon-modifier: 100
  96. mushroom-modifier: 100
  97. pumpkin-modifier: 100
  98. sapling-modifier: 100
  99. wheat-modifier: 100
  100. netherwart-modifier: 100
  101. entity-activation-range:
  102. animals: 16
  103. monsters: 16
  104. misc: 16
  105. entity-tracking-range:
  106. players: 20
  107. animals: 20
  108. monsters: 20
  109. misc: 20
  110. other: 20
  111. ticks-per:
  112. hopper-transfer: 16
  113. hopper-check: 16
  114. hopper-amount: 1
  115. random-light-updates: false
  116. save-structure-info: true
  117. max-bulk-chunks: 10
  118. max-entity-collisions: 8
  119. dragon-death-sound-radius: 0
  120. seed-village: 10387312
  121. seed-feature: 14357617
  122. hunger:
  123. walk-exhaustion: 0.2
  124. sprint-exhaustion: 0.8
  125. combat-exhaustion: 0.3
  126. regen-exhaustion: 3.0
  127. max-tnt-per-tick: 100
  128. max-tick-time:
  129. tile: 50
  130. entity: 50
  131. item-despawn-rate: 6000
  132. merge-radius:
  133. item: 4.0
  134. exp: 6.0
  135. arrow-despawn-rate: 300
  136. enable-zombie-pigmen-portal-spawns: true
  137. wither-spawn-sound-radius: 0
  138. view-distance: 10
  139. hanging-tick-frequency: 100
  140. zombie-aggressive-towards-villager: true
  141. chunks-per-tick: 400
  142. clear-tick-list: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement