Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "DefaultWeaponSettings": {
- "HeadshotThreshold": 5, // The number of headshots
- "DistanceThreshold": 25.0, // The minimum distance of a headshot (Meters)
- "TrackDuration": 60 // Time before the headshot data is restarted back to 0 (60 = Seconds) (Data restarts Per player)
- (The timer starts the countdown when the player hits their first headshot over the DistanceThreshold)
- },
- "DiscordWebhookURL": "", // Discord Webhook URL
- "EnableLogging": true, // Rcon Logging
- "UseEmbed": true, // Discord Embed Logging (false = NO discord logs)
- "EmbedPingRoleID": "", // Discord Role ID
- "ExcludedWeapons": [], // Example: "rife.ak", "rife.lr300", "pistol.revolver", "shotgun.double", "blunderbuss", "shotgun.m4",
- "shotgun.pump", "shotgun.spas12", "shotgun.waterpipe" and etc (I would personally use all shotguns within the ExcludedWeapons)
- "ExcludedPlayers": [] // Example "STEAMID", "STEAMID"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement