Open Dykam opened 11 years ago
That's happening due to the slight chat format change in this commit for 1.7 support: https://github.com/mcdevs/mark2/commit/c783ae14ca0012d69689e3c1cf4a8adecd46cc57
Revert it if you want mark2 to work for minecraft server softwares that were released before 1.7.
Mark2 depends on that regex string to parse server console output. Since pre 1.7 versions of minecraft_server.jar/craftbukkit.jar/spigot.jar have a console output format that's a little bit different, it doesn't initialize a few plugins that hide the ping service disconnect messages. Mark2 pretty much starts after the Done message appears.
So no dual-version support? It would be convenient to be able to run both in one mark2 instance.
My latest pull request has dual support.
The current github version has support for both versions.
Since c783ae14ca0012d69689e3c1cf4a8adecd46cc57
mark2.service.ping.enabled=true
causes ping-spam in the console.I was only able to get rid of it after disabling the ping service, which of course isn't preferable.