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 could tell you the story on how I found this, but i'll cut it down to the issue:
When you set your tab name to have the &k (obfuscated color code) it will mess with some stuff.
This is what I recall, but maybe more stuff will break:
If a player uses tabcomplete and select your nickname, it will use the special characters, thus if you have a plugin that prevents it (I don't know if vanilla mc would also kick), the player will be kicked for using special characters.
If you do a "loop players", you won't get detected.
The loop player part is easy to test:
on join:
set name of tab of player to "&c&k%player%"
command /testloop:
trigger:
loop all players in radius 10 of event-location:
broadcast "woops"
The broadcast won't happen if you have the tab name with "&k".
The text was updated successfully, but these errors were encountered:
I could tell you the story on how I found this, but i'll cut it down to the issue:
When you set your tab name to have the &k (obfuscated color code) it will mess with some stuff.
This is what I recall, but maybe more stuff will break:
The loop player part is easy to test:
The broadcast won't happen if you have the tab name with "&k".
The text was updated successfully, but these errors were encountered: