diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-05 23:12:03 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-05 23:12:03 +0900 |
| commit | 11c8c4271ff5969a9aeca0c635d0219b93c36ce3 (patch) | |
| tree | 14946f16f4bce039193f8aaff759082d6789c06f /CLAUDE.md | |
| parent | 2a289cb0527057b098507a3484dcc9ec37af1528 (diff) | |
| download | LunaticChat-11c8c4271ff5969a9aeca0c635d0219b93c36ce3.tar.gz LunaticChat-11c8c4271ff5969a9aeca0c635d0219b93c36ce3.tar.bz2 LunaticChat-11c8c4271ff5969a9aeca0c635d0219b93c36ce3.zip | |
docs: Update design document
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,8 +1,8 @@ -# RuneChat - Design Document +# LunaticChat - Design Document ## Project Overview -RuneChat is a Minecraft chat plugin providing 1on1 messaging, quick reply functionality, and romaji-to-Japanese conversion features. +LunaticChat is a Minecraft chat plugin providing 1on1 messaging, quick reply functionality, and romaji-to-Japanese conversion features. ## Technology Stack @@ -22,11 +22,11 @@ RuneChat is a Minecraft chat plugin providing 1on1 messaging, quick reply functi ## Project Structure ``` -rune-chat/ -├── common/ # Shared code (data models, interfaces) -├── paper/ # Paper plugin implementation -├── velocity/ # Velocity plugin implementation (future) -└── core/ # Core logic (chat processing, romaji conversion) +LunaticChat/ +├── engine/ # Core logic (shared code, chat processing, romaji conversion) +├── platform-paper/ # Paper plugin implementation +├── platform-velocity/ # Velocity plugin implementation +└── docker/ # Docker configuration ``` ### Why Separate JARs? @@ -139,7 +139,7 @@ fun onChat(event: AsyncChatEvent) { - **AsyncChatEvent** uses Paper's Component API - handle accordingly - Command aliases must be properly registered -- Settings file location: `plugins/RuneChat/settings/` +- Settings file location: `plugins/LunaticChat/settings/` - Cache settings in memory to avoid frequent file I/O ## Development Environment |
