-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Move away from adventure-platform for Paper #6220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.x
Are you sure you want to change the base?
Conversation
i pulled this pr's build artifact and i still cannot click on minimessage clickable links / see the hover msg |
need an |
thank you, can i also get the translation you are using (both the key and the actual translation line) |
@JRoy how do i get that for you? i'm not familiar with this project i am just a user :) |
it would be any files in the |
It's empty. I'm using https://github.com/HappyAreaBean/SimpleJoinMessage/ however the issue persists with /tellraw output as well |
so you're saying that when you have essentials installed, sending a hover message with |
# Conflicts: # EssentialsChat/src/main/java/com/earth2me/essentials/chat/processing/AbstractChatHandler.java
Makes us no longer dependent on adventure-platform for Paper servers as we will use their native adventure apis.
Few hacks needed to be done to not remap things in places but this is the best we can do
The PaperAdventureFacet has to be in PaperProvider to avoid the kyori remapping that happens on the entire EssentialsX module (we already did this for PaperChatListenerProvider)
Fixes #6215