Closed SsValor closed 3 years ago
You can disable it in the configuration file.
[Main]
...
showxpbarmessages=true
Set it to false
.
Tried It Still Dosent Work Am I Doing This Wrong?
There Was Not This Option Here I Added It Myself
@GamingFrazix
Oh Sorry Got It Now Ty For Helping
Edit: Works Thank You Very Much :D
If you put the same option twice, the second one will override the first one.
Your config file likely had showxpbarmessages=false
first then showxpbarmessages=true
below 😉
so i tried using MCC in hypixel and i found a problem , hypixel has a system that outputs text in screen , things like announcements , points , and player stats for better understanding of what i'm saying check this picture
the problem is MCC thinks this is a chat message ( maybe thats the hypixel chat format and nothing is wrong with MCC ) but as you can see in the picture bellow the log will get filled with that text
and thats a bit annoying i tried filtering the text in MinecraftClient.ini . [Logging] Section , by writing a simple Regex and i tried testing that its working in https://regex101.com/ and its working fine in there but it doesn't work in the bot ( i am using the latest version of the build and everything else i checked is working fine ) im guessing its something to do with the coloring of the text and the bot doesn't detect it in that color
if anyone could help i would really appreciate it , its getting a bit annoying seeing all these text in my log xD