33 lines
1.6 KiB
TOML
33 lines
1.6 KiB
TOML
# This is the BeamMP-Server config file.
|
|
# Help & Documentation: `https://docs.beammp.com/server/server-maintenance/`
|
|
# IMPORTANT: Fill in the AuthKey with the key you got from `https://keymaster.beammp.com/` on the left under "Keys"
|
|
[Misc]
|
|
# Specifies the time between update reminders. You can use any of "s, min, h, d" at the end to specify the units seconds, minutes, hours or days. So 30d or 0.5min will print the update message every 30 days or half a minute.
|
|
UpdateReminderTime = "30s"
|
|
# Hides the periodic update message which notifies you of a new server version. You should really keep this on and always update as soon as possible. For more information visit https://wiki.beammp.com/en/home/server-maintenance#updating-the-server. An update message will always appear at startup regardless.
|
|
ImScaredOfUpdates = true
|
|
|
|
[General]
|
|
Description = "BeamMP Default Description"
|
|
MaxCars = 1
|
|
# Whether to log chat messages in the console / log
|
|
LogChat = true
|
|
ResourceFolder = "resources"
|
|
# The IP address to bind the server to, this is NOT related to your public IP. Can be used if your machine has multiple network interfaces
|
|
IP = "::"
|
|
Name = "BeamMP Server"
|
|
Private = true
|
|
# Whether to allow unconnected clients to get the public server information without joining
|
|
InformationPacket = true
|
|
# Whether to allow guests
|
|
AllowGuests = true
|
|
Port = 30814
|
|
Debug = false
|
|
# Add custom identifying tags to your server to make it easier to find. Format should be TagA,TagB,TagC. Note the comma seperation.
|
|
Tags = "Freeroam"
|
|
# AuthKey has to be filled out in order to run the server
|
|
AuthKey = "4f10662a-3562-44a1-a7df-68f8916da466"
|
|
MaxPlayers = 8
|
|
Map = "/levels/automation_test_track/info.json"
|
|
|