Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 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.spi.gt ( http://www.spigotmc.org/pages/irc/ )
  11. # Forums: http://www.spigotmc.org/
  12.  
  13. config-version: 8
  14. messages:
  15. whitelist: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cYou are not whitelisted on this
  16. server &8!'
  17. unknown-command: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cUnknown command &8!'
  18. server-full: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cThe server is full &8!'
  19. outdated-client: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cOutdated client! Please use
  20. &8{0}'
  21. outdated-server: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cOutdated server! Im still
  22. on &8{0}'
  23. restart: '&8┃ &c&lMONSTER &8┃ &7Network &f● &cServer is restarting &8!'
  24. settings:
  25. save-user-cache-on-stop-only: false
  26. sample-count: 12
  27. player-shuffle: 0
  28. filter-creative-items: true
  29. bungeecord: true
  30. late-bind: false
  31. user-cache-size: 1000
  32. int-cache-limit: 1024
  33. moved-wrongly-threshold: 0.0625
  34. moved-too-quickly-threshold: 100.0
  35. timeout-time: 60
  36. restart-on-crash: true
  37. restart-script: ./start.sh
  38. netty-threads: 4
  39. attribute:
  40. maxHealth:
  41. max: 2048.0
  42. movementSpeed:
  43. max: 2048.0
  44. attackDamage:
  45. max: 2048.0
  46. debug: false
  47. global-api-cache: false
  48. commands:
  49. tab-complete: -1
  50. spam-exclusions:
  51. - /skill
  52. silent-commandblock-console: false
  53. replace-commands:
  54. - setblock
  55. - summon
  56. - testforblock
  57. - tellraw
  58. log: true
  59. stats:
  60. disable-saving: false
  61. forced-stats: {}
  62. world-settings:
  63. default:
  64. verbose: true
  65. mob-spawn-range: 4
  66. anti-xray:
  67. enabled: true
  68. engine-mode: 1
  69. hide-blocks:
  70. - 14
  71. - 15
  72. - 16
  73. - 21
  74. - 48
  75. - 49
  76. - 54
  77. - 56
  78. - 73
  79. - 74
  80. - 82
  81. - 129
  82. - 130
  83. replace-blocks:
  84. - 1
  85. - 5
  86. nerf-spawner-mobs: false
  87. growth:
  88. cactus-modifier: 100
  89. cane-modifier: 100
  90. melon-modifier: 100
  91. mushroom-modifier: 100
  92. pumpkin-modifier: 100
  93. sapling-modifier: 100
  94. wheat-modifier: 100
  95. netherwart-modifier: 100
  96. entity-activation-range:
  97. animals: 32
  98. monsters: 32
  99. misc: 16
  100. entity-tracking-range:
  101. players: 48
  102. animals: 48
  103. monsters: 48
  104. misc: 32
  105. other: 64
  106. ticks-per:
  107. hopper-transfer: 8
  108. hopper-check: 8
  109. hopper-amount: 1
  110. random-light-updates: false
  111. save-structure-info: true
  112. max-bulk-chunks: 5
  113. max-entity-collisions: 8
  114. dragon-death-sound-radius: 0
  115. seed-village: 10387312
  116. seed-feature: 14357617
  117. hunger:
  118. walk-exhaustion: 0.2
  119. sprint-exhaustion: 0.2
  120. combat-exhaustion: 0.1
  121. regen-exhaustion: 3.0
  122. max-tnt-per-tick: 100
  123. max-tick-time:
  124. tile: 50
  125. entity: 50
  126. item-despawn-rate: 6000
  127. merge-radius:
  128. item: 2.5
  129. exp: 3.0
  130. arrow-despawn-rate: 1200
  131. enable-zombie-pigmen-portal-spawns: true
  132. wither-spawn-sound-radius: 0
  133. view-distance: 10
  134. hanging-tick-frequency: 100
  135. zombie-aggressive-towards-villager: true
  136. chunks-per-tick: 650
  137. clear-tick-list: false
  138. hopper-alt-ticking: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement