1 | # This is a world configuration file for Paper. |
2 | # This file may start empty but can be filled with settings to override ones in the config/paper-world-defaults.yml |
3 | # |
4 | # For more information, see https://docs.papermc.io/paper/reference/configuration/#per-world-configuration |
5 | # |
6 | # World: Resource (minecraft:resource) |
7 | |
8 | _version: 31 |
9 | anticheat: |
10 | anti-xray: |
11 | enabled: true |
12 | engine-mode: 3 |
13 | hidden-blocks: |
14 | # You can add air here such that many holes are generated. |
15 | # This works well against cave finders but may cause client FPS drops for all players. |
16 | - air |
17 | - copper_ore |
18 | - deepslate_copper_ore |
19 | - raw_copper_block |
20 | - diamond_ore |
21 | - deepslate_diamond_ore |
22 | - gold_ore |
23 | - deepslate_gold_ore |
24 | - iron_ore |
25 | - deepslate_iron_ore |
26 | - raw_iron_block |
27 | - lapis_ore |
28 | - deepslate_lapis_ore |
29 | - redstone_ore |
30 | - deepslate_redstone_ore |
31 | lava-obscures: false |
32 | # As of 1.18 some ores are generated much higher. |
33 | # Please adjust the max-block-height setting at your own discretion. |
34 | # https://minecraft.wiki/w/Ore might be helpful. |
35 | max-block-height: 64 |
36 | replacement-blocks: |
37 | # Chest is a tile entity and can't be added to hidden-blocks in engine-mode: 2. |
38 | # But adding chest here will hide buried treasures, if max-block-height is increased. |
39 | - chest |
40 | - amethyst_block |
41 | - andesite |
42 | - budding_amethyst |
43 | - calcite |
44 | - coal_ore |
45 | - deepslate_coal_ore |
46 | - deepslate |
47 | - diorite |
48 | - dirt |
49 | - emerald_ore |
50 | - deepslate_emerald_ore |
51 | - granite |
52 | - gravel |
53 | - oak_planks |
54 | - smooth_basalt |
55 | - stone |
56 | - tuff |
57 | update-radius: 2 |
58 | use-permission: false |
59 | spawn-limits: |
60 | ambient: 4 |
61 | axolotls: 5 |
62 | creature: 5 |
63 | monster: 9 |
64 | underground_water_creature: 3 |
65 | water_ambient: 3 |
66 | water_creature: 3 |