Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 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.esper.net ( http://webchat.esper.net/?channel=spigot )
  11. # Forums: http://www.spigotmc.org/forum/
  12.  
  13. config-version: 6
  14. settings:
  15. save-user-cache-on-stop-only: false
  16. late-bind: false
  17. user-cache-size: 1000
  18. sample-count: 12
  19. player-shuffle: 0
  20. filter-creative-items: true
  21. int-cache-limit: 1024
  22. timeout-time: 60
  23. restart-on-crash: true
  24. restart-script: ./start.sh
  25. netty-threads: 4
  26. bungeecord: false
  27. commands:
  28. tab-complete: 0
  29. silent-commandblock-console: false
  30. log: true
  31. spam-exclusions:
  32. - /skill
  33. replace-commands:
  34. - setblock
  35. - summon
  36. - testforblock
  37. - tellraw
  38. messages:
  39. whitelist: §8[§cHyzantix Network§8] §6Hyzantix is currently in §aMaintenance Mode§6. Please check back in §a10-15 minutes§6.
  40. unknown-command: §8[§cHyzantix Network§8] §6Sorry, but the command you entered is not recognised. Use §a/help §6for a list a commands.
  41. server-full: §8[§cHyzantix Network§8] §6The server is currently §afull§6. Donators can join full servers - donate today at §ahttp://hyzantix.buycraft.net§6!
  42. outdated-client: Outdated client! Please use {}
  43. outdated-server: Outdated server! I'm still on {0}
  44. restart: §8[§cHyzantix Network§8] §6The server is currently in §arebooting§6. You will be able to rejoin §a2-5 minutes§6.
  45. stats:
  46. disable-saving: false
  47. forced-stats: {}
  48. world-settings:
  49. default:
  50. verbose: true
  51. view-distance: 10
  52. chunks-per-tick: 650
  53. clear-tick-list: false
  54. merge-radius:
  55. exp: 3.0
  56. item: 2.5
  57. wither-spawn-sound-radius: 0
  58. item-despawn-rate: 6000
  59. arrow-despawn-rate: 1200
  60. enable-zombie-pigmen-portal-spawns: false
  61. zombie-aggressive-towards-villager: true
  62. growth:
  63. cactus-modifier: 100
  64. cane-modifier: 100
  65. melon-modifier: 100
  66. mushroom-modifier: 100
  67. pumpkin-modifier: 100
  68. sapling-modifier: 100
  69. wheat-modifier: 100
  70. entity-activation-range:
  71. animals: 32
  72. monsters: 32
  73. misc: 16
  74. entity-tracking-range:
  75. players: 48
  76. animals: 48
  77. monsters: 48
  78. misc: 32
  79. other: 64
  80. hopper-alt-ticking: false
  81. ticks-per:
  82. hopper-transfer: 8
  83. hopper-check: 8
  84. hopper-amount: 1
  85. anti-xray:
  86. enabled: false
  87. engine-mode: 1
  88. hide-blocks:
  89. - 14
  90. - 15
  91. - 16
  92. - 21
  93. - 48
  94. - 49
  95. - 54
  96. - 56
  97. - 73
  98. - 74
  99. - 82
  100. - 129
  101. - 130
  102. replace-blocks:
  103. - 1
  104. - 5
  105. nerf-spawner-mobs: false
  106. mob-spawn-range: 4
  107. random-light-updates: false
  108. save-structure-info: true
  109. max-bulk-chunks: 5
  110. max-entity-collisions: 8
  111. dragon-death-sound-radius: 0
  112. seed-village: 10387312
  113. seed-feature: 14357617
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement