From 413155d7d52157e21fe54c18b1828d7e68427154 Mon Sep 17 00:00:00 2001 From: MrGeorgen Date: Wed, 27 Jan 2021 23:11:56 +0100 Subject: [PATCH] removed old infos from the README --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index f631b1c..dc82aa5 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,4 @@ -# AutoReconnect [1.16+][Fabric] - -This mod will automatically try to reconnect you back to a server if you got disconnected. -By default, it will make 4 attempts after 3, 10, 30 and 60 seconds. - -### Features - -* Multiple individually delayed reconnect attempts -* Displays a countdown on the disconnect screen -* Allows you to exit the disconnect screen quickly by pressing the escape key -* Customizable - * Amount of attempts - * Delay between each attempt -* Client side commands - * `/autoreconnect reload` Reloads the config and displays the settings in chat - * `/autoreconnect config []` Sets the delay between each attempt
- `[]` must be a Nbt List Tag containing Integers, e.g. `[3, 10, 30, 60]` or `[I;3, 10, 30, 60]` -* Support for several mods +# WolfSignal [1.16+][Fabric] ### Installation @@ -31,12 +14,6 @@ By default, it will make 4 attempts after 3, 10, 30 and 60 seconds. * [AuthMe](https://www.curseforge.com/minecraft/mc-mods/auth-me)
Cancels the countdown if you click on the Re-authenticate button to revalidate the session of the game -### Screenshots - -![countdown](src/main/resources/assets/countdown.png) - -![failed](src/main/resources/assets/failed.png) - ### License This mod is available under the CC0 license.