Advertisement
Zarbi4734

Untitled

Dec 27th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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: 7
  14. settings:
  15. bungeecord: true
  16. late-bind: false
  17. sample-count: 12
  18. fullMatchRate: 10
  19. timeout-time: 90
  20. restart-on-crash: true
  21. restart-script: ./start.sh
  22. netty-threads: -1
  23. player-shuffle: 0
  24. commands:
  25. log: true
  26. tab-complete: true
  27. messages:
  28. restart: Server is restarting
  29. whitelist: You are not whitelisted on this server!
  30. unknown-command: Unknown command. Type "/help" for help.
  31. server-full: The server is full!
  32. outdated-client: Outdated client! Please use {}
  33. outdated-server: Outdated server! I'm still on {}
  34. stats:
  35. disable-saving: false
  36. forced-stats: {}
  37. world-settings:
  38. default:
  39. verbose: false
  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. mob-spawn-range: 4
  85. max-bulk-chunks: 5
  86. max-entity-collisions: 8
  87. max-tick-time:
  88. tile: 50
  89. entity: 50
  90. max-tnt-per-tick: 100
  91. item-despawn-rate: 6000
  92. merge-radius:
  93. item: 2.5
  94. exp: 3.0
  95. view-distance: 10
  96. chunks-per-tick: 650
  97. clear-tick-list: false
  98. use-async-lighting: true
  99. enable-zombie-pigmen-portal-spawns: true
  100. arrow-despawn-rate: 1200
  101. zombie-aggressive-towards-villager: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement