From 1dd820a48add89ce0346b27801aefaace14c9f4e Mon Sep 17 00:00:00 2001 From: TheDreWen Date: Tue, 12 May 2026 08:24:40 +0200 Subject: [PATCH] Update README.md with configuration and player connection instructions --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b051b8b..c04aa3f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # lagoon-bedrock-addon -A Bedrock add-on to enable proximity chat in Lagoon on a Minecraft Bedrock server. \ No newline at end of file +A Bedrock add-on to enable proximity chat in Lagoon on a Minecraft Bedrock server. + +## Configuration + +### Setting up the Room Code + +Depending on whether you're developing or using the add-on as-is: + +- **For developers**: Edit the room code in `src/properties.ts` +- **For users**: Edit the room code in `scripts/properties.js` + +### Connecting Players + +1. Players will receive a code when joining the game +2. Go to [lagoon.under-scape.com](https://lagoon.under-scape.com) +3. Join the room using the room code configured in the add-on +4. Enter your player code in the settings +5. You're now connected and can enjoy proximity chat! \ No newline at end of file