Skip to content

Commit

Permalink
Add Auth project addons to 3rd party addon list
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Apr 4, 2024
1 parent bccea41 commit 371b0db
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/addon_browser/addons.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
]

0 comments on commit 371b0db

Please sign in to comment.