How do I add plugins?

Post Reply
User avatar
Nick|NFo
Former staff
Former staff
Posts: 2252
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Mar 30, 2003 1:56 pm
Location: 127.0.0.1

How do I add plugins?

Post by Nick|NFo »

You need to download the plugin from the SourceMod forums or by searching their plugin page here.

Once you have the plugin, you need to upload it via the FTP (info provided on the file manager page of your control panel).

You need to place the .smx plugin in the addons/sourcemod/plugins directory on your FTP.

Please follow any other directions the plugin has on its personal forum topic. It may require config files to be placed somewhere for configuration purposes. If your plugin has material files, please upload those to the appropriate directory.

Once you are done, you can restart the server and the plugin should be loaded automatically.

To see if the plugin is loaded, you can do:

rcon sm plugins list or if you are using our rcon tool feature on the server control panel, you would just type sm plugins list.

You should see something similar to this along with your custom plugin, like we have an Ads custom plugin currently running:
[SM] Listing 14 plugins:
01 "Admin File Reader" (1.0.0.1834) by AlliedModders LLC
02 "Admin Help" (1.0.0.1834) by AlliedModders LLC
03 "Admin Menu" (1.0.0.1834) by AlliedModders LLC
04 "Ads" (1.0.4.0) by Shane A. ^BuGs^ Froebel
05 "Anti-Flood" (1.0.0.1834) by AlliedModders LLC
06 "Basic Ban Commands" (1.0.0.1834) by AlliedModders LLC
07 "Basic Chat" (1.0.0.1834) by AlliedModders LLC
08 "Basic Comm Control" (1.0.0.1834) by AlliedModders LLC
09 "Basic Commands" (1.0.0.1834) by AlliedModders LLC
10 "Basic Fun Commands" (1.0.0.1834) by AlliedModders LLC
11 "Basic Info Triggers" (1.0.0.1834) by AlliedModders LLC
12 "Nextmap" (1.0.0.1834) by AlliedModders LLC
13 "SlapSlay Commands" (1.0.0.1834) by AlliedModders LLC
14 "Reserved Slots" (1.0.0.1834) by AlliedModders LLC
-Nick
Post Reply