Cuberite Forum
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


Multi version Support - EntryPoint - 01-14-2016

I know that only supports one version.
If support multiple versions, I think that it is a good
ProtocolSupport is a good example in the Spigot
Is it possible in this Cuberite?
If possible, can you make this feature?

Sorry to my bad english...
I am Korean.Confusedhy:

Thanks


RE: Multi version Support - NiLSPACE - 01-14-2016

Hello, and welcome to the forum.

We already support multiple versions. All 1.7 and 1.8 clients are supported. You can see all the supported versions when you start Cuberite.


RE: Multi version Support - EntryPoint - 01-14-2016

(01-14-2016, 07:41 AM)NiLSPACE Wrote: Hello, and welcome to the forum.

We already support multiple versions. All 1.7 and 1.8 clients are supported. You can see all the supported versions when you start Cuberite.

I want to be supported by more older versions
For example, 1.5.2 1.6...
What do you think about this?


RE: Multi version Support - NiLSPACE - 01-14-2016

We used to support them, but dropped it after MC 1.8 came out. The last commit that supported those versions is 439f07cab5b06d9fce691388646fa7f00dd57703 You'll have compile the server manually.


RE: Multi version Support - EntryPoint - 01-15-2016

(01-14-2016, 07:57 PM)NiLSPACE Wrote: We used to support them, but dropped it after MC 1.8 came out. The last commit that supported those versions is 439f07cab5b06d9fce691388646fa7f00dd57703 You'll have compile the server manually.

It supports all the latest version from 1.8 to 1.5.2 can not do?


RE: Multi version Support - NiLSPACE - 01-15-2016

No, I believe it supports 1.2 up to 1.7.9.


RE: Multi version Support - EntryPoint - 01-15-2016

(01-15-2016, 12:35 AM)NiLSPACE Wrote: No, I believe it supports 1.2 up to 1.7.9.

Thank you for the answer


RE: Multi version Support - LogicParrot - 01-15-2016

(01-15-2016, 02:25 AM)EntryPoint Wrote:
(01-15-2016, 12:35 AM)NiLSPACE Wrote: No, I believe it supports 1.2 up to 1.7.9.

Thank you for the answer

Note that the older versions of Cuberite are probably inferior in comparison the latest.


RE: Multi version Support - EntryPoint - 01-15-2016

Where is the 439f07cab5b06d9fce691388646fa7f00dd57703 commit and How can i download this source?
Sorry to my ignorance Sad

(01-15-2016, 04:00 AM)LogicParrot Wrote:
(01-15-2016, 02:25 AM)EntryPoint Wrote:
(01-15-2016, 12:35 AM)NiLSPACE Wrote: No, I believe it supports 1.2 up to 1.7.9.

Thank you for the answer

Note that the older versions of Cuberite are probably inferior in comparison the latest.

Thanks


RE: Multi version Support - xoft - 01-15-2016

There's even a source code release of the last version that did support the pre-1.7 protocols:
https://github.com/cuberite/cuberite/releases/tag/1.6EoS

Note that supporting older protocols sounds like a good idea until you dig around for details. For example, the older clients have no knowledge of the newer blocks or mobs. So the clients usually crash whenever the server sends such data.