01-15-2016, 05:18 AM
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.
Multi version Support
|
01-15-2016, 05:18 AM
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.
01-15-2016, 06:04 AM
There's a plugin for that: https://github.com/madmaxoft/SingleClientVersion
01-15-2016, 08:07 AM
Thanks! Exactly what I want!
01-15-2016, 02:22 PM
(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.
01-15-2016, 03:08 PM
The 1.6EoS version, linked above, supports protocols from 1.2 to 1.7.
01-17-2016, 08:52 AM
(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..
01-17-2016, 11:52 AM
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.
01-18-2016, 06:20 PM
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).
01-18-2016, 09:07 PM
The 1.6EoS release won't as it predates the hints being added to the cmakelist.
|
« Next Oldest | Next Newest »
|