From 9c713a0de86a541b148dc0110c1b4199c31a3c2f Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Sat, 22 Aug 2020 18:54:49 +0200 Subject: [PATCH] Removed hub_manager as a soft dependency (it's more of an add-on) --- README.md | 4 +++- depends.txt | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caee59f..eeffb4f 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ It comes with an arena manager and a signs system. The latter creates a bridge i ### Dependencies Default [signs_lib](https://gitlab.com/VanessaE/signs_lib) by Vanessa Dannenberg -(soft) [Hub Manager](https://gitlab.com/zughy-friends-minetest/hub-manager) by me: use it if you're aiming for a full minigame server (soft) [Parties](https://gitlab.com/zughy-friends-minetest/parties) by me: use it to be sure to join the same arena/team with your friends +#### Add-ons +[Hub Manager](https://gitlab.com/zughy-friends-minetest/hub-manager) by me: use it if you're aiming for a full minigame server + ### Known conflicts * `Beds` or any other mod overriding the default respawn system * `SkinsDB` or any other mod applying a 3D model onto the player, if `teams_color_overlay` is used diff --git a/depends.txt b/depends.txt index 243bf02..010461d 100644 --- a/depends.txt +++ b/depends.txt @@ -1,4 +1,3 @@ default signs_lib -hub_manager? parties?