Advertisement
Guest User

spigot.yml updated

a guest
Oct 5th, 2013
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 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: 3
  14. commands:
  15. tab-complete: false
  16. log: true
  17. spam-exclusions:
  18. - /skill
  19. listeners:
  20. - port: default
  21. host: default
  22. netty: true
  23. settings:
  24. netty-threads: 3
  25. log-filters:
  26. - ^(.*)(/login)(.*)$
  27. bungeecord-addresses:
  28. - XX.XXX.XX.XXX
  29. bungeecord: true
  30. timeout-time: 60
  31. restart-on-crash: true
  32. restart-script: ./start.sh
  33. prevent-proxies: false
  34. messages:
  35. whitelist: Fixing Something!
  36. unknown-command: Unknown command. Type "/help" for help.
  37. server-full: The server is full!
  38. outdated-client: Please update your client!
  39. outdated-server: Sorry, Server will update as soon as possible!
  40. world-settings:
  41. default:
  42. verbose: false
  43. view-distance: 6
  44. chunks-per-tick: 450
  45. merge-radius:
  46. exp: 4.0
  47. item: 3.5
  48. item-despawn-rate: 2000
  49. anti-xray:
  50. enabled: false
  51. engine-mode: 1
  52. blocks:
  53. - 1
  54. - 5
  55. - 14
  56. - 15
  57. - 16
  58. - 21
  59. - 48
  60. - 49
  61. - 54
  62. - 56
  63. - 73
  64. - 74
  65. - 82
  66. - 129
  67. - 130
  68. growth:
  69. cactus-modifier: 15
  70. cane-modifier: 25
  71. melon-modifier: 50
  72. mushroom-modifier: 20
  73. pumpkin-modifier: 20
  74. sapling-modifier: 20
  75. wheat-modifier: 60
  76. entity-activation-range:
  77. animals: 16
  78. monsters: 16
  79. misc: 9
  80. mob-spawn-range: 1
  81. entity-tracking-range:
  82. players: 32
  83. animals: 32
  84. monsters: 32
  85. misc: 16
  86. other: 48
  87. ticks-per:
  88. hopper-transfer: 16
  89. hopper-check: 16
  90. random-light-updates: false
  91. save-structure-info: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement