# 김상우 싸대기 SMP 위키 초안

26.1.2 `김상우 싸대기` SMP 유저 공개용 정적 위키 초안입니다.

## 파일

- `index.html` — 메인 위키 페이지
- `enchants.html` — 커스텀 인챈트 서브 페이지, 레벨별 효과 슬라이더 포함
- `auth.html` — 유튜브 멤버십 기반 SMP 입장 인증 UI 초안
- `styles.css` — 디자인/반응형 스타일
- `app.js` — 검색, 명령어 복사, 사이드바 활성 표시
- `auth-service/` — 멤버십/마인크래프트 UUID 인증 백엔드 기초 코드
- `TODO.md` — 전체 인증 프로젝트 구현 TODO
- `assets/smp-logo.png` — SMP 서버 원본 로고
- `assets/smp-logo.webp` — 웹 표시용 최적화 로고
- `assets/smp-logo-512.png` — 파비콘/상단 브랜드용 로고

## 현재 반영한 라이브 서버 설정 근거

스캔 기준: 2026-06-07 22:53 UTC
대상: `mc:/srv/minecraft/smp-26.1.2`

- CraftEngine
  - `resources/mana/configuration/blocks/mana_ore.yml`
  - `resources/default/configuration/blocks/topaz_ore.yml`
  - `resources/default/configuration/items/topaz_armor.yml`
  - `resources/default/configuration/items/topaz_tool_weapon.yml`
  - `resources/default/configuration/items/drill.yml`
- CustomCrops
  - `resources/customcrops/configuration/i18n/ko_kr.yml`
- CustomFishing
  - `plugins/CustomFishing/contents/*/default.yml`
- EcoEnchants
  - `plugins/EcoEnchants/enchants/*.yml` — 라이브 활성 커스텀 인챈트 58개 전체 반영
- RealisticSeasons
  - `plugins/RealisticSeasons/config.yml`
  - `plugins/RealisticSeasons/crops.yml`
  - `plugins/RealisticSeasons/calendar.yml`
- GriefPrevention / SpawnClaimBlocks / QuickShop / AdvancementRewards / NoMendingTrades

## 로컬 미리보기

```bash
cd /mnt/t7/kimsangwoo-smp-wiki
python3 -m http.server 8765
```

브라우저에서 `http://127.0.0.1:8765` 접속.

## 공개 전 확인 필요

- 서버 접속 주소 / 디스코드 초대 링크
- 마나 수정 사용처
- 토파즈 획득 루트: 자연 생성 재활성, 상점, 이벤트, 보상 중 선택
- 드릴 획득 방법/제작법
- 작물별 추천 계절/성장 속도 표
- 낚시 보상표/희귀도/판매가
- 인게임 명령어 별칭 최종 테스트
