barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Server output regex backward compatibility #131

Closed gsand closed 10 years ago

gsand commented 10 years ago

The current server output expression is only compatible with the current server software version (1.7.x). https://github.com/mcdevs/mark2/commit/c783ae14ca0012d69689e3c1cf4a8adecd46cc57

If this is fixed, one would be able to run new and old versions simultaneously without any issues. and BungeeCord, too.

Related Issues: https://github.com/mcdevs/mark2/issues/123 https://github.com/mcdevs/mark2/issues/112