can i switch MCServer to 1.5.2 (61) protocol ? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: can i switch MCServer to 1.5.2 (61) protocol ? (/thread-1720.html) |
can i switch MCServer to 1.5.2 (61) protocol ? - znsoft - 01-12-2015 is there protocol switcher in the MCS ? how i can turn on old protocols ? can i use it ? all my clients are 1.5.2 only RE: can i switch MCServer to 1.5.2 (61) protocol ? - NiLSPACE - 01-12-2015 We removed the old protocols a while ago. MCServer now only supports 1.7 and 1.8. RE: can i switch MCServer to 1.5.2 (61) protocol ? - xoft - 01-12-2015 Here's the source of the last MCS that supported clients 1.2.5 - 1.6.x: https://github.com/mc-server/MCServer/releases/tag/1.6EoS (you need to compile from source at this tag) RE: can i switch MCServer to 1.5.2 (61) protocol ? - znsoft - 01-13-2015 (01-12-2015, 10:44 PM)xoft Wrote: Here's the source of the last MCS that supported clients 1.2.5 - 1.6.x: https://github.com/mc-server/MCServer/releases/tag/1.6EoS (you need to compile from source at this tag) sorry i am nubie in CMake not compiling, catch some errors in console while compile on my ubuntu 14.04: Code: CMake Error at CMakeLists.txt:35 (message): and i'll try another way, not from .zip file: git clone -b MCServer1.6EoS https://github.com/mc-server/MCServer.git mcsold i got another errors while compiling: Code: --------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------- and i do: git clone polarssl && git clone SQLiteCpp going to compil... ---------------------------------------------------------------------- Code: [b][100%] Built target MCServer[/b] yeeeeeees i'll do it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |