Advertisement
Guest User

Untitled

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