From b035cc4671dea89c3152f4f976a7174677aea8d8 Mon Sep 17 00:00:00 2001 From: RS_COME_BACK Date: Wed, 25 Mar 2026 19:37:23 +0100 Subject: [PATCH] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c39d7e..e5571a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,31 @@ -# lagoon-plugin-minecraft-java +

+ + Lagoon logo + +

-Plugin to connect your Minecraft server to Lagoon. \ No newline at end of file +## Presentation + +Lagoon plugin is a plugin to use Lagoon Proximity Chat system **and only this system**. + +### How it works? + +- Download the plugin +- Install it on your server (paper/purpur/spigot) +- Restart your server +- Config the plugin `/plugins/LagoonPlugin/config.yml` +- Restart your server +- When players join they obtain a code +- Enter the code on Lagoon +- Enjoy! + +### Config + +```yaml +room-code="your-lagoon-room-code" +``` + +On Lagoon, in your room you will obtain a room code — put it into `room-code`. + +> ⚠️ **Warning** +> This code only works on Lagoon, don't share it! \ No newline at end of file