Advertisement
Guest User

Untitled

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