Advertisement
Guest User

Untitled

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