Merge pull request #98 from O1LER/server-tags

Add server tags
This commit is contained in:
Tixx 2024-12-19 22:52:34 +01:00 committed by GitHub
commit 4bea72fd2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,86 @@ Use these special symbols before your text and it'll apply an effect to that tex
| `^e` | Yellow |
| `^f` | White |
### Customize your server tags
Tags can be used to allow people to search for a specific type of server. Your serverConfig.toml will generate with the freeroam tag `Tags = "Freeroam"`.
You can add multiple tags separated by comma `Tags = "Events,Offroad,lang:english"`, they are not case sensitive.
You can choose from the following list:
- Age/Content:
- `Mature/18+`
- Gameplay Types:
- `Freeroam`
- `Roleplay`
- `Economy`
- `Traffic`
- Racing Categories:
- `Racing`
- `Racing:NASCAR`
- `Racing:Track`
- `Racing:Drag`
- `Racing:Rally`
- `Touge`
- Off-Roading and Challenges:
- `Offroad`
- `Crawling`
- `Dakar`
- `Challenge`
- Destruction Events:
- `Derby`
- `Arena`
- Weather and Time Conditions:
- `Snow/Ice`
- `Rain`
- `Night`
- `Weather`
- Gamemodes:
- `Gamemode`
- `Gamemode:Racing`
- `Gamemode:Rally`
- `Gamemode:Drag`
- `Gamemode:Derby`
- `Gamemode:Infection`
- `Gamemode:Cops-Robbers`
- `Gamemode:Delivery`
- `Gamemode:Sumo`
- Community and Events:
- `Scenarios`
- `Events`
- `Leaderboard`
- Mods:
- `Modded`
- `Mod:BeamPaint`
- `Mod:BeamJoy`
- `Mod:CEI`
- Languages:
- `Lang:English`
- `Lang:Russian`
- `Lang:French`
- `Lang:Spanish`
- `Lang:Portuguese`
- `Lang:German`
- `Lang:Polish`
- `Lang:Arabic`
- Other:
- `Vanilla`
- `Moderated`
Should a tag be missing from this list, you can submit a request for it to be added [here](https://forum.beammp.com/t/introducing-server-tags/1320081)
## The Server.log file
This file will be generated when the server runs. It's a mirror of the messages you see in the console when you run the server. You should attach this file every time you need support from our support staff, and it will never show your AuthKey, so you can usually send it without modifications.