You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how possible this is, but I assume you send a sort of download request to the joining player including a link for the client?
In that case, wouldn't it be possible, to enable an option that allows downloading a different RP, if the user has a specific lang set (i.e. Chinese or Korean)?
I think this could be a potential solution for showing emojis instead of text.
Any additional information that you would like to provide that would be helpful/relevant?
The text was updated successfully, but these errors were encountered:
I've thought about this before, but it would require a lot more checking and looping to replace things based on the player receiving the message. It would be possible to replace normal chat messages with this easily, but not commands, signs, and other things without a lot more thinking. I'll research this more to see if more is possible, but chat messages with this option would be a good option at the least.
Yeah. Looking further into this, would it be quite a difficult task.
Checking for the language would be fairly easy, considering Spigot offering a method to get the currently used language.
The difficult part would be displaying the text, which while it might be easy on chat (Send different character to player depending on their lang) would be more difficult for things like signs, which would require packet manipulation.
What do you think should be added/changed?
I'm not sure how possible this is, but I assume you send a sort of download request to the joining player including a link for the client?
In that case, wouldn't it be possible, to enable an option that allows downloading a different RP, if the user has a specific lang set (i.e. Chinese or Korean)?
I think this could be a potential solution for showing emojis instead of text.
Any additional information that you would like to provide that would be helpful/relevant?
The text was updated successfully, but these errors were encountered: