- Attempt to fix content tabs

- Remove march-28-outage.md
This commit is contained in:
RainlessSky
2026-05-13 17:37:01 -07:00
parent a552a6d518
commit e512389ddc
3 changed files with 182 additions and 206 deletions
-30
View File
@@ -1,30 +0,0 @@
# March 28, 2026 BeamMP Outage FAQ
Temporary FAQ for the (currently) ongoing BeamMP outage that started on March 28th, 2026.
**Last updated April 1st, 2026.**
=== Help! My BeamMP launcher doesn't work!
Try reinstalling the BeamMP launcher. To do so, follow the instructions below:
1. Go to [beammp.com](https://beammp.com/)
2. Click *Download Now*
3. Run the installer and follow instructions
!!! note
As of April 1st, 2026, the MSI installer is an "unrecognized app" according to Windows Defender SmartScreen.
To bypass this warning, click *More info*, then click *Run anyway*.
=== Help! My authkey(s) don't work anymore!
As of April 1st, 2026, keymaster and auth systems are offline. This means that your authkeys won't work. To get around this, follow the instructions below:
1. Open your `ServerConfig.toml`, or wherever your server config is modified
2. Set `Private` to `true`. It should look like this: `Private = true`
3. This should fix the authkey issue.
!!! note
As of April 1st, 2026, BeamMP's auth systems are offline. Only guest accounts are available.
Make sure your server allows guests.
+6
View File
@@ -76,6 +76,7 @@
```
=== Ter Blue
```css
var(--bng-ter-blue-50)
var(--bng-ter-blue-100)
@@ -90,6 +91,7 @@
```
=== Add Blue
```css
var(--bng-add-blue-50)
var(--bng-add-blue-100)
@@ -104,6 +106,7 @@
```
=== Add Green
```css
var(--bng-add-green-50)
var(--bng-add-green-100)
@@ -118,6 +121,7 @@
```
=== Add Yellow
```css
var(--bng-add-yellow-50)
var(--bng-add-yellow-100)
@@ -132,6 +136,7 @@
```
=== Add Peach
```css
var(--bng-add-peach-50)
var(--bng-add-peach-100)
@@ -146,6 +151,7 @@
```
=== Add Red
```css
var(--bng-add-red-50)
var(--bng-add-red-100)