# Sourcemod and Metamod:Source

Sourcemod is a plugin for source games that can add functionality like voting systems, minigames, and server utilities. Sourcemod requires Metamod to run.

LinuxGSM includes a[ command](/commands/mods.md) that is able to install Sourcemod automatically. &#x20;

[LinuxGSM Mod Command](/commands/mods.md)

## Sourcemod Resources

**Sourcemod Official Resources**

[Official Sourcemod Install Guide](<https://wiki.alliedmods.net/Installing_SourceMod >)

[Sourcemod Download Link](<https://www.sourcemod.net/downloads.php?branch=stable >)

[Metamod Download Link](<http://www.sourcemm.net/downloads.php?branch=stable >)

**Sourcemod Plugins**

Plugins can be downloaded from Alliedmodders website:&#x20;

[Plugins Forum ](https://forums.alliedmods.net/forumdisplay.php?f=153)

[High Traffic Plugins Forum ](https://forums.alliedmods.net/forumdisplay.php?f=153)

## **General Sourcemod Tips**&#x20;

If players are kicked after joining, make sure Sourcemod does not have any errors and is up to date&#x20;

Check folder hierarchy in archives before unpacking, each plugin creator organizes their archives differently.

The server may need to be set to sv\_pure 0 in some cases.

[Take note that some servers require a manually generated and placed .vdf file(link).](https://wiki.alliedmods.net/Installing_Metamod:Source#GameInfo)

## CS:GO Sourcemod Tips

If the server changes to dust or mirage instead of the chosen map, disable the nextmap plugin.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.linuxgsm.com/guides/sourcemod-csgo-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
