Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 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: 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: true
  28. bungeecord-addresses:
  29. - 127.0.0.1
  30. bungeecord: true
  31. timeout-time: 60
  32. restart-on-crash: true
  33. restart-script: ./start.sh
  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: Please update your Minecraft client.
  39. outdated-server: Outdated server!
  40. world-settings:
  41. default:
  42. verbose: true
  43. anti-xray:
  44. enabled: true
  45. engine-mode: 1
  46. blocks:
  47. - 14
  48. - 15
  49. - 16
  50. - 21
  51. - 56
  52. - 73
  53. - 74
  54. - 129
  55. mob-spawn-range: 4
  56. growth:
  57. cactus-modifier: 100
  58. cane-modifier: 100
  59. melon-modifier: 100
  60. mushroom-modifier: 100
  61. pumpkin-modifier: 100
  62. sapling-modifier: 100
  63. wheat-modifier: 100
  64. entity-activation-range:
  65. animals: 25
  66. monsters: 25
  67. misc: 5
  68. entity-tracking-range:
  69. players: 48
  70. animals: 35
  71. monsters: 35
  72. misc: 16
  73. other: 64
  74. ticks-per:
  75. hopper-transfer: 8
  76. hopper-check: 20
  77. random-light-updates: false
  78. save-structure-info: true
  79. view-distance: 6
  80. chunks-per-tick: 500
  81. merge-radius:
  82. exp: 3.0
  83. item: 2.5
  84. item-despawn-rate: 6000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement