You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
UseDiscordRestAPI = false, -- Replaces the ACE Permission System with one relying on the Discord REST API where players get their permissions based on their roles, make sure to configure the bot token and guild id in sv_config.lua
AcePerm = "vadmin.owner", -- Uses the Deafult ACE Permission System, only works if you don't UseDiscordRestAPI set to true.
MaxDistance = 20.0, -- The max distance when reporting the nearest players.
RoleIDs = { -- Only Used if UseDiscordRestAPI is set to true, feel free to add multiple roles below using the example.
["839129247918194732"] = true
},
Logging = false, -- Enable Logging using discord Webhooks (Configurable in sv_config.lua)
ReportCommand = "report", -- The name of the report command for normal players.
ReportMenuCommand = "reports", -- The name of the command to open the reports menu for staff members.
NotificationPos =
"top-right" -- The position of the notifications: top-center, top-right, top-left, bottom-center, bottom-right, bottom-left