"Game rule has been updated" spaming in Server Konsole

Hi,

I have a problem on my Sponge-Forge server.
When I join to the Server, the server console says:

Server thread/INFO: [Skeleton: Game rule has been updated]

and
Server thread/INFO: [MexmexMe: Game rule has been updated]

(MexmexMe is my Minecraft username)

I don’t know wy that is so!!!

Here is the link to the Server console report:

http://pastebin.com/KcUkP9mf

My forge version: forge-1.8.9-11.15.1.1902-1.8.9-universal.jar
My Sponge version:spongeforge-1.8.9-1890-4.2.0-BETA-1431.jar
I have no plugins.

Please help me!!!
Thank you!!

Sorry, but my English is not so good!!!

1st: That looks like a Vanilla console and not a Forge one to me. Are you sure you have installed Forge and Sponge correctly?

2nd: To me it looks like some command blocks going rogue.

3rd: For better help we’d need information like:

  • What Forge and Sponge version do you use?
  • What plugins do you have installed?
  • Is there any command block stuff going on in your world?

@5tingr4y Thank you!! Please look again to my text.

Definitely looks like a CommandBlock is freaking out somewhere in the world

Yep, I would just try starting the server with a fresh world and see if it still happens.

If it doesn’t happen anymore, it is definitely a commandblock problem.
You can then disable command blocks in your server properties and then load up your world again and check for commandblocks.

If it is a CommandBlock, you could do 2 things:

  • Disable CommandBlocks in the server.properties: enable-command-block=false
    (This would disable every commandblock, and their functionality)

  • or type /gamerule commandBlockOutput false and /gamerule logAdminCommands false
    (This just makes the spamming stop, but the commandblock continues doing this silently)