Advertisement
Guest User

Spigot

a guest
Nov 21st, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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. late-bind: false
  16. save-user-cache-on-stop-only: false
  17. user-cache-size: 1000
  18. bungeecord: false
  19. sample-count: 12
  20. player-shuffle: 0
  21. filter-creative-items: true
  22. int-cache-limit: 1024
  23. timeout-time: 60
  24. restart-on-crash: true
  25. restart-script: ./start.sh
  26. netty-threads: 4
  27. commands:
  28. tab-complete: 0
  29. silent-commandblock-console: false
  30. replace-commands:
  31. - setblock
  32. - summon
  33. - testforblock
  34. - tellraw
  35. spam-exclusions:
  36. - /skill
  37. log: true
  38. messages:
  39. whitelist: You are not whitelisted on this server!
  40. unknown-command: Unknown command. Type "/help" for help.
  41. server-full: The server is full!
  42. outdated-client: Outdated client! Please use {}
  43. outdated-server: Outdated server! I'm still on {0}
  44. restart: Server is restarting
  45. stats:
  46. disable-saving: false
  47. forced-stats: {}
  48. world-settings:
  49. default:
  50. verbose: true
  51. nerf-spawner-mobs: false
  52. growth:
  53. cactus-modifier: 100
  54. cane-modifier: 100
  55. melon-modifier: 100
  56. mushroom-modifier: 100
  57. pumpkin-modifier: 100
  58. sapling-modifier: 100
  59. wheat-modifier: 100
  60. entity-activation-range:
  61. animals: 32
  62. monsters: 32
  63. misc: 16
  64. entity-tracking-range:
  65. players: 48
  66. animals: 48
  67. monsters: 48
  68. misc: 32
  69. other: 64
  70. hopper-alt-ticking: false
  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. max-bulk-chunks: 5
  78. max-entity-collisions: 8
  79. dragon-death-sound-radius: 0
  80. seed-village: 10387312
  81. seed-feature: 14357617
  82. anti-xray:
  83. enabled: true
  84. engine-mode: 1
  85. hide-blocks:
  86. - 14
  87. - 15
  88. - 16
  89. - 21
  90. - 48
  91. - 49
  92. - 54
  93. - 56
  94. - 73
  95. - 74
  96. - 82
  97. - 129
  98. - 130
  99. replace-blocks:
  100. - 1
  101. - 5
  102. mob-spawn-range: 4
  103. view-distance: 10
  104. chunks-per-tick: 650
  105. clear-tick-list: false
  106. merge-radius:
  107. exp: 3.0
  108. item: 2.5
  109. item-despawn-rate: 6000
  110. enable-zombie-pigmen-portal-spawns: true
  111. wither-spawn-sound-radius: 0
  112. arrow-despawn-rate: 1200
  113. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement