Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 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: 5
  14. settings:
  15. timeout-time: 60
  16. restart-on-crash: true
  17. restart-script: ./start.sh
  18. netty-threads: 3
  19. bungeecord: false
  20. late-bind: false
  21. player-shuffle: 0
  22. sample-count: 12
  23. log-filters:
  24. - ^(.*)(/login)(.*)$
  25. bungeecord-addresses:
  26. - 127.0.0.1
  27. prevent-proxies: false
  28. messages:
  29. restart: Server is restarting
  30. whitelist: Server is whitelisted due to maintenance. We will be back up ASAP.
  31. unknown-command: Unknown command. Type "/help" for help.
  32. server-full: The server is full!
  33. outdated-client: Outdated client! Please use {}
  34. outdated-server: Outdated server! I'm still on {0}
  35. commands:
  36. replace-commands:
  37. - setblock
  38. - summon
  39. - testforblock
  40. tab-complete: true
  41. log: true
  42. spam-exclusions:
  43. - /skill
  44. stats:
  45. disable-saving: false
  46. forced-stats: {}
  47. world-settings:
  48. default:
  49. verbose: true
  50. growth:
  51. cactus-modifier: 100
  52. cane-modifier: 100
  53. melon-modifier: 100
  54. mushroom-modifier: 100
  55. pumpkin-modifier: 100
  56. sapling-modifier: 100
  57. wheat-modifier: 100
  58. anti-xray:
  59. enabled: true
  60. engine-mode: 1
  61. hide-blocks:
  62. - 14
  63. - 15
  64. - 48
  65. - 54
  66. - 56
  67. - 129
  68. replace-blocks:
  69. - 1
  70. - 5
  71. entity-activation-range:
  72. animals: 8
  73. monsters: 24
  74. misc: 5
  75. entity-tracking-range:
  76. players: 48
  77. animals: 35
  78. monsters: 35
  79. misc: 16
  80. other: 64
  81. ticks-per:
  82. hopper-transfer: 8
  83. hopper-check: 20
  84. random-light-updates: true
  85. save-structure-info: false
  86. view-distance: 8
  87. chunks-per-tick: 600
  88. clear-tick-list: false
  89. merge-radius:
  90. exp: 3.0
  91. item: 2.5
  92. enable-zombie-pigmen-portal-spawns: true
  93. mob-spawn-range: 8
  94. nerf-spawner-mobs: false
  95. zombie-aggressive-towards-villager: true
  96. item-despawn-rate: 6000
  97. arrow-despawn-rate: 1200
  98. listeners:
  99. - port: default
  100. host: default
  101. netty: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement