-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Download a compatible release.
Copy Resources
to <BeamMP-Server-Root>
.
Copy envsync.config.lua
to <BeamMP-Server-Root>
. The options are documented in this file.
Only admins can run the commands from chat.
To locate a BeamMP user ID, navigate to the following URL (replace <your_username>
with the target BeamMP username):
https://forum.beammp.com/u/<your_username>.json
There will be a user
field in this response. Locate the id
field within this user
field (should be next to the username). If the value is 123456
, update or add a line under the PERMISSIONS
section:
options.admins.beammp_123456 = "this can be any description you want"
ℹ️ If the line begins with --
it is treated as a comment and has no effect; remove the --
to have a line take effect.
options.admins = {}
) - only add/update lines under the PERMISSIONS
section.