Advertisement
Guest User

Untitled

a guest
Mar 15th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 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. filter-creative-items: true
  18. moved-wrongly-threshold: 0.0625
  19. moved-too-quickly-multiplier: 10.0
  20. bungeecord: false
  21. late-bind: false
  22. sample-count: 12
  23. player-shuffle: 0
  24. user-cache-size: 1000
  25. int-cache-limit: 1024
  26. timeout-time: 60
  27. restart-on-crash: true
  28. restart-script: ./start.sh
  29. netty-threads: 4
  30. attribute:
  31. maxHealth:
  32. max: 2048.0
  33. movementSpeed:
  34. max: 2048.0
  35. attackDamage:
  36. max: 2048.0
  37. commands:
  38. tab-complete: 0
  39. silent-commandblock-console: false
  40. log: true
  41. spam-exclusions:
  42. - /skill
  43. replace-commands:
  44. - setblock
  45. - summon
  46. - testforblock
  47. - tellraw
  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. 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. random-light-updates: false
  85. save-structure-info: true
  86. hunger:
  87. walk-exhaustion: 0.2
  88. sprint-exhaustion: 0.8
  89. combat-exhaustion: 0.3
  90. regen-exhaustion: 3.0
  91. max-tnt-per-tick: 100
  92. max-tick-time:
  93. tile: 50
  94. entity: 50
  95. arrow-despawn-rate: 1200
  96. hanging-tick-frequency: 100
  97. enable-zombie-pigmen-portal-spawns: true
  98. wither-spawn-sound-radius: 0
  99. view-distance: 10
  100. item-despawn-rate: 6000
  101. merge-radius:
  102. item: 2.5
  103. exp: 3.0
  104. zombie-aggressive-towards-villager: true
  105. mob-spawn-range: 4
  106. nerf-spawner-mobs: false
  107. max-entity-collisions: 8
  108. dragon-death-sound-radius: 0
  109. seed-village: 10387312
  110. seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement