From 85aad7a7d809247c2d63d1af743f89e424464fd6 Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Sun, 11 Feb 2024 19:07:07 +0100 Subject: [PATCH] Add addon policy to addon-browser page (#60) * Add addon policy to addon-browser page * Make it more clear that the list is just an example --- 3rdPartySupport.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/3rdPartySupport.md b/3rdPartySupport.md index 5ee7210..6c627b5 100644 --- a/3rdPartySupport.md +++ b/3rdPartySupport.md @@ -14,11 +14,36 @@ If you know of any plugin/mod that fits into this list, please add it to [this config](https://github.com/BlueMap-Minecraft/BlueMapWiki/edit/master/assets/addon_browser/addons.conf) and make a PR on GitHub! :) -> **Important:**
+> **Info:**
> Make sure the plugin/mod is compatible with your version of BlueMapAPI. You can see the API-Version of your BlueMap > on the [official download page](https://github.com/BlueMap-Minecraft/BlueMap/releases/latest). *("Targets: BlueMapAPI: v?.?.?")* +{: .info } + +> **Important:**
+> We **do not** exhaustively review every aspect of every entry on this list. +> We also **do not** guarantee the safety of your system when you install any addons from this list. +> We **do try** to remove actively harmful addons as soon as possible. +> See [below](#our-addon-policy) for more info! {: .info .important } ---- + +---- + +## Our addon policy +We allow every addon *(plugin, mod, resource pack, external tool)* on this list as long as it generally works and uses +BlueMap's API or was at least partially made for it in some way. +That means we do not exhaustively test and review every aspect of every new entry, and we cannot guarantee that the addons on +this list will work for your use case. +We also do not guarantee the safety of your system when you install any +addons from this list, even though we try to remove actively harmful addons as soon as possible. + +Reasons for a removal of an addon include: +- The addon being outdated and no longer maintained +- Fatal issues/bugs that could irreversibly harm your server +- Malware, Spyware and other intentionally harmful software + +If you feel like an addon on this list should be removed, please report it +on [Github](https://github.com/BlueMap-Minecraft/BlueMapWiki/issues/new) or [Discord](https://discord.gg/zmkyJa3)! \ No newline at end of file