EnhancedBungeeList now supports Hex colors (MC 1.16 and higher) in all of the plugin messages, including prefixes with hex colors from LuckPerms.
To use hex colors simply use this format: &#{hex}
For example:
�FF00Hello World
Will display the message "Hello World" with green color.
Also you can use the other syntax provided by BungeeCord for hex colors, but it may be more difficult to read:
&x&0&0&F&F&0&0Hello World
Important: The size of the .jar file was increased a lot because I´ve used the adventure API (available at: https://github.com/KyoriPowered/adventure ) to support hex colors.