Skip to content

Commit

Permalink
Add addon policy to addon-browser page (#60)
Browse files Browse the repository at this point in the history
* Add addon policy to addon-browser page

* Make it more clear that the list is just an example
  • Loading branch information
TBlueF authored Feb 11, 2024
1 parent 7124b53 commit 85aad7a
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion 3rdPartySupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**<br>
> **Info:**<br>
> 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:**<br>
> 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 }

----

<addon-browser></addon-browser>

----

## 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)!

0 comments on commit 85aad7a

Please sign in to comment.