Advertisement
Guest User

Untitled

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