Guest User

paper-global

a guest
Jan 12th, 2023
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. # This is the global configuration file for Paper.
  2. # As you can see, there's a lot to configure. Some options may impact gameplay, so use
  3. # with caution, and make sure you know what each option does before configuring.
  4. #
  5. # If you need help with the configuration or have any questions related to Paper,
  6. # join us in our Discord or check the docs page.
  7. #
  8. # The world configuration options have been moved inside
  9. # their respective world folder. The files are named paper-world.yml
  10. #
  11. # Docs: https://docs.papermc.io/
  12. # Discord: https://discord.gg/papermc
  13. # Website: https://papermc.io/
  14.  
  15. _version: 28
  16. chunk-loading:
  17. autoconfig-send-distance: true
  18. enable-frustum-priority: false
  19. global-max-chunk-load-rate: -1.0
  20. global-max-chunk-send-rate: -1.0
  21. global-max-concurrent-loads: 500.0
  22. max-concurrent-sends: 2
  23. min-load-radius: 2
  24. player-max-chunk-load-rate: -1.0
  25. player-max-concurrent-loads: 20.0
  26. target-player-chunk-send-rate: 100.0
  27. chunk-system:
  28. gen-parallelism: default
  29. io-threads: -1
  30. worker-threads: -1
  31. collisions:
  32. enable-player-collisions: true
  33. send-full-pos-for-hard-colliding-entities: true
  34. commands:
  35. fix-target-selector-tag-completion: true
  36. suggest-player-names-when-null-tab-completions: true
  37. time-command-affects-all-worlds: false
  38. console:
  39. enable-brigadier-completions: true
  40. enable-brigadier-highlighting: true
  41. has-all-permissions: false
  42. item-validation:
  43. book:
  44. author: 8192
  45. page: 16384
  46. title: 8192
  47. book-size:
  48. page-max: 2560
  49. total-multiplier: 0.98
  50. display-name: 8192
  51. lore-line: 8192
  52. resolve-selectors-in-books: false
  53. logging:
  54. deobfuscate-stacktraces: true
  55. log-player-ip-addresses: true
  56. use-rgb-for-named-text-colors: true
  57. messages:
  58. kick:
  59. authentication-servers-down: <lang:multiplayer.disconnect.authservers_down>
  60. connection-throttle: Connection throttled! Please wait before reconnecting.
  61. flying-player: <lang:multiplayer.disconnect.flying>
  62. flying-vehicle: <lang:multiplayer.disconnect.flying>
  63. no-permission: <red>I'm sorry, but you do not have permission to perform this command.
  64. Please contact the server administrators if you believe that this is in error.
  65. use-display-name-in-quit-message: false
  66. misc:
  67. chat-threads:
  68. chat-executor-core-size: -1
  69. chat-executor-max-size: -1
  70. fix-entity-position-desync: true
  71. lag-compensate-block-breaking: true
  72. load-permissions-yml-before-plugins: true
  73. max-joins-per-tick: 3
  74. region-file-cache-size: 256
  75. strict-advancement-dimension-check: false
  76. use-alternative-luck-formula: false
  77. use-dimension-type-for-custom-spawners: false
  78. packet-limiter:
  79. all-packets:
  80. action: KICK
  81. interval: 7.0
  82. max-packet-rate: 500.0
  83. kick-message: <red><lang:disconnect.exceeded_packet_rate>
  84. overrides:
  85. ServerboundPlaceRecipePacket:
  86. action: DROP
  87. interval: 4.0
  88. max-packet-rate: 5.0
  89. player-auto-save:
  90. max-per-tick: -1
  91. rate: -1
  92. proxies:
  93. bungee-cord:
  94. online-mode: true
  95. proxy-protocol: false
  96. velocity:
  97. enabled: false
  98. online-mode: false
  99. secret: ''
  100. scoreboards:
  101. save-empty-scoreboard-teams: false
  102. track-plugin-scoreboards: false
  103. spam-limiter:
  104. incoming-packet-threshold: 300
  105. recipe-spam-increment: 1
  106. recipe-spam-limit: 20
  107. tab-spam-increment: 1
  108. tab-spam-limit: 500
  109. timings:
  110. enabled: true
  111. hidden-config-entries:
  112. - database
  113. - proxies.velocity.secret
  114. history-interval: 300
  115. history-length: 3600
  116. server-name: Unknown Server
  117. server-name-privacy: false
  118. url: https://timings.aikar.co/
  119. verbose: true
  120. unsupported-settings:
  121. allow-grindstone-overstacking: false
  122. allow-headless-pistons: false
  123. allow-permanent-block-break-exploits: false
  124. allow-piston-duplication: false
  125. perform-username-validation: true
  126. watchdog:
  127. early-warning-delay: 10000
  128. early-warning-every: 5000
  129.  
Add Comment
Please, Sign In to add comment