Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 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: false
  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. item-dirty-ticks: 20
  33. timeout-time: 60
  34. restart-on-crash: true
  35. restart-script: ./start.sh
  36. netty-threads: 4
  37. attribute:
  38. maxHealth:
  39. max: 2048.0
  40. movementSpeed:
  41. max: 2048.0
  42. attackDamage:
  43. max: 2048.0
  44. debug: false
  45. commands:
  46. tab-complete: 0
  47. log: true
  48. spam-exclusions:
  49. - /skill
  50. silent-commandblock-console: false
  51. replace-commands:
  52. - setblock
  53. - summon
  54. - testforblock
  55. - tellraw
  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. entity-activation-range:
  73. animals: 32
  74. monsters: 32
  75. misc: 16
  76. entity-tracking-range:
  77. players: 48
  78. animals: 48
  79. monsters: 48
  80. misc: 32
  81. other: 64
  82. ticks-per:
  83. hopper-transfer: 8
  84. hopper-check: 8
  85. hopper-amount: 1
  86. random-light-updates: false
  87. save-structure-info: true
  88. max-entity-collisions: 8
  89. dragon-death-sound-radius: 0
  90. seed-village: 10387312
  91. seed-feature: 14357617
  92. hunger:
  93. walk-exhaustion: 0.2
  94. sprint-exhaustion: 0.8
  95. combat-exhaustion: 0.3
  96. regen-exhaustion: 3.0
  97. max-tnt-per-tick: 100
  98. max-tick-time:
  99. tile: 50
  100. entity: 50
  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: 10
  109. hanging-tick-frequency: 100
  110. zombie-aggressive-towards-villager: true
  111. nerf-spawner-mobs: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement