Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 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: 2
  14. commands:
  15. tab-complete: true
  16. spam-exclusions:
  17. - /skill
  18. log: true
  19. listeners:
  20. - port: default
  21. host: default
  22. netty: true
  23. settings:
  24. netty-threads: 3
  25. log-filters:
  26. - ^(.*)(/login)(.*)$
  27. prevent-proxies: false
  28. bungeecord-addresses:
  29. - 127.0.0.1
  30. bungeecord: false
  31. timeout-time: 60
  32. restart-on-crash: true
  33. restart-script: /start.bat
  34. messages:
  35. whitelist: You are not whitelisted on this server!
  36. unknown-command: Unknown command. Type "help" for help.
  37. server-full: The server is full!
  38. world-settings:
  39. default:
  40. verbose: true
  41. chunks-per-tick: 650
  42. view-distance: 10
  43. merge-radius:
  44. exp: 3.0
  45. item: 2.5
  46. mob-spawn-range: 4
  47. growth:
  48. cactus-modifier: 100
  49. cane-modifier: 100
  50. melon-modifier: 100
  51. mushroom-modifier: 100
  52. pumpkin-modifier: 100
  53. sapling-modifier: 100
  54. wheat-modifier: 100
  55. entity-activation-range:
  56. animals: 32
  57. monsters: 32
  58. misc: 16
  59. entity-tracking-range:
  60. players: 48
  61. animals: 48
  62. monsters: 48
  63. misc: 32
  64. other: 64
  65. anti-xray:
  66. enabled: true
  67. engine-mode: 2
  68. blocks:
  69. - 14
  70. - 15
  71. - 16
  72. - 21
  73. - 48
  74. - 54
  75. - 56
  76. - 73
  77. - 74
  78. - 129
  79. - 130
  80. ticks-per:
  81. hopper-check: 8
  82. hopper-transfer: 8
  83. random-light-updates: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement