Justin Head
Justin Head
> Is there something in the API to remove a server from the JSON without having to fiddle with the JSON directly and overwriting it? You can use an HTTP...
@WhatWheatleySaid thanks, fixed in 12e0418
> I don't know how closely related this could be connection-wise, but with the way this is connecting people over LAN would it be possible to make something like BungeeCord...
Hey all, if it's your own server, did you check to make sure LAN Broadcast is enabled on the world? Starting a new world might reset that setting, which is...
Hey @gravyboat500ml, unfortunately I can't help debug v0.1.1. You'll need to update to the latest version to troubleshoot. Once you update, it'd be helpful if you could copy/paste or screenshot...
Hey @gravyboat500ml, if you're still playing around with it, you might try v0.4.0 of phantom. I've been working on addressing some of these issues and I'm hoping they're fixed now....
Hey @mechanikjoe, apologies for the delay. It sounds like your sister would need to run phantom on her LAN. Unfortunately, you running it on yours won't enable her to join...
Hey @strubbe06, could you try the following command to compile phantom? ``` GOOS=linux GOARCH=386 go build -o ./bin/phantom-linux-x86 cmd/phantom.go ``` Then try the `phantom-linux-x86` binary.
ah sorry, you'll need to download/clone phantom's source code, then run it from inside that directory. I ran the command and uploaded the binary here: [phantom-linux-x86.tar.gz](https://github.com/jhead/phantom/files/4806150/phantom-linux-x86.tar.gz) `tar xvf phantom-linux-x86.tar.gz` to...
Hey @Willhan75, a couple points of clarification: - If your Bedrock server is running on your home PC and you want friends to be able to connect from their PC,...