Minecraft Java Edition Server Administration – Console Message: Set Score of Cat for Player [Player GUID] to #

minecraft-java-editionminecraft-java-edition-serverserver-administration

I have a server which I rented for my daughter and her friends. When you go into a certain area of the map, the server console will display a message like this about 20 times per second, and it's causing performance issues on the server.

3:02:29 PM @:: Set score of cat for player 0f98d479-2149-473a-bb1f-3291bcd6819b to 2]

I'm pretty sure that my daughter's friend created something in creative mode that is causing the problem, but I'm not sure which object it is.

Any way to isolate what's causing the problem and fix it?

Thanks,

Joshua

Best Answer

It sounds like a command block is constantly running /scoreboard players set @p cat 2. What you can do to stop this is find the command block and either destroy it, or set the O/X button to X. Both of these will stop the server console printing, but that simple command shouldn't cause that much lag. My guess is that someone used a fill clock, and not a repeating command block. If you see a contraption like the below, destroy the redstone blocks on the ends; this should solve the problem.

enter image description here

PS: In the event that you cannot find any command blocks, or can otherwise not deactivate them, It may be helpful to use a world editor, such as MCEdit, to remove the command blocks.