-
-
Notifications
You must be signed in to change notification settings - Fork 227
feat: native Adventure support #3443
base: 1.20.1
Are you sure you want to change the base?
feat: native Adventure support #3443
Conversation
Not fully implemented but should be enough for common purposes Signed message features are not implemented because it will lead to so many changes on chat system and might break other chat-related mods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving some note for myself to cleanup patches
patches/minecraft/net/minecraft/server/level/ServerPlayer.java.patch
Outdated
Show resolved
Hide resolved
patches/minecraft/net/minecraft/network/protocol/game/ClientboundSystemChatPacket.java.patch
Outdated
Show resolved
Hide resolved
Not fully implemented but should be enough for common purposes Signed message features are not implemented because it will lead to so many changes on chat system and might break other chat-related mods
Trying to implement more Adventure API for better compatibility with Paper plugins. maybe could solve issues like #3435 |
Is the TypeWriter plugin likely supported? It's a good plugin, but only work on paper. I'm trying to implement paper api,but I don't know where to start, can you give me some advice🥺 |
IDK will this PR content work well, you could check it out and compile it by yourself to do test. |
Not fully implemented but should be enough for common purposes
Signed message features are not implemented because it will lead to so many changes on chat system and might break other chat-related mods
Really a huge change, pls review and test carefully!
Changes are ready to be reviewed but not ready to be merged as some cleanup on patches are needed, scheduled.Done.Please remove commit messages while merging this as they are useless.