Game/Minecraft

Paper 서버 Anti-Xray 권장 설정 값

소개

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