Advertisement
Guest User

Untitled

a guest
Dec 17th, 2016
87
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. 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-multiplier: 10.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. commands:
  45. tab-complete: 0
  46. log: true
  47. spam-exclusions:
  48. - /skill
  49. silent-commandblock-console: false
  50. replace-commands:
  51. - setblock
  52. - summon
  53. - testforblock
  54. - tellraw
  55. stats:
  56. disable-saving: false
  57. forced-stats: {}
  58. world-settings:
  59. default:
  60. verbose: true
  61. entity-activation-range:
  62. animals: 32
  63. monsters: 32
  64. misc: 16
  65. entity-tracking-range:
  66. players: 48
  67. animals: 48
  68. monsters: 48
  69. misc: 32
  70. other: 64
  71. ticks-per:
  72. hopper-transfer: 8
  73. hopper-check: 8
  74. hopper-amount: 1
  75. random-light-updates: false
  76. save-structure-info: true
  77. growth:
  78. cactus-modifier: 100
  79. cane-modifier: 100
  80. melon-modifier: 100
  81. mushroom-modifier: 100
  82. pumpkin-modifier: 100
  83. sapling-modifier: 100
  84. wheat-modifier: 100
  85. netherwart-modifier: 100
  86. max-entity-collisions: 8
  87. dragon-death-sound-radius: 0
  88. seed-village: 10387312
  89. seed-feature: 14357617
  90. hunger:
  91. walk-exhaustion: 0.2
  92. sprint-exhaustion: 0.8
  93. combat-exhaustion: 0.3
  94. regen-exhaustion: 3.0
  95. max-tnt-per-tick: 100
  96. max-tick-time:
  97. tile: 50
  98. entity: 50
  99. mob-spawn-range: 4
  100. item-despawn-rate: 6000
  101. merge-radius:
  102. item: 2.5
  103. exp: 3.0
  104. arrow-despawn-rate: 1200
  105. enable-zombie-pigmen-portal-spawns: true
  106. wither-spawn-sound-radius: 0
  107. view-distance: 4
  108. hanging-tick-frequency: 100
  109. zombie-aggressive-towards-villager: true
  110. nerf-spawner-mobs: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement