Garry's Mod Leaks

Athena Warnings/Report Management Suite

Submitted by fuhikecigu, , Thread ID: 97482

Thread Closed
02-08-2018, 04:46 PM
#1
Video Demonstration
https://www.youtube.com/watch?v=xC7JRRd3ZgI

Compatible with any gamemode. Requires ULX
Featuring a smooth-as-heck GUI, optimized networking, and kick-ass support (direct Steam message support)
Near zero server-performance impact with no greedy hooks.
Report menu
[Image: m0FcLN3.png]

Notification bar for staff/reporter if a report is added/updated.
[Image: iIyv5M2.png]

Reports Overview + Quick/Actions
[Image: h3pt3jk.png]

Warn players! With customizable thresholds for kick/ban
[Image: CpWtVY5.png]

Measure staff statistics
[Image: fIdQdNm.png]

Configuration
Code:
Athena.Configuration.KeyBind = KEY_BACKSLASH
Athena.Configuration.UseKeyBind = true

Athena.Configuration.ConsoleCommand = "athena"

-- If there are no staff online, redirect players to this URL. (i.e. submit a report forums)
Athena.Configuration.ForumsRedirect = ""

-- Warning Severity Thresholds
Athena.Configuration.WarningKickThreshold = 5
Athena.Configuration.Warning1DayBanThreshold = 10
Athena.Configuration.Warning3DayBanThreshold = 20

-- Warning Decay Threshold - In Seconds
Athena.Configuration.WarningDecay = 604800

-- {rank, name, access_level}
Athena.Configuration.PlayerRanks = {
  {"superadmin", "Super Admin", ATHENA_ACCESS_FULL},
  {"moderator", "Prime Enforcer", ATHENA_ACCESS_FULL}
}

Athena.Configuration.WarnReasons = {
  "Breaking NLR",
  "Committing RDM",
  "Propblock",
  "Propspam",
  "Propclimb",
  "Harassment",
  "FailRP"
}

Users browsing this thread: 3 Guest(s)