CHZZK Core for Minecraft
chzzk-core is the foundation of the chzzkapi NeoForge mod suite.
It connects your Minecraft server to CHZZK (Naver) — the Korean streaming platform — and exposes a public API that other mods can use to react to stream events.
Use it alone for basic CHZZK integration, or pair it with chzzkapi_actions, chzzkapi_donations, and chzzkapi_subscriptions to run automated in-game actions.
Features
- CHZZK OAuth — streamers authenticate safely via the
/chzzk login command.
- Central or local auth — works with the standalone
chzzk-auth-server broker, or local client credentials.
- Streamer registry — manage which CHZZK channels the server listens to.
- Public API — donate, subscribe, chat, and follow events are published for addon mods.
- Admin panel — settings and OAuth help via the web UI when codemc_admin is installed.
- Secure by default — OAuth callback and admin UI bind to localhost.
Optional Companion Mods
Install only the modules you need:
| Mod |
Purpose |
| chzzkapi_actions |
Presets, mob/debuff/buff/command groups, RuleRunner |
| chzzkapi_donations |
Donation event rules and statistics |
| chzzkapi_subscriptions |
Subscription/follow event rules |
Quick Start
- Place
codemcchzzkapi-core-{mc}-neoforge.jar in your server's mods/ folder.
- (Recommended) Also install codemc_admin for the web settings panel.
- Start the server and run
/chzzk login as a streamer to link your CHZZK channel.
- Install additional chzzkapi modules to enable event actions.
Configuration files are created in config/codemcchzzkapi/.
Links
마인크래프트용 CHZZK Core
chzzk-core는 chzzkapi NeoForge 모드 스위트의 핵심 모드입니다.
마인크래프트 서버를 한국 스트리밍 플랫폼인 **CHZZK(치지직)**에 연결하고, 다른 모드가 스트림 이벤트에 반응할 수 있도록 공개 API를 제공합니다.
기본 CHZZK 연동만 필요하면 이 모드만 설치하고, 후원·구독·채팅 이벤트로 게임 내 액션을 실행하려면 chzzkapi_actions 등 추가 모듈을 함께 설치하세요.
기능
- CHZZK OAuth 인증 (
/chzzk login)
- 중앙 인증 서버(
chzzk-auth-server) 또는 로컬 인증 모드 지원
- 스트리머/채널 레지스트리
- 후원, 구독, 팔로우, 채팅 이벤트 공개 API
- codemc_admin 설치 시 웹 관리 패널
- 기본적으로 localhost에 바인딩되는 보안 설정
링크