Advertisement
Guest User

Untitled

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