From 0dcfbe481a0b37dd29e040a4befe51a47ed172ad Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 9 May 2024 03:46:21 +0300 Subject: [PATCH] docs: Add query string options for loading map and setting values --- README.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.MD b/README.MD index bc39fb98..ce368540 100644 --- a/README.MD +++ b/README.MD @@ -114,6 +114,9 @@ Press `Y` to set query parameters to url of your current game state. - `?singleplayer=1` - Create empty world on load. Nothing will be saved - `?noSave=true` - Disable auto save on unload / disconnect / export. Only manual save with `/save` command will work +- `?map=` - Load the map from ZIP. You can use any url, but it must be CORS enabled. +- `?setting=:` - Set the and lock the setting on load. You can set multiple settings by separating them with `&` e.g. `?setting=autoParkour:true&setting=renderDistance:4` + ### Notable Things that Power this Project - [Mineflayer](https://github.com/PrismarineJS/mineflayer) - Handles all client-side communications with the server (including the builtin one) - forked