Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. $ cat paper.yml
  2. # This is the main configuration file for Paper.
  3. # As you can see, there's tons to configure. Some options may impact gameplay, so use
  4. # with caution, and make sure you know what each option does before configuring.
  5. #
  6. # If you need help with the configuration or have any questions related to Paper,
  7. # join us in our IRC channel.
  8. #
  9. # IRC: #paper @ irc.spi.gt ( http://irc.spi.gt/iris/?channels=paper )
  10. # Wiki: https://paper.readthedocs.org/
  11. # Paper Forums: https://aquifermc.org/
  12.  
  13. verbose: false
  14. config-version: 14
  15. settings:
  16. load-permissions-yml-before-plugins: true
  17. bungee-online-mode: false
  18. sleep-between-chunk-saves: false
  19. region-file-cache-size: 256
  20. save-empty-scoreboard-teams: false
  21. incoming-packet-spam-threshold: 300
  22. remove-invalid-statistics: false
  23. save-player-data: true
  24. use-versioned-world: false
  25. min-chunk-load-threads: 2
  26. suggest-player-names-when-null-tab-completions: false
  27. watchdog:
  28. early-warning-every: 5000
  29. early-warning-delay: 10000
  30. spam-limiter:
  31. tab-spam-increment: 2
  32. tab-spam-limit: 500
  33. enable-player-collisions: false
  34. player-auto-save-rate: -1
  35. max-player-auto-save-per-tick: -1
  36. use-alternative-luck-formula: false
  37. messages:
  38. kick:
  39. authentication-servers-down: ''
  40. flying-player: Flying is not enabled on this server
  41. flying-vehicle: Flying is not enabled on this server
  42. timings:
  43. enabled: true
  44. verbose: true
  45. server-name-privacy: false
  46. hidden-config-entries:
  47. - database
  48. - settings.bungeecord-addresses
  49. history-interval: 300
  50. history-length: 3600
  51. world-settings:
  52. default:
  53. portal-search-radius: 128
  54. use-chunk-inhabited-timer: true
  55. queue-light-updates: false
  56. optimize-explosions: false
  57. use-vanilla-world-scoreboard-name-coloring: false
  58. delay-chunk-unloads-by: 10s
  59. max-auto-save-chunks-per-tick: 24
  60. save-queue-limit-for-auto-save: 50
  61. remove-corrupt-tile-entities: false
  62. enable-treasure-maps: true
  63. treasure-maps-return-already-discovered: false
  64. max-chunk-sends-per-tick: 81
  65. max-chunk-gens-per-tick: 10
  66. game-mechanics:
  67. scan-for-legacy-ender-dragon: true
  68. allow-permanent-chunk-loaders: false
  69. disable-chest-cat-detection: false
  70. disable-end-credits: false
  71. disable-player-crits: false
  72. disable-sprint-interruption-on-attack: false
  73. shield-blocking-delay: 5
  74. disable-unloaded-chunk-enderpearl-exploit: true
  75. max-growth-height:
  76. cactus: 3
  77. reeds: 3
  78. fishing-time-range:
  79. MinimumTicks: 100
  80. MaximumTicks: 600
  81. despawn-ranges:
  82. soft: 32
  83. hard: 128
  84. falling-block-height-nerf: 0
  85. tnt-entity-height-nerf: 0
  86. frosted-ice:
  87. enabled: true
  88. delay:
  89. min: 20
  90. max: 40
  91. lootables:
  92. auto-replenish: false
  93. restrict-player-reloot: true
  94. reset-seed-on-fill: true
  95. max-refills: -1
  96. refresh-min: 12h
  97. refresh-max: 2d
  98. filter-nbt-data-from-spawn-eggs-and-related: true
  99. max-entity-collisions: 8
  100. disable-creeper-lingering-effect: false
  101. hopper:
  102. cooldown-when-full: true
  103. disable-move-event: false
  104. duplicate-uuid-resolver: saferegen
  105. duplicate-uuid-saferegen-delete-range: 32
  106. keep-spawn-loaded-range: 8
  107. auto-save-interval: -1
  108. grass-spread-tick-rate: 1
  109. bed-search-radius: 1
  110. nether-ceiling-void-damage: false
  111. allow-non-player-entities-on-scoreboards: false
  112. container-update-tick-rate: 1
  113. parrots-are-unaffected-by-player-movement: false
  114. prevent-tnt-from-moving-in-water: false
  115. non-player-arrow-despawn-rate: -1
  116. disable-explosion-knockback: false
  117. keep-spawn-loaded: true
  118. experience-merge-max-value: -1
  119. skip-entity-ticking-in-chunks-scheduled-for-unload: true
  120. armor-stands-do-collision-entity-lookups: true
  121. disable-thunder: false
  122. skeleton-horse-thunder-spawn-chance: 0.01
  123. disable-ice-and-snow: false
  124. fire-physics-event-for-redstone: false
  125. armor-stands-tick: true
  126. spawner-nerfed-mobs-should-jump: false
  127. allow-leashing-undead-horse: false
  128. baby-zombie-movement-speed: 0.5
  129. all-chunks-are-slime-chunks: false
  130. mob-spawner-tick-rate: 1
  131. squid-spawn-height:
  132. maximum: 0.0
  133. disable-teleportation-suffocation-check: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement