Advertisement
Guest User

Untitled

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