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: 29
|
16 | block-updates:
|
17 | disable-chorus-plant-updates: false
|
18 | disable-mushroom-block-updates: false
|
19 | disable-noteblock-updates: false
|
20 | disable-tripwire-updates: false
|
21 | chunk-loading-advanced:
|
22 | auto-config-send-distance: true
|
23 | player-max-concurrent-chunk-generates: 0
|
24 | player-max-concurrent-chunk-loads: 0
|
25 | chunk-loading-basic:
|
26 | player-max-chunk-generate-rate: -1.0
|
27 | player-max-chunk-load-rate: 100.0
|
28 | player-max-chunk-send-rate: 75.0
|
29 | chunk-system:
|
30 | gen-parallelism: default
|
31 | io-threads: -1
|
32 | worker-threads: -1
|
33 | collisions:
|
34 | enable-player-collisions: true
|
35 | send-full-pos-for-hard-colliding-entities: true
|
36 | commands:
|
37 | fix-target-selector-tag-completion: true
|
38 | suggest-player-names-when-null-tab-completions: true
|
39 | time-command-affects-all-worlds: false
|
40 | console:
|
41 | enable-brigadier-completions: true
|
42 | enable-brigadier-highlighting: true
|
43 | has-all-permissions: false
|
44 | item-validation:
|
45 | book:
|
46 | author: 8192
|
47 | page: 16384
|
48 | title: 8192
|
49 | book-size:
|
50 | page-max: 2560
|
51 | total-multiplier: 0.98
|
52 | display-name: 8192
|
53 | lore-line: 8192
|
54 | resolve-selectors-in-books: false
|
55 | logging:
|
56 | deobfuscate-stacktraces: 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 | client-interaction-leniency-distance: default
|
71 | compression-level: default
|
72 | fix-entity-position-desync: true
|
73 | load-permissions-yml-before-plugins: true
|
74 | max-joins-per-tick: 5
|
75 | region-file-cache-size: 256
|
76 | strict-advancement-dimension-check: false
|
77 | use-alternative-luck-formula: false
|
78 | use-dimension-type-for-custom-spawners: false
|
79 | packet-limiter:
|
80 | all-packets:
|
81 | action: KICK
|
82 | interval: 7.0
|
83 | max-packet-rate: 500.0
|
84 | kick-message: <red><lang:disconnect.exceeded_packet_rate>
|
85 | overrides:
|
86 | ServerboundPlaceRecipePacket:
|
87 | action: DROP
|
88 | interval: 4.0
|
89 | max-packet-rate: 5.0
|
90 | player-auto-save:
|
91 | max-per-tick: -1
|
92 | rate: -1
|
93 | proxies:
|
94 | bungee-cord:
|
95 | online-mode: true
|
96 | proxy-protocol: false
|
97 | velocity:
|
98 | enabled: true
|
99 | online-mode: false
|
100 | secret: :"Correct Secret code"
|
101 | scoreboards:
|
102 | save-empty-scoreboard-teams: true
|
103 | track-plugin-scoreboards: false
|
104 | spam-limiter:
|
105 | incoming-packet-threshold: 300
|
106 | recipe-spam-increment: 1
|
107 | recipe-spam-limit: 20
|
108 | tab-spam-increment: 1
|
109 | tab-spam-limit: 500
|
110 | spark:
|
111 | enable-immediately: false
|
112 | enabled: true
|
113 | unsupported-settings:
|
114 | allow-headless-pistons: false
|
115 | allow-permanent-block-break-exploits: false
|
116 | allow-piston-duplication: false
|
117 | allow-unsafe-end-portal-teleportation: false
|
118 | compression-format: ZLIB
|
119 | perform-username-validation: true
|
120 | skip-vanilla-damage-tick-when-shield-blocked: false
|
121 | watchdog:
|
122 | early-warning-delay: 10000
|
123 | early-warning-every: 5000
|