EnderChat
EnderChat copied to clipboard
Pathway to 1.0
- [ ] Replace /spawn setting
- [ ] 1.20.5+ transfer support
- [ ] 1.20.5+ offline mode encryption support
- [ ] Add dialogs for URLs, commands and clipboard clicks
- [ ] Do something about
?? 0ID checks - [ ] Implement a
Playerclass built around zustand for reactivity, to rework and replace packetHandler - [ ] Implement some
ChatSessionfor 1.18 and older - [ ] Implement a
ChatSessionfor 1.19+ - [ ] Implement better refresh control (either timeout after 5s, or resolve the refresh control after 1s
Promise.any(Promise.allSettled(), sleep(1000))and cleanup remaining promises viaAbortController) - [ ] Command history and message history(?)
- [ ] Support receiving more types of 1.19 player chat messages, disguised chat messages, message deletions, and player chat messages in general on 1.19.1+
- [ ] Support receiving/sending signed chat/commands on 1.19 and 1.19.1+
- [ ] Support online mode with secure profiles (login handshake with certs if needed?)
- [ ] Add MythicMC server and improve privacy policy (see ChatCraft's)