diff --git a/assets/addon_browser/addons.conf b/assets/addon_browser/addons.conf index 9fbcf43..3f31e73 100644 --- a/assets/addon_browser/addons.conf +++ b/assets/addon_browser/addons.conf @@ -563,4 +563,44 @@ "github": "https://github.com/Rumsfield/konquest" } } + { + name: "BlueMap-Auth" + description: "Authentication integration for BlueMap with profile in menu and login-logout buttons" + author: "Antti" + apiVersion: "2" + platforms: ["paper"] + links: { + "github": "https://github.com/Chicken/Auth/tree/master/BlueMap/Integration" + } + } + { + name: "BlueMap-Chat" + description: "Web chat for BlueMap" + author: "Antti" + apiVersion: "2" + platforms: ["paper"] + links: { + "github": "https://github.com/Chicken/Auth/tree/master/BlueMap/Chat" + } + } + { + name: "BlueMap-PrivateLocation" + description: "Only allow people to see themselves on the map" + author: "Antti" + apiVersion: "2" + platforms: ["paper"] + links: { + "github": "https://github.com/Chicken/Auth/tree/master/BlueMap/PrivateLocation" + } + } + { + name: "BlueMap-PrivateMaps" + description: "Restrict map access with permission nodes" + author: "Antti" + apiVersion: "2" + platforms: ["paper"] + links: { + "github": "https://github.com/Chicken/Auth/tree/master/BlueMap/PrivateMaps" + } + } ]