Difference between revisions of "SourceMod"

From Team Fortress Wiki
Jump to: navigation, search
m (Placed a intern link to Scripting)
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
{{OtherWikis
 
{{OtherWikis
 
| 1 = [http://www.sourcemod.net/ SourceMod official website]
 
| 1 = [http://www.sourcemod.net/ SourceMod official website]
| 2 = [https://forums.alliedmods.net/forumdisplay.php?f=52 SourceMod Forums] on [http://alliedmods.net/ AlliedModders.net]
+
| 2 = [https://forums.alliedmods.net/forumdisplay.php?f=52 SourceMod Forums] on [http://alliedmods.net/ AlliedMods.net]
 
| 3 = [http://wiki.alliedmods.net/SourceMod SourceMod] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
 
| 3 = [http://wiki.alliedmods.net/SourceMod SourceMod] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
 
** [http://wiki.alliedmods.net/Category:SourceMod_Documentation SourceMod Documentation] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
 
** [http://wiki.alliedmods.net/Category:SourceMod_Documentation SourceMod Documentation] on the [http://wiki.alliedmods.net/Main_Page AlliedModders Wiki]
 
}}
 
}}
[[Category:Servers]]
 
{{stub}}
 
  
==The SourceMod Plugin==
 
SourceMod is a Open-Source server modification plugin for any game that runs on the Source engine. It is a powerful platform for [[scripting]] plugins and handling server administration.
 
  
===Features for Users===
 
  
Allows server opperators the ability to configure the admin menu.
+
 
The ability to create a Reserved slot in a server.
+
[[File:SourceMod.png|300px|frameless|right]]
User map vote management (nominations, rock the vote).
+
SourceMod is server modification for any game that runs on [[Source Engine]]. It is a highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, however there are over 2,500 plugins made by the community to optimize their servers.
Administration commands such as kicking/banning/slapping/muting players.
+
 
Quickly being able to toggle server cvar settings.
+
 
Chat triggers for both users and administrators.
+
== See also ==
 +
*[[Servers]]
 +
 
 +
[[Category:Servers]]

Revision as of 01:49, 23 January 2019



SourceMod.png

SourceMod is server modification for any game that runs on Source Engine. It is a highly optimized platform for scripting plugins and handling server administration. The default package comes with a base set of plugins, however there are over 2,500 plugins made by the community to optimize their servers.


See also