Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 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. settings:
  15. save-user-cache-on-stop-only: false
  16. bungeecord: true
  17. late-bind: false
  18. sample-count: 12
  19. player-shuffle: 0
  20. filter-creative-items: true
  21. user-cache-size: 1000
  22. int-cache-limit: 1024
  23. moved-wrongly-threshold: 0.0625
  24. moved-too-quickly-threshold: 100.0
  25. timeout-time: 60
  26. restart-on-crash: true
  27. restart-script: ./start.sh
  28. netty-threads: 4
  29. attribute:
  30. maxHealth:
  31. max: 2048.0
  32. movementSpeed:
  33. max: 8192.0
  34. attackDamage:
  35. max: 2048.0
  36. debug: false
  37. global-api-cache: false
  38. timings:
  39. enabled: true
  40. verbose: true
  41. server-name-privacy: false
  42. hidden-config-entries:
  43. - database
  44. - settings.bungeecord-addresses
  45. history-interval: 300
  46. history-length: 3600
  47. commands:
  48. tab-complete: 0
  49. log: true
  50. spam-exclusions:
  51. - /skill
  52. silent-commandblock-console: false
  53. replace-commands:
  54. - setblock
  55. - summon
  56. - testforblock
  57. - tellraw
  58. messages:
  59. whitelist: You are not whitelisted on this server!
  60. unknown-command: Unknown command. Type "/help" for help.
  61. server-full: The server is full!
  62. outdated-client: Outdated client! Please use {0}
  63. outdated-server: Outdated server! I'm still on {0}
  64. restart: Server is restarting
  65. stats:
  66. disable-saving: false
  67. forced-stats: {}
  68. world-settings:
  69. default:
  70. verbose: true
  71. random-light-updates: false
  72. save-structure-info: true
  73. max-bulk-chunks: 10
  74. growth:
  75. cactus-modifier: 100
  76. cane-modifier: 100
  77. melon-modifier: 100
  78. mushroom-modifier: 100
  79. pumpkin-modifier: 100
  80. sapling-modifier: 100
  81. wheat-modifier: 100
  82. netherwart-modifier: 100
  83. entity-activation-range:
  84. animals: 32
  85. monsters: 32
  86. misc: 16
  87. entity-tracking-range:
  88. players: 48
  89. animals: 48
  90. monsters: 48
  91. misc: 32
  92. other: 64
  93. ticks-per:
  94. hopper-transfer: 8
  95. hopper-check: 8
  96. hopper-amount: 1
  97. mob-spawn-range: 4
  98. anti-xray:
  99. enabled: true
  100. engine-mode: 1
  101. hide-blocks:
  102. - 14
  103. - 15
  104. - 16
  105. - 21
  106. - 48
  107. - 49
  108. - 54
  109. - 56
  110. - 73
  111. - 74
  112. - 82
  113. - 129
  114. - 130
  115. replace-blocks:
  116. - 1
  117. - 5
  118. nerf-spawner-mobs: false
  119. max-entity-collisions: 8
  120. dragon-death-sound-radius: 0
  121. seed-village: 10387312
  122. seed-feature: 14357617
  123. hunger:
  124. walk-exhaustion: 0.2
  125. sprint-exhaustion: 0.8
  126. combat-exhaustion: 0.3
  127. regen-exhaustion: 3.0
  128. max-tnt-per-tick: 200000
  129. max-tick-time:
  130. tile: 50
  131. entity: 50
  132. item-despawn-rate: 6000
  133. merge-radius:
  134. item: 2.5
  135. exp: 3.0
  136. arrow-despawn-rate: 1200
  137. enable-zombie-pigmen-portal-spawns: true
  138. view-distance: 10
  139. wither-spawn-sound-radius: 0
  140. hanging-tick-frequency: 100
  141. zombie-aggressive-towards-villager: true
  142. chunks-per-tick: 650
  143. clear-tick-list: false
  144. hopper-alt-ticking: false
  145.  
  146. ------------BUKKIT--------------
  147.  
  148. # This is the main configuration file for Bukkit.
  149. # As you can see, there's actually not that much to configure without any plugins.
  150. # For a reference for any variable inside this file, check out the Bukkit Wiki at
  151. # http://wiki.bukkit.org/Bukkit.yml
  152. #
  153. # If you need help on this file, feel free to join us on irc or leave a message
  154. # on the forums asking for advice.
  155. #
  156. # IRC: #spigot @ irc.spi.gt
  157. # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
  158. # Forums: http://www.spigotmc.org/
  159. # Bug tracker: http://www.spigotmc.org/go/bugs
  160.  
  161.  
  162. settings:
  163. allow-end: false
  164. warn-on-overload: true
  165. permissions-file: permissions.yml
  166. update-folder: update
  167. plugin-profiling: false
  168. connection-throttle: 4000
  169. query-plugins: true
  170. deprecated-verbose: default
  171. shutdown-message: Server closed
  172. ping-packet-limit: 100
  173. use-exact-login-location: false
  174. spawn-limits:
  175. monsters: 70
  176. animals: 15
  177. water-animals: 5
  178. ambient: 15
  179. chunk-gc:
  180. period-in-ticks: 600
  181. load-threshold: 0
  182. ticks-per:
  183. animal-spawns: 400
  184. monster-spawns: 1
  185. autosave: 6000
  186. aliases: now-in-commands.yml
  187. database:
  188. username: bukkit
  189. isolation: SERIALIZABLE
  190. driver: org.sqlite.JDBC
  191. password: walrus
  192. url: jdbc:sqlite:{DIR}{NAME}.db
  193. auto-updater:
  194. enabled: true
  195. on-broken:
  196. - warn-console
  197. - warn-ops
  198. on-update:
  199. - warn-console
  200. - warn-ops
  201. preferred-channel: rb
  202. host: dl.bukkit.org
  203. suggest-channels: true
  204.  
  205. -----PAPERSPIGOT-----
  206.  
  207. # This is the main configuration file for PaperSpigot.
  208. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  209. # with caution, and make sure you know what each option does before configuring.
  210. #
  211. # If you need help with the configuration or have any questions related to PaperSpigot,
  212. # join us at the IRC.
  213. #
  214. # IRC: #paperspigot @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=PaperSpigot )
  215.  
  216. config-version: 9
  217. data-value-allowed-items: []
  218. effect-modifiers:
  219. strength: 1.3
  220. weakness: -0.5
  221. settings:
  222. baby-zombie-movement-speed: 0.5
  223. limit-player-interactions: true
  224. async-plugin-bad-magic-catcher: true
  225. stackable-buckets:
  226. lava: true
  227. water: true
  228. milk: false
  229. warnWhenSettingExcessiveVelocity: true
  230. world-settings:
  231. default:
  232. verbose: true
  233. generator-settings:
  234. canyon: true
  235. caves: true
  236. dungeon: true
  237. fortress: true
  238. mineshaft: true
  239. monument: true
  240. stronghold: true
  241. temple: true
  242. village: true
  243. flat-bedrock: false
  244. allow-block-location-tab-completion: true
  245. cache-chunk-maps: false
  246. remove-invalid-mob-spawner-tile-entities: true
  247. fast-drain:
  248. lava: false
  249. water: false
  250. lava-flow-speed:
  251. normal: 5
  252. nether: 10
  253. optimize-explosions: true
  254. mob-spawner-tick-rate: 1
  255. tnt-explosion-volume: 4.0
  256. player-blocking-damage-multiplier: 0.5
  257. squid-spawn-height:
  258. minimum: 45.0
  259. maximum: 63.0
  260. max-growth-height:
  261. cactus: 3
  262. reeds: 3
  263. fishing-time-range:
  264. MinimumTicks: 100
  265. MaximumTicks: 900
  266. player-exhaustion:
  267. block-break: 0.025
  268. swimming: 0.015
  269. despawn-ranges:
  270. soft: 32
  271. hard: 128
  272. falling-block-height-nerf: 0
  273. remove-unloaded:
  274. enderpearls: true
  275. tnt-entities: true
  276. falling-blocks: true
  277. game-mechanics:
  278. boats-drop-boats: false
  279. disable-player-crits: false
  280. disable-chest-cat-detection: false
  281. disable-end-credits: true
  282. less-picky-torch-placement: false
  283. nether-ceiling-void-damage: false
  284. load-chunks:
  285. enderpearls: true
  286. tnt-entities: true
  287. falling-blocks: true
  288. disable-explosion-knockback: true
  289. water-over-lava-flow-speed: 5
  290. fix-cannons: true
  291. tnt-entity-height-nerf: 0.0
  292. use-hopper-check: false
  293. all-chunks-are-slime-chunks: false
  294. allow-undead-horse-leashing: false
  295. container-update-tick-rate: 1
  296. keep-spawn-loaded: true
  297. falling-blocks-collide-with-signs: false
  298. disable-mood-sounds: false
  299. use-async-lighting: true
  300. portal-search-radius: 128
  301. disable-thunder: false
  302. disable-ice-and-snow: false
  303. tick-next-tick-list-cap: 10000
  304. tick-next-tick-list-cap-ignores-redstone: true
  305. disable-teleportation-suffocation-check: false
  306. inverted-daylight-detectors: false
  307. max-packets-per-player: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement