summaryrefslogtreecommitdiff
path: root/x
AgeCommit message (Collapse)Author
2026-03-26feat: Add Night warning to Status CommandSho Sakuma
2026-02-23fix: Fix debug-server scriptSho Sakuma
2026-02-23chore: Support folia debug-serverSho Sakuma
2026-02-11fix: Fix velocity and paper volumeSho Sakuma
2026-02-06feat: Add cross-server chatSho Sakuma
2026-02-01chore: Support Velocity in DebugSho Sakuma
2026-01-11build: Fix debug-server start taskSho Sakuma
2026-01-05refactor: migrate to multi-project structureSho Sakuma
マルチプロジェクト構造に移行し,Paper と Velocity の両方をサポートできるようにしました. - engine: 共通ロジック(データモデル,JSON シリアライゼーション) - platform-paper: Paper プラグイン実装 - platform-velocity: Velocity プラグイン実装(将来用) 主な変更: - settings.gradle.kts: サブプロジェクト定義を追加 - build.gradle.kts: マルチプロジェクト用に再構成 - 既存コードを platform-paper に移動 - CI/CD ワークフローを更新 - Docker 設定を更新 - IntelliJ Run Configurations を更新 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05first commitSho Sakuma