Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 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: 5
  14. settings:
  15. bungeecord: true
  16. netty-threads: 4
  17. late-bind: false
  18. sample-count: 12
  19. timeout-time: 90
  20. restart-on-crash: true
  21. restart-script: ./start.sh
  22. player-shuffle: 0
  23. commands:
  24. log: true
  25. tab-complete: true
  26. messages:
  27. restart: Server is restarting
  28. whitelist: You are not whitelisted on this server!
  29. unknown-command: Unknown command. Type "/help" for help.
  30. server-full: The server is full!
  31. outdated-client: Outdated client! Please use {}
  32. outdated-server: Outdated server! I'm still on {0}
  33. stats:
  34. disable-saving: false
  35. forced-stats: {}
  36. world-settings:
  37. default:
  38. verbose: false
  39. mob-spawn-range: 4
  40. anti-xray:
  41. enabled: true
  42. engine-mode: 1
  43. hide-blocks:
  44. - 14
  45. - 15
  46. - 16
  47. - 21
  48. - 48
  49. - 49
  50. - 54
  51. - 56
  52. - 73
  53. - 74
  54. - 82
  55. - 129
  56. - 130
  57. replace-blocks:
  58. - 1
  59. - 5
  60. nerf-spawner-mobs: false
  61. growth:
  62. cactus-modifier: 100
  63. cane-modifier: 100
  64. melon-modifier: 100
  65. mushroom-modifier: 100
  66. pumpkin-modifier: 100
  67. sapling-modifier: 100
  68. wheat-modifier: 100
  69. entity-activation-range:
  70. animals: 32
  71. monsters: 32
  72. misc: 16
  73. entity-tracking-range:
  74. players: 48
  75. animals: 48
  76. monsters: 48
  77. misc: 32
  78. other: 64
  79. ticks-per:
  80. hopper-transfer: 8
  81. hopper-check: 8
  82. random-light-updates: false
  83. save-structure-info: true
  84. max-bulk-chunks: 5
  85. max-entity-collisions: 8
  86. chunks-per-tick: 650
  87. clear-tick-list: false
  88. merge-radius:
  89. exp: 3.0
  90. item: 2.5
  91. view-distance: 10
  92. arrow-despawn-rate: 1200
  93. item-despawn-rate: 6000
  94. enable-zombie-pigmen-portal-spawns: true
  95. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement