From 13d6838008f69fc8645d0055510b5a901936ee6c Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:44:16 -0400 Subject: [PATCH] meta --- .gitignore | 3 ++- .vscode/settings.json | 1 + README.md | 5 ++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index acbe023..39392bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /whitelist.json -/config.toml \ No newline at end of file +/config.toml +/playerlist.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 0859a7f..de297c7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "Errorln", "gophertunnel", "Infoln", + "playerlist", "pokeb", "raknet", "Respawn", diff --git a/README.md b/README.md index 6029b45..023d952 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ +# Vanilla Proxy + ## How to start a proxy server 1. Download and install [Go](https://go.dev/dl/) 2. Download and run Minecraft [Bedrock Dedicated Server](https://www.minecraft.net/en-us/download/server/bedrock). ```You must set online-mode=false in BDS server.properties``` + ```You must set client-side-chunk-generation-enabled=false in BDS server.properties``` 3. Run in the console: @@ -17,7 +20,7 @@ go run main.go ## Overview 1. You have all the advantages of the original BDS. 2. You can modify and cancel any packets passing through the proxy using the handler system. -3. You can organize the protection of your server from ddos attacks. +3. You can organize the protection of your server from DDOS attacks. 4. You can set the boards of the world. Blocks outside the border will not be displayed to the player. The coordinates of the corner must be divided by 16 so that the borders are displayed correctly. 5. Support for a whitelist that can store the player's xbox id(xuid). 6. You can use a special bot for Windows with operator capabilities or send commands directly to screen on your Linux server. Screen must have the name of the original server port (for example 19132).