docs
docs copied to clipboard
In-depth Component Guides
After https://github.com/PaperMC/docs/pull/145, there are more pages that should exist in the Component API category, diving into specific integrations between adventure and the paper api.
- [ ] Cover all adventure interfaces implemented by Paper API types
- [x] Demonstrate the use of AsyncChatEvent, specifically the ChatRenderer (#264)
- [ ] Demonstrate the use of SignedMessage
- [ ] Demonstrate resolving Components (`PaperComponents#resolveWithContext`)
- [ ] Demonstrate BookMetaBuilder
- [ ] Demonstrate click event callbacks
- [x] Add i18n docs (#194)
I think point 2 can be marked as done due to #264.