PaperMC / Velocity

The modern, next-generation Minecraft server proxy.
https://papermc.io/software/velocity
GNU General Public License v3.0
1.78k stars 625 forks source link

HEX && RGB Support #976

Closed ElinCode closed 1 year ago

ElinCode commented 1 year ago

messages.properties NOT RGB SUPPORT FIX

ElinCode commented 1 year ago

If you can't fix it in messages.properties then make a .yml file

Xernium commented 1 year ago

This is known, the message property file will support the MiniMessage format in the future but not the problematic Bungeecord hex color format

4drian3d commented 1 year ago

If you can't fix it in messages.properties then make a .yml file

I was working on it in the pull requests https://github.com/PaperMC/Velocity/pull/721 and https://github.com/PaperMC/Velocity/pull/718 . But yesterday Adventure released its version 4.13.0 that implements https://github.com/KyoriPowered/adventure/pull/871 but in order to use it in Velocity, it is necessary to create an own TranslationRegistry system or implement support for a "postprocessor" type for the TranslationRegistryImpl of Adventure itself.

And it has nothing to do with the properties format instead of yaml, personally I avoid using yaml as well😅

ElinCode commented 1 year ago

When will support be available? Mini Message with HEX support?

electronicboy commented 1 year ago

There is no eta, in the meantime, you can use a plugin, like minimotd

4drian3d commented 1 year ago

There is no eta, in the meantime, you can use a plugin, like minimotd

This issue is about MiniMessage support in Velocity translations. For the motd issue, yesterday PaperMC/Velocity#666 was merged which adds MiniMessage support to the motd configuration option

4drian3d commented 1 year ago

Also, this issue is duplicate of #720

electronicboy commented 1 year ago

oh, derp;

Well, duplicate of #720

ElinCode commented 1 year ago

Also, this issue is duplicate of #720

I don't need HEX in the mod, but in messages.properties

4drian3d commented 1 year ago

Also, this issue is duplicate of #720

I don't need HEX in the mod, but in messages.properties

That is why this issue is duplicated