PrismarineJS / bedrock-protocol

Minecraft Bedrock protocol library, with authentication and encryption
https://prismarinejs.github.io/minecraft-data/?v=bedrock_1.17.10&d=protocol
MIT License
304 stars 69 forks source link

RaknetBacked tyring to use jsp-raknet #439

Closed Pete9xi closed 1 year ago

Pete9xi commented 1 year ago

Hi i have a server that is hosted in the cloud it has no access to root so installing cmake is not possible, im trying to tell the bedrock-protocol to use jsp-raknet as i can install the package via npm but its still trying to use raknet-native im i doing something wrong

options = { host: config.ip, port: config.port, username: config.username, offline: config.AuthType, raknetBackend: "jsp-raknet", };

extremeheat commented 1 year ago

jsp-raket does not fully work at the moment, please use raknet-native or raknet-node instead

Pete9xi commented 1 year ago

Would raknet-node compile the bindings without the need for build tools as root access is not possible?

extremeheat commented 1 year ago

There should be prebuilds provided, yes. If not you should open an issue in their repo.