Guest User

Untitled

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