A Minecraft Fabric mod that connects the game with ATProtocol ⛏️

docs(readme): clarify why player-identities.json is stored in plaintext

+1 -1
+1 -1
README.md
··· 287 287 288 288 All configuration files are stored in `config/atproto-connect/`: 289 289 290 - - **`player-identities.json`** - UUID to DID/handle mappings (plaintext) 290 + - **`player-identities.json`** - UUID to DID/handle mappings (plaintext as these are both publicly accessible anyway) 291 291 - **`player-sessions.json`** - Encrypted authentication sessions 292 292 - **`.encryption.key`** - AES-256 encryption key (auto-generated, keep secure!) 293 293 - **`security-audit.log`** - Security event log