Advertisement
dwilley83

spigot.yml

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