09-20-2020, 12:24 AM
(09-20-2020, 12:19 AM)bearbin Wrote: Because of the way that Cuberite plugins work in comparison to Notchian/Bukkit Java-plugins work, it would not be possible to write a Cuberite plugin to do the same things as Geyser.
This would more be something for the main server rather than a plugin, according to the architecture of Cuberite.
While it would be better as part of cuberite, its definitely possible to do with a plugin. You can do this by creating and manging connections via cNetwork:Listen() and cNetwork:Connect(). Its how i'm doing my viaversion port.