![]() |
Multi version Support - 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: Multi version Support (/thread-2314.html) Pages:
1
2
|
RE: Multi version Support - PureTryOut - 01-15-2016 Relating to this, is there a way to prevent older versions from joining? 1.8 has iirc some new blocks, and I'm guessing they would be disabled if 1.7 is allowed to join. RE: Multi version Support - xoft - 01-15-2016 There's a plugin for that: https://github.com/madmaxoft/SingleClientVersion RE: Multi version Support - PureTryOut - 01-15-2016 Thanks! Exactly what I want! RE: Multi version Support - EntryPoint - 01-15-2016 (01-15-2016, 04:49 AM)xoft Wrote: There's even a source code release of the last version that did support the pre-1.7 protocols: If supported by the more previous version, 1.4, 1.5 would be great. ![]() RE: Multi version Support - xoft - 01-15-2016 The 1.6EoS version, linked above, supports protocols from 1.2 to 1.7. RE: Multi version Support - EntryPoint - 01-17-2016 (01-15-2016, 03:08 PM)xoft Wrote: The 1.6EoS version, linked above, supports protocols from 1.2 to 1.7. I tryed this command Code: cd src but it did not work Code: root@raspberrypi:~/Desktop/Cuberite/src# cmake . -DCMAKE_BUILD_TYPE=DEBUG && make This is error log Help me please.. RE: Multi version Support - worktycho - 01-17-2016 If you downloaded the release, then you also need to download the associated libs. The easiest way of doing it is to use gits submodule functionality with the actual git repo. RE: Multi version Support - xoft - 01-18-2016 You shouldn't be doing "cd src" before calling cmake. It will still fail, but it will give you hints about what you should do (download additional libraries and unpack to specific folders). RE: Multi version Support - worktycho - 01-18-2016 The 1.6EoS release won't as it predates the hints being added to the cmakelist. |