Advertisement
Guest User

Untitled

a guest
Aug 19th, 2014
255
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. listeners:
  15. - port: default
  16. host: default
  17. netty: true
  18. settings:
  19. netty-threads: 3
  20. timeout-time: 60
  21. restart-on-crash: true
  22. restart-script: ./start.sh
  23. bungeecord-addresses:
  24. - 127.0.0.1
  25. bungeecord: true
  26. log-filters:
  27. - ^(.*)(/login)(.*)$
  28. prevent-proxies: false
  29. commands:
  30. tab-complete: true
  31. log: true
  32. spam-exclusions:
  33. - /skill
  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. outdated-client: Outdated client!
  39. outdated-server: Outdated server!
  40. world-settings:
  41. default:
  42. verbose: false
  43. view-distance: 6
  44. merge-radius:
  45. item: 2.5
  46. exp: 3.0
  47. chunks-per-tick: 650
  48. mob-spawn-range: 4
  49. growth:
  50. cactus-modifier: 100
  51. cane-modifier: 100
  52. melon-modifier: 100
  53. mushroom-modifier: 100
  54. pumpkin-modifier: 100
  55. sapling-modifier: 100
  56. wheat-modifier: 100
  57. entity-activation-range:
  58. animals: 32
  59. monsters: 32
  60. misc: 16
  61. save-mineshaft-structure-info: false
  62. arrow-despawn-rate: 1200
  63. item-despawn-rate: 6000
  64. ticks-per:
  65. hopper-transfer: 8
  66. hopper-check: 8
  67. anti-xray:
  68. engine-mode: 1
  69. blocks:
  70. - 1
  71. - 5
  72. - 14
  73. - 15
  74. - 16
  75. - 21
  76. - 48
  77. - 49
  78. - 54
  79. - 56
  80. - 73
  81. - 74
  82. - 82
  83. - 129
  84. - 130
  85. random-light-updates: false
  86. entity-tracking-range:
  87. players: 48
  88. animals: 48
  89. monsters: 48
  90. misc: 32
  91. other: 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement