← Portfolio

Garry's Mod Server Addons

Browser recreation — real addons run server-side in Lua

Scenario: you run a roleplay server and want admins to reward players, broadcast server-wide alert levels, and run scheduled events — without anyone touching Lua. These are working browser recreations of three deployed addons. Every value you tweak below is a real option from the actual config files, because that's the design: the server owner gets full control from one config, no code edits.

+
Defcon: 5All clear

defcon_config.lua

In-game, levels gate rules like raid permissions and lockdowns. Colors, fonts, box padding, and per-level subtext are all config-driven — change them live here just like a server owner would in the Lua config.

sh_medal_config.lua

Medals render in 3D above the player's head with sway and face-the-viewer behavior, within a configurable render distance. Admin permissions (award, create, edit, delete) are per-rank, with ULX commands and admin-suite logging integration. Click a floating medal to remove it.

classes_config.lua

On an RP server this announces scheduled classes to assigned groups, restricted to configured rooms. Names, colors, room lists, and timing all live in one config table.