Advertisement
Guest User

Untitled

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