Low FPS commited on
Commit
fa3cf1c
·
verified ·
1 Parent(s): c28ce10

Upload 2 files

Browse files
config/paper-global.yml ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ really-enabled: false
117
+ server-name: Unknown Server
118
+ server-name-privacy: false
119
+ url: https://timings.aikar.co/
120
+ verbose: true
121
+ unsupported-settings:
122
+ allow-grindstone-overstacking: false
123
+ allow-headless-pistons: false
124
+ allow-permanent-block-break-exploits: false
125
+ allow-piston-duplication: false
126
+ perform-username-validation: true
127
+ watchdog:
128
+ early-warning-delay: 10000
129
+ early-warning-every: 5000
config/paper-world-defaults.yml ADDED
@@ -0,0 +1,316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is the world defaults 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
+ # Configuration options here apply to all worlds, unless you specify overrides inside
9
+ # the world-specific config file inside each world folder.
10
+ #
11
+ # Docs: https://docs.papermc.io/
12
+ # Discord: https://discord.gg/papermc
13
+ # Website: https://papermc.io/
14
+
15
+ _version: 29
16
+ anticheat:
17
+ anti-xray:
18
+ enabled: true
19
+ engine-mode: 1
20
+ hidden-blocks:
21
+ - copper_ore
22
+ - deepslate_copper_ore
23
+ - gold_ore
24
+ - deepslate_gold_ore
25
+ - iron_ore
26
+ - deepslate_iron_ore
27
+ - coal_ore
28
+ - deepslate_coal_ore
29
+ - lapis_ore
30
+ - deepslate_lapis_ore
31
+ - mossy_cobblestone
32
+ - obsidian
33
+ - chest
34
+ - diamond_ore
35
+ - deepslate_diamond_ore
36
+ - redstone_ore
37
+ - deepslate_redstone_ore
38
+ - clay
39
+ - emerald_ore
40
+ - deepslate_emerald_ore
41
+ - ender_chest
42
+ lava-obscures: false
43
+ max-block-height: 64
44
+ replacement-blocks:
45
+ - stone
46
+ - oak_planks
47
+ - deepslate
48
+ update-radius: 2
49
+ use-permission: false
50
+ obfuscation:
51
+ items:
52
+ hide-durability: false
53
+ hide-itemmeta: false
54
+ hide-itemmeta-with-visual-effects: false
55
+ chunks:
56
+ auto-save-interval: default
57
+ delay-chunk-unloads-by: 10s
58
+ entity-per-chunk-save-limit:
59
+ area_effect_cloud: 8
60
+ arrow: 16
61
+ dragon_fireball: 3
62
+ egg: 8
63
+ ender_pearl: 8
64
+ experience_bottle: 3
65
+ experience_orb: 16
66
+ eye_of_ender: 8
67
+ fireball: 8
68
+ firework_rocket: 8
69
+ llama_spit: 3
70
+ potion: 8
71
+ shulker_bullet: 8
72
+ small_fireball: 8
73
+ snowball: 8
74
+ spectral_arrow: 16
75
+ trident: 16
76
+ wither_skull: 4
77
+ fixed-chunk-inhabited-time: -1
78
+ max-auto-save-chunks-per-tick: 8
79
+ prevent-moving-into-unloaded-chunks: true
80
+ collisions:
81
+ allow-player-cramming-damage: false
82
+ allow-vehicle-collisions: true
83
+ fix-climbing-bypassing-cramming-rule: true
84
+ max-entity-collisions: 2
85
+ only-players-collide: false
86
+ entities:
87
+ armor-stands:
88
+ do-collision-entity-lookups: false
89
+ tick: false
90
+ behavior:
91
+ baby-zombie-movement-modifier: 0.5
92
+ disable-chest-cat-detection: false
93
+ disable-creeper-lingering-effect: false
94
+ disable-player-crits: false
95
+ door-breaking-difficulty:
96
+ husk:
97
+ - HARD
98
+ vindicator:
99
+ - NORMAL
100
+ - HARD
101
+ zombie:
102
+ - HARD
103
+ zombie_villager:
104
+ - HARD
105
+ zombified_piglin:
106
+ - HARD
107
+ ender-dragons-death-always-places-dragon-egg: false
108
+ experience-merge-max-value: -1
109
+ mobs-can-always-pick-up-loot:
110
+ skeletons: false
111
+ zombies: false
112
+ nerf-pigmen-from-nether-portals: false
113
+ parrots-are-unaffected-by-player-movement: false
114
+ phantoms-do-not-spawn-on-creative-players: true
115
+ phantoms-only-attack-insomniacs: true
116
+ phantoms-spawn-attempt-max-seconds: 119
117
+ phantoms-spawn-attempt-min-seconds: 60
118
+ piglins-guard-chests: true
119
+ pillager-patrols:
120
+ disable: false
121
+ spawn-chance: 0.2
122
+ spawn-delay:
123
+ per-player: false
124
+ ticks: 12000
125
+ start:
126
+ day: 5
127
+ per-player: false
128
+ player-insomnia-start-ticks: 72000
129
+ should-remove-dragon: false
130
+ spawner-nerfed-mobs-should-jump: false
131
+ zombie-villager-infection-chance: -1.0
132
+ zombies-target-turtle-eggs: true
133
+ entities-target-with-follow-range: false
134
+ mob-effects:
135
+ immune-to-wither-effect:
136
+ wither: true
137
+ wither-skeleton: true
138
+ spiders-immune-to-poison-effect: true
139
+ undead-immune-to-certain-effects: true
140
+ spawning:
141
+ all-chunks-are-slime-chunks: false
142
+ alt-item-despawn-rate:
143
+ enabled: true
144
+ items:
145
+ acacia_leaves: 300
146
+ andesite: 300
147
+ bamboo: 300
148
+ birch_leaves: 300
149
+ cactus: 300
150
+ cobblestone: 300
151
+ dark_oak_leaves: 300
152
+ diorite: 300
153
+ dirt: 300
154
+ granite: 300
155
+ grass: 300
156
+ gravel: 300
157
+ jungle_leaves: 300
158
+ kelp: 300
159
+ mangrove_leaves: 300
160
+ melon_slice: 300
161
+ netherrack: 300
162
+ oak_leaves: 300
163
+ pumpkin: 300
164
+ red_sand: 300
165
+ sand: 300
166
+ scaffolding: 600
167
+ spruce_leaves: 300
168
+ sugar_cane: 300
169
+ twisting_vines: 300
170
+ weeping_vines: 300
171
+ count-all-mobs-for-spawning: false
172
+ creative-arrow-despawn-rate: '20'
173
+ despawn-ranges:
174
+ ambient:
175
+ hard: 128
176
+ soft: 32
177
+ axolotls:
178
+ hard: 128
179
+ soft: 32
180
+ creature:
181
+ hard: 128
182
+ soft: 32
183
+ misc:
184
+ hard: 128
185
+ soft: 32
186
+ monster:
187
+ hard: 128
188
+ soft: 32
189
+ underground_water_creature:
190
+ hard: 128
191
+ soft: 32
192
+ water_ambient:
193
+ hard: 64
194
+ soft: 32
195
+ water_creature:
196
+ hard: 128
197
+ soft: 32
198
+ disable-mob-spawner-spawn-egg-transformation: false
199
+ duplicate-uuid:
200
+ mode: SAFE_REGEN
201
+ safe-regen-delete-range: 32
202
+ filter-nbt-data-from-spawn-eggs-and-related: true
203
+ iron-golems-can-spawn-in-air: false
204
+ monster-spawn-max-light-level: -1
205
+ non-player-arrow-despawn-rate: '20'
206
+ per-player-mob-spawns: true
207
+ scan-for-legacy-ender-dragon: true
208
+ skeleton-horse-thunder-spawn-chance: default
209
+ slime-spawn-height:
210
+ slime-chunk:
211
+ maximum: 40.0
212
+ surface-biome:
213
+ maximum: 70.0
214
+ minimum: 50.0
215
+ spawn-limits:
216
+ ambient: -1
217
+ axolotls: -1
218
+ creature: -1
219
+ monster: -1
220
+ underground_water_creature: -1
221
+ water_ambient: -1
222
+ water_creature: -1
223
+ wandering-trader:
224
+ spawn-chance-failure-increment: 25
225
+ spawn-chance-max: 75
226
+ spawn-chance-min: 25
227
+ spawn-day-length: 24000
228
+ spawn-minute-length: 1200
229
+ wateranimal-spawn-height:
230
+ maximum: default
231
+ minimum: default
232
+ environment:
233
+ disable-explosion-knockback: false
234
+ disable-ice-and-snow: false
235
+ disable-teleportation-suffocation-check: false
236
+ disable-thunder: false
237
+ fire-tick-delay: 30
238
+ frosted-ice:
239
+ delay:
240
+ max: 40
241
+ min: 20
242
+ enabled: true
243
+ generate-flat-bedrock: false
244
+ nether-ceiling-void-damage-height: disabled
245
+ optimize-explosions: true
246
+ portal-create-radius: 16
247
+ portal-search-radius: 128
248
+ portal-search-vanilla-dimension-scaling: true
249
+ treasure-maps:
250
+ enabled: true
251
+ find-already-discovered:
252
+ loot-tables: default
253
+ villager-trade: false
254
+ water-over-lava-flow-speed: 5
255
+ feature-seeds:
256
+ generate-random-seeds-for-all: false
257
+ fishing-time-range:
258
+ maximum: 600
259
+ minimum: 100
260
+ fixes:
261
+ disable-unloaded-chunk-enderpearl-exploit: true
262
+ falling-block-height-nerf: disabled
263
+ fix-curing-zombie-villager-discount-exploit: true
264
+ fix-items-merging-through-walls: false
265
+ prevent-tnt-from-moving-in-water: false
266
+ split-overstacked-loot: true
267
+ tnt-entity-height-nerf: disabled
268
+ hopper:
269
+ cooldown-when-full: true
270
+ disable-move-event: false
271
+ ignore-occluding-blocks: false
272
+ lootables:
273
+ auto-replenish: false
274
+ max-refills: -1
275
+ refresh-max: 2d
276
+ refresh-min: 12h
277
+ reset-seed-on-fill: true
278
+ restrict-player-reloot: true
279
+ maps:
280
+ item-frame-cursor-limit: 128
281
+ item-frame-cursor-update-interval: 10
282
+ max-growth-height:
283
+ bamboo:
284
+ max: 16
285
+ min: 11
286
+ cactus: 3
287
+ reeds: 3
288
+ misc:
289
+ disable-end-credits: false
290
+ disable-relative-projectile-velocity: false
291
+ disable-sprint-interruption-on-attack: false
292
+ light-queue-size: 20
293
+ max-leash-distance: 10.0
294
+ redstone-implementation: ALTERNATE_CURRENT
295
+ shield-blocking-delay: 5
296
+ show-sign-click-command-failure-msgs-to-player: false
297
+ update-pathfinding-on-block-update: false
298
+ scoreboards:
299
+ allow-non-player-entities-on-scoreboards: false
300
+ use-vanilla-world-scoreboard-name-coloring: false
301
+ spawn:
302
+ allow-using-signs-inside-spawn-protection: false
303
+ keep-spawn-loaded: true
304
+ keep-spawn-loaded-range: 4
305
+ tick-rates:
306
+ behavior:
307
+ villager:
308
+ validatenearbypoi: -1
309
+ container-update: 1
310
+ grass-spread: 1
311
+ mob-spawner: 2
312
+ sensor:
313
+ villager:
314
+ secondarypoisensor: 40
315
+ unsupported-settings:
316
+ fix-invulnerable-end-crystal-exploit: true