[BUG] ?x?0?6?9?4?2?0
LaserSlime opened this issue · 13 comments
Describe the bug
The plugin constantly prints out debug messages of color codes of the players luckperms display name in console. This seems to happen both on join and when chatting. I couldn't find any traces of this here on github, so it might just be the spigot version being outdated.
To Reproduce
Steps to reproduce the behavior:
- Give you a rgb code display name with luckperms
- Join the server
- Look in console
- Console will display something like "?x?0?6?9?4?2?0"
Expected behavior
The plugin shouldn't print out debug messages.
Please complete the following information:
- OS Debian
- Java Version: 15
- Minecraft Version 1.16.5
- ChatEx Version 2.6.1
Files (please complete the following information):
- Link to Server Startup Log file:
- Link to ChatEx Configuration file:
Additional context
Add any other context about the problem here.
As you said this has nothing to do with chatex, so this has to be a spigot issue LaserSlimeHD @.***> schrieb am Do., 11. März 2021, 17:50:
…
Describe the bug The plugin constantly prints out debug messages of color codes of the players luckperms display name in console. This seems to happen both on join and when chatting. I couldn't find any traces of this here on github, so it might just be the spigot version being outdated. To Reproduce Steps to reproduce the behavior: 1. Give you a rgb code display name with luckperms 2. Join the server 3. Look in console 4. Console will display something like "?x?0?6?9?4?2?0" Expected behavior The plugin shouldn't print out debug messages. Screenshots [image: grafik] https://user-images.githubusercontent.com/76707643/110823120-b09ad680-8289-11eb-9b06-0de551ee5a74.png Please complete the following information: - OS Debian - Java Version: 15 - Minecraft Version 1.16.5 - ChatEx Version 2.6.1 Files (please complete the following information): - Link to Server Startup Log file: - Link to ChatEx Configuration file: Additional context Add any other context about the problem here. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#42>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA45KKK2RL4ZX636KJ274TLTDDYGLANCNFSM4ZAUJGVQ .
I don't think spigot itself would print out debug messages. I am using the latest version of spigot and as soon as I enable this plugin it starts happening.
I am using the latest version of spigot and as soon as I enable this plugin this starts happening.
Please send me a plugin list and your chatex config I'll setup a test server and try this out
@LaserSlimeHD Could you confirm that your problem is resolved by my PR?
Try this dev-build: https://github.com/TheJeterLP/ChatEx/pull/43/checks?check_run_id=2089814814 and report, if that solves your problem
Yes, it seems that I missed a debug message here: RGBColors.java line 67
Oh so that's for the new color codes, @worldOneo can you fix that?
@LaserSlimeHD Could you confirm that your problem is resolved by my PR?
Try this dev-build: https://github.com/TheJeterLP/ChatEx/pull/43/checks?check_run_id=2089814814 and report, if that solves your problemYes, it solved it.
Alright, many thanks for your help and report
@LaserSlimeHD Could you confirm that your problem is resolved by my PR?
Try this dev-build: https://github.com/TheJeterLP/ChatEx/pull/43/checks?check_run_id=2089814814 and report, if that solves your problem
Yes, it solved it.