minecraft-mod/README.md

57 lines
1.5 KiB
Markdown

# ⛏️ Minecraft Mods
NeoForge 1.21.1 기반 마인크래프트 서버 모드 모음입니다.
![NeoForge](https://img.shields.io/badge/NeoForge-1.21.1-orange?logo=curseforge)
![Kotlin](https://img.shields.io/badge/Kotlin-2.0-7F52FF?logo=kotlin)
![License](https://img.shields.io/badge/License-MIT-green)
---
## 📦 모드 목록
| 모드 | 설명 |
| ------------------------------- | ------------------------------------- |
| [Essentials](./Essentials/) | 서버 필수 기능 (좌표 관리, 닉네임 등) |
| [ServerStatus](./ServerStatus/) | HTTP API로 서버 상태 제공 |
| [DiscordBot](./DiscordBot/) | Discord 웹훅으로 서버 이벤트 전송 |
---
## 🛠️ 기술 스택
| 기술 | 설명 |
| -------------------- | --------------------- |
| **NeoForge** | Minecraft 모딩 플랫폼 |
| **Kotlin** | 주 개발 언어 |
| **Kotlin for Forge** | NeoForge Kotlin 지원 |
| **Java 21** | JVM 버전 |
---
## 🚀 빌드 방법
```bash
# 각 모드 디렉토리에서
./gradlew build
```
빌드된 JAR 파일은 `build/libs/`에 생성됩니다.
---
## 📁 프로젝트 구조
```
minecraft-mod/
├── Essentials/ # 서버 필수 기능 모드
├── ServerStatus/ # 서버 상태 API 모드
├── DiscordBot/ # Discord 연동 모드
└── .gitignore
```
---
## 📄 라이선스
MIT License