소개
Paper 서버는 Anti-Xray를 지원하며 paper.yml에서 설정 가능
엔진 모드 1은 가벼우나 동굴 표면의 광물들이 X-ray로 보이며, 우회 가능한 핵 클라이언트들도 있으므로 엔진 모드 2 사용을 추천
권장 설정
Engine-Mode 1
world-settings:
default:
anti-xray:
enabled: true
engine-mode: 1
max-chunk-section-index: 3
update-radius: 2
hidden-blocks:
- chest
- coal_ore
- diamond_ore
- emerald_ore
- gold_ore
- iron_ore
- lapis_ore
- redstone_ore
replacement-blocks:
- oak_planks
- stone
world_nether:
anti-xray:
max-chunk-section-index: 7
hidden-blocks:
- ancient_debris
- nether_gold_ore
- nether_quartz_ore
world_the_end:
anti-xray:
enabled: false
Engine-Mode 2
world-settings:
default:
anti-xray:
enabled: true
engine-mode: 2
max-chunk-section-index: 2
update-radius: 2
hidden-blocks:
- air
- coal_ore
- diamond_ore
- emerald_ore
- gold_ore
- iron_ore
- lapis_ore
- mossy_cobblestone
- redstone_ore
replacement-blocks:
- chest
- andesite
- diorite
- dirt
- granite
- gravel
- oak_planks
- stone
world_nether:
anti-xray:
max-chunk-section-index: 7
hidden-blocks:
- air
- ancient_debris
- bone_block
- glowstone
- magma_block
- nether_bricks
- nether_gold_ore
- nether_quartz_ore
- polished_blackstone_bricks
replacement-blocks:
- basalt
- blackstone
- gravel
- netherrack
- soul_sand
- soul_soil
world_the_end:
anti-xray:
enabled: false
엔드에서는 anti-xray가 필요가 없으므로 비활성화함
출처
https://gist.github.com/stonar96/ba18568bd91e5afd590e8038d14e245e
'Game > Minecraft' 카테고리의 다른 글
마인크래프트 성능 최적화 모드 목록 (5) | 2020.11.29 |
---|---|
마인크래프트 자바 에디션 서버 종류 (3) | 2020.07.31 |
마인크래프트 서버 최적화 가이드 (2) | 2020.07.28 |