This is an instruction repository on how to use the PrismarineJS bedrock-protocol npm package to setup a proxy to a target realm allowing them to use and older minecraft version with an upddated realm. This is VERY beginner friendly.
Go to NodeJS.org
Choose a version
Install the downloaded file
If you have Git, run
git clone https://github.com/TheNewsYorkTime/node-realms-proxy.git
while in the folder you want it in.
If you don't have git, download the zip file and extract it where you want it.
Navigate to where you installed the repository and open a command prompt.
Run npm install
to install the dependancies. You should see a folder called node_modules appear.
Make sure you are logged into minecraft with the account that has been invited to or is the owner of the realm you want to connect to.
In your command prompt window run node getRealm
.
In the lines it outputs, find the name of the realm you want to connect to. Then copy the ID of that realm.
Open up proxy.js and find the bit at the top where it says const realmID = "your realm id here"
, and replace the contents of the quotes with the ID you copied in the previous step.