{
    "@context": "https://schema.org",
    "@type": "DefinedTermSet",
    "@id": "https://sourcebans.vudira.com/ai/glossary.json",
    "name": "Vudira SourceBans Glossary",
    "description": "Terms you will run into on Vudira SourceBans and in the wider NMRiH admin world, defined without jargon.",
    "url": "https://sourcebans.vudira.com/ai/glossary.json",
    "dateModified": "2026-09-07T10:45:48+00:00",
    "inLanguage": "en",
    "license": "https://creativecommons.org/licenses/by-nc-sa/3.0/",
    "hasDefinedTerm": [
        {
            "@type": "DefinedTerm",
            "name": "Ban",
            "description": "Blocks a player from connecting to the server. Can be temporary (expires automatically, length in minutes) or permanent (length = 0, stays until removed by an admin).",
            "termCode": "ban"
        },
        {
            "@type": "DefinedTerm",
            "name": "Gag",
            "description": "Disables a player's text chat while letting them keep playing. Usually for spam or toxicity in chat.",
            "termCode": "gag"
        },
        {
            "@type": "DefinedTerm",
            "name": "Mute",
            "description": "Disables a player's voice chat while letting them keep playing. Common for mic abusers, screamers, and soundboard trolls.",
            "termCode": "mute"
        },
        {
            "@type": "DefinedTerm",
            "name": "Silence",
            "description": "Gag + mute at the same time. Player can still move and shoot, but can't talk to anyone.",
            "termCode": "silence"
        },
        {
            "@type": "DefinedTerm",
            "name": "Steam ID",
            "description": "A unique identifier for a Steam account. Exists in three formats: legacy (STEAM_0:X:Y), Steam3 ([U:1:X]), and Steam64 (long number starting with 76561). All three refer to the same account.",
            "termCode": "steamid",
            "sameAs": "https://developer.valvesoftware.com/wiki/SteamID"
        },
        {
            "@type": "DefinedTerm",
            "name": "Steam64",
            "description": "The modern 17-digit Steam ID format, e.g. 76561197984957085. This is what most modern tools and APIs use.",
            "termCode": "steam64"
        },
        {
            "@type": "DefinedTerm",
            "name": "SourceMod",
            "description": "A scripting platform for Source engine game servers. Required on any server that wants to connect to the Vudira SourceBans sanctions network.",
            "termCode": "sourcemod",
            "sameAs": "https://www.sourcemod.net/"
        },
        {
            "@type": "DefinedTerm",
            "name": "No More Room in Hell",
            "description": "A cooperative survival-horror game built on the Source engine. Released in 2013 as a free mod. Currently the primary game covered by Vudira SourceBans.",
            "termCode": "nmrih",
            "sameAs": "https://store.steampowered.com/app/224260/"
        },
        {
            "@type": "DefinedTerm",
            "name": "Sanction protest",
            "description": "A formal appeal against a sanction. Filed through /index.php?p=protest on Vudira SourceBans. Reviewed by admins.",
            "termCode": "protest"
        },
        {
            "@type": "DefinedTerm",
            "name": "Ban submission",
            "description": "A report of a rule-breaking player filed by another player. Needs a Steam ID and evidence. Reviewed before a ban is actually issued.",
            "termCode": "submission"
        },
        {
            "@type": "DefinedTerm",
            "name": "Demo",
            "description": "A server-side recording of a match that can be played back. Often the deciding evidence in cheat accusations.",
            "termCode": "demo"
        },
        {
            "@type": "DefinedTerm",
            "name": "RCON",
            "description": "Remote Console — protocol that lets admins issue server commands over the network. Admin-only, password protected.",
            "termCode": "rcon"
        },
        {
            "@type": "DefinedTerm",
            "name": "Permanent ban",
            "description": "A ban with length = 0 in the database. Never expires on its own; only an admin can lift it.",
            "termCode": "permban"
        },
        {
            "@type": "DefinedTerm",
            "name": "Temporary ban",
            "description": "A ban with a set length in minutes. Expires automatically when the time is up.",
            "termCode": "tempban"
        },
        {
            "@type": "DefinedTerm",
            "name": "Admin group",
            "description": "A permission level for server admins — controls what actions they can perform (ban, unban, edit, etc.).",
            "termCode": "admin-group"
        },
        {
            "@type": "DefinedTerm",
            "name": "Override",
            "description": "A per-admin or per-group exception to default permissions. Lets you grant (or revoke) a specific command to one person without changing the whole group.",
            "termCode": "override"
        }
    ]
}