Difference between revisions of "Open Source Plugins for Metamod:Source"

From AlliedModders Wiki
Jump to: navigation, search
(Functional Plugins)
 
(22 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Open Source Plugins for SourceMM =
+
= Open Source Plugins for Metamod:Source=
 
This page lists known plugins with available source code. Please check the licenses for each one as they may not truly be "open source."
 
This page lists known plugins with available source code. Please check the licenses for each one as they may not truly be "open source."
 
<br><br>
 
<br><br>
Line 5: Line 5:
 
=== stub_mm ===
 
=== stub_mm ===
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]]<br>
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]]<br>
<b>Description:</b> minmum implentation of a valid SourceMM plugin<br>
+
<b>Description:</b> minmum implentation of a valid Metamod:Source plugin<br>
 
<b>Features:</b> starting template<br>
 
<b>Features:</b> starting template<br>
<b>Download:</b> Included in the SourceMM source code package: [http://prdownloads.sourceforge.net/sourcemm/sourcemm-1.2.2-source.tar.gz?download prdownloads.sourceforge.net/sourcemm/sourcemm-1.2.2-source.tar.gz?download]
+
<b>Download:</b> Included in the Metamod:Source source code package: [http://www.sourcemm.net www.sourcemm.net]
 
<br><br>
 
<br><br>
 +
 
=== sample_mm ===
 
=== sample_mm ===
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]]<br>
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]]<br>
 
<b>Description:</b> implements the features of the standard Valve server plugin from the SDK<br>
 
<b>Description:</b> implements the features of the standard Valve server plugin from the SDK<br>
 
<b>Features:</b> starting template with similar functionality to the Valve sample_plugin<br>
 
<b>Features:</b> starting template with similar functionality to the Valve sample_plugin<br>
<b>Download:</b> Included in the SourceMM source code package: [http://prdownloads.sourceforge.net/sourcemm/sourcemm-1.2.2-source.tar.gz?download prdownloads.sourceforge.net/sourcemm/sourcemm-1.2.2-source.tar.gz?download]
+
<b>Download:</b> Included in the Metamod:Source source code package: [http://www.sourcemm.net www.sourcemm.net]
 
<br><br>
 
<br><br>
 +
 
=== sample2_mm ===
 
=== sample2_mm ===
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]], edited by [[User:L._Duke|L. Duke]]<br>
 
<b>Author:</b> [[User:BAILOPAN|BAILOPAN]], edited by [[User:L._Duke|L. Duke]]<br>
 
<b>Description:</b> fixes (by inheriting from IGameEventListener2 instead of hooking FireGameEvent) the problem in sample_mm plugin where some events are not received<br>
 
<b>Description:</b> fixes (by inheriting from IGameEventListener2 instead of hooking FireGameEvent) the problem in sample_mm plugin where some events are not received<br>
 
<b>Features:</b> starting template with similar functionality to the Valve sample_plugin<br>
 
<b>Features:</b> starting template with similar functionality to the Valve sample_plugin<br>
<b>Download: </b>[http://www.sourcemod.net/forums/viewtopic.php?p=34891 www.sourcemod.net/forums/viewtopic.php?p=34891] (you must be logged in to view the download link)  
+
<b>Download: </b>[http://forums.alliedmods.net/showthread.php?p=342749 forums.alliedmods.net/showthread.php?p=342749] (you must be logged in to view the download link)  
 
<br><br>
 
<br><br>
  
 
== Functional Plugins ==
 
== Functional Plugins ==
 +
=== Anti-Griefer ===
 +
<b>Author:</b> [[User:devicenull|devicenull]]<br>
 +
<b>Description:</b> This plugin is for the mod SourceForts.  In keeps track of what player unfreezes or freezes a block, and allows any other player to retrieve this information by aiming at a block.<br>
 +
<b>Features:</b> Basic VFuncs, listening for events, partial traceline (The method used for traceline might not be effective for any other mod)<br>
 +
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3652 http://www.sourcemod.net/forums/viewtopic.php?t=3652]
 +
<br><br>
 
=== Basic Admin Tool (BAT) ===
 
=== Basic Admin Tool (BAT) ===
 
<b>Author:</b> [[User:EKS|EKS]]<br>
 
<b>Author:</b> [[User:EKS|EKS]]<br>
 
<b>Description:</b> Provides basic admin functions<br>
 
<b>Description:</b> Provides basic admin functions<br>
<b>Features:</b> Kick, ban, menus, reserved slots, timeleft/nextmap say commands, etc.<br>
+
<b>Features:</b> Kick, ban, menus, reserved slots, timeleft/nextmap say commands, and more<br>
 
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=2923 www.sourcemod.net/forums/viewtopic.php?t=2923]
 
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=2923 www.sourcemod.net/forums/viewtopic.php?t=2923]
 
<br><br>
 
<br><br>
 +
=== Counter Strike Bot Control ===
 +
<b>Author:</b> [[User:EKS|EKS]]<br>
 +
<b>Description:</b> This plugin allows you to control the counter strike source bots more easly, you can have them them automaticly keep the server populated. You can have bots automaticly killed when all the human players are dead, and any changes can be made in the bot menu.<br>
 +
<b>Features:</b> Control the built in bots in CSS via a menu<br>
 +
<b>Download:</b> [http://forums.alliedmods.net/showthread.php?t=40097 http://forums.alliedmods.net/showthread.php?t=40097]
 +
<br><br>
 +
 
=== CS:S Weapon Restrictions 2 ===
 
=== CS:S Weapon Restrictions 2 ===
 
<b>Author:</b> [[User:L._Duke|L. Duke]]<br>
 
<b>Author:</b> [[User:L._Duke|L. Duke]]<br>
 
<b>Description:</b> Prevents players from picking up restricted weapons (if bought, they fall to the ground). Also includes an option to remove restricted weapons from the game.<br>
 
<b>Description:</b> Prevents players from picking up restricted weapons (if bought, they fall to the ground). Also includes an option to remove restricted weapons from the game.<br>
 
<b>Features:</b> Hook <i>CCSPlayer::Weapon_CanUse(CBaseCombatWeapon *pWeapon)</i> and returns false for restricted weapons. Also shows how to use virtual functions on weapons such as Delete()and GetName() and on players for Weapon_GetSlot(int) and Drop(CBaseCombatWeapon*).<br>
 
<b>Features:</b> Hook <i>CCSPlayer::Weapon_CanUse(CBaseCombatWeapon *pWeapon)</i> and returns false for restricted weapons. Also shows how to use virtual functions on weapons such as Delete()and GetName() and on players for Weapon_GetSlot(int) and Drop(CBaseCombatWeapon*).<br>
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?p=34892 www.sourcemod.net/forums/viewtopic.php?p=34892]
+
<b>Download:</b> [http://forums.alliedmods.net/showthread.php?p=342750 forums.alliedmods.net/showthread.php?p=342750]
 +
<br><br>
 +
=== ForgiveTK ===
 +
<b>Author:</b> [[User:EKS|EKS]]<br>
 +
<b>Description:</b> This is a basic plugin to handle teamkilll and teamattack on your source server, it supports any Source mod. It will automaticly kick someone with to many offenses <br>
 +
<b>Features:</b> Forgive via menu or chat. Support both Valves ESC menus and radio menus. <br>
 +
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3081 http://www.sourcemod.net/forums/viewtopic.php?t=3081]
 +
<br><br>
 +
=== Global Banlist===
 +
<b>Author:</b> [[User:devicenull|devicenull]]<br>
 +
<b>Description:</b> This plugin allows srcds to reguarly connect to an external PHP page, and download updates about it's banlist.  Srcds then stores these in a SQLite database. <br>
 +
<b>Features:</b> Embedding sqlite, using pthreads, using libcurl.<br>
 +
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3539 http://www.sourcemod.net/forums/viewtopic.php?t=3539]
 +
<br><br>
 +
=== HLStatsX ( Allows srcds to interact with hlstatsx ingame) ===
 +
<b>Author:</b> [[User:EKS|EKS]]<br>
 +
<b>Description:</b> This plugin is made to interact with hlstatsx ( www.hlstatsx.org ) to give proper ingame stats, and provide the extra logging required for hit detection<br>
 +
<b>Download:</b> [http://forums.alliedmods.net/showthread.php?t=42502 http://forums.alliedmods.net/showthread.php?t=42502]
 +
<br><br>
 +
=== IRC Relay ===
 +
<b>Author:</b> [[User:sslice|sslice]]<br>
 +
<b>Description:</b> Reports game events to an IRC channel and allows you to administrate your server from IRC<br>
 +
<b>Features:</b> ConCommand hooks and general networking using asynchronous sockets<br>
 +
<b>Download:</b> [http://forums.alliedmods.net/showthread.php?t=39395 AlliedModders]<br><br>
 +
 
 +
=== Last Users Connected ===
 +
<b>Author:</b> [[User:devicenull|devicenull]]<br>
 +
<b>Description:</b> With this plugin, every player who comes onto your server has their steamid logged, along with any name they used on the server. You can then either view the names/steamid's of the last people to disconnect, or you can search for a name/steamid and see everyone who has used that name. <br>
 +
<b>Features:</b> shows how to embed sqlite3, send basic messages/basic hooks. <br>
 +
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3339 http://www.sourcemod.net/forums/viewtopic.php?t=3339]
 +
<br><br>
 +
=== SourceMod ===
 +
<b>Author:</b> AlliedModders LLC<br>
 +
<b>Description:</b> Administration and scripting plugin.<br>
 +
<b>Features:</b> Fine-grained administrative permissions.  Flexible scripting and HL2SDK interop.  Extensible from C++ extensions.<br>
 +
<b>Download:</b> [http://www.sourcemod.net/ www.sourcemod.net]<br>
 
<br><br>
 
<br><br>
 
=== Stripper:Source ===
 
=== Stripper:Source ===
Line 41: Line 91:
 
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3008 www.sourcemod.net/forums/viewtopic.php?t=3008]
 
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3008 www.sourcemod.net/forums/viewtopic.php?t=3008]
 
<br><br>
 
<br><br>
=== Last Users Connected ===
+
=== ServerWiper ===
<b>Author:</b> [[User:devicenull|devicenull]]<br>
+
<b>Author:</b> [[User:Jmgr|Jmgr]]<br>
<b>Description:</b> With this plugin, every player who comes onto your server has their steamid logged, along with any name they used on the server. You can then either view the names/steamid's of the last people to disconnect, or you can search for a name/steamid and see everyone who has used that name. <br>
+
<b>Description:</b> The ServerWiper is a behaviour watcher plugin Counter Strike:Source servers. It works with a behaviour point system. If you do something bad (insult, team attack, etc.) you lose points. If you have 0 points you are banned from the server.<br>
<b>Features:</b> shows how to embed sqlite3, send basic messages/basic hooks. <br>
+
<b>Features:</b> kicks and bans players with bad behaviour, more than 150 CVars<br>
<b>Download:</b> [http://www.sourcemod.net/forums/viewtopic.php?t=3339 http://www.sourcemod.net/forums/viewtopic.php?t=3339]
+
<b>Download:</b> [http://sw.jmgr.info http://sw.jmgr.info]
 +
<br><br>
 +
=== ServerBans ===
 +
<b>Author:</b> [[User:Jmgr|Jmgr]]<br>
 +
<b>Description:</b> ServerBans is a plugin that allows server admin to automatically share bans between multiple servers.<br>
 +
<b>Features:</b> Compatible with almost every game/mod and plugin, little dependencies (Metamod:Source and MySQL)<br>
 +
<b>Download:</b> [http://forums.alliedmods.net/showthread.php?t=90428 http://forums.alliedmods.net/showthread.php?t=90428]
 
<br><br>
 
<br><br>
 +
[[Category:Metamod:Source Documentation]]
 +
[[Category:Metamod:Source Development]]
  
[[Category:Documentation (SourceMM)]]
+
= Open Source Valve Server Plugins (VSP) =
 +
A list of open source plugins for the Valve Server Plugin (VSP) interface can be found [http://developer.valvesoftware.com/wiki/List_of_Open_Source_Server_Plugins here].

Latest revision as of 06:58, 18 April 2009

Open Source Plugins for Metamod:Source

This page lists known plugins with available source code. Please check the licenses for each one as they may not truly be "open source."

Basic Templates

stub_mm

Author: BAILOPAN
Description: minmum implentation of a valid Metamod:Source plugin
Features: starting template
Download: Included in the Metamod:Source source code package: www.sourcemm.net

sample_mm

Author: BAILOPAN
Description: implements the features of the standard Valve server plugin from the SDK
Features: starting template with similar functionality to the Valve sample_plugin
Download: Included in the Metamod:Source source code package: www.sourcemm.net

sample2_mm

Author: BAILOPAN, edited by L. Duke
Description: fixes (by inheriting from IGameEventListener2 instead of hooking FireGameEvent) the problem in sample_mm plugin where some events are not received
Features: starting template with similar functionality to the Valve sample_plugin
Download: forums.alliedmods.net/showthread.php?p=342749 (you must be logged in to view the download link)

Functional Plugins

Anti-Griefer

Author: devicenull
Description: This plugin is for the mod SourceForts. In keeps track of what player unfreezes or freezes a block, and allows any other player to retrieve this information by aiming at a block.
Features: Basic VFuncs, listening for events, partial traceline (The method used for traceline might not be effective for any other mod)
Download: http://www.sourcemod.net/forums/viewtopic.php?t=3652

Basic Admin Tool (BAT)

Author: EKS
Description: Provides basic admin functions
Features: Kick, ban, menus, reserved slots, timeleft/nextmap say commands, and more
Download: www.sourcemod.net/forums/viewtopic.php?t=2923

Counter Strike Bot Control

Author: EKS
Description: This plugin allows you to control the counter strike source bots more easly, you can have them them automaticly keep the server populated. You can have bots automaticly killed when all the human players are dead, and any changes can be made in the bot menu.
Features: Control the built in bots in CSS via a menu
Download: http://forums.alliedmods.net/showthread.php?t=40097

CS:S Weapon Restrictions 2

Author: L. Duke
Description: Prevents players from picking up restricted weapons (if bought, they fall to the ground). Also includes an option to remove restricted weapons from the game.
Features: Hook CCSPlayer::Weapon_CanUse(CBaseCombatWeapon *pWeapon) and returns false for restricted weapons. Also shows how to use virtual functions on weapons such as Delete()and GetName() and on players for Weapon_GetSlot(int) and Drop(CBaseCombatWeapon*).
Download: forums.alliedmods.net/showthread.php?p=342750

ForgiveTK

Author: EKS
Description: This is a basic plugin to handle teamkilll and teamattack on your source server, it supports any Source mod. It will automaticly kick someone with to many offenses
Features: Forgive via menu or chat. Support both Valves ESC menus and radio menus.
Download: http://www.sourcemod.net/forums/viewtopic.php?t=3081

Global Banlist

Author: devicenull
Description: This plugin allows srcds to reguarly connect to an external PHP page, and download updates about it's banlist. Srcds then stores these in a SQLite database.
Features: Embedding sqlite, using pthreads, using libcurl.
Download: http://www.sourcemod.net/forums/viewtopic.php?t=3539

HLStatsX ( Allows srcds to interact with hlstatsx ingame)

Author: EKS
Description: This plugin is made to interact with hlstatsx ( www.hlstatsx.org ) to give proper ingame stats, and provide the extra logging required for hit detection
Download: http://forums.alliedmods.net/showthread.php?t=42502

IRC Relay

Author: sslice
Description: Reports game events to an IRC channel and allows you to administrate your server from IRC
Features: ConCommand hooks and general networking using asynchronous sockets
Download: AlliedModders

Last Users Connected

Author: devicenull
Description: With this plugin, every player who comes onto your server has their steamid logged, along with any name they used on the server. You can then either view the names/steamid's of the last people to disconnect, or you can search for a name/steamid and see everyone who has used that name.
Features: shows how to embed sqlite3, send basic messages/basic hooks.
Download: http://www.sourcemod.net/forums/viewtopic.php?t=3339

SourceMod

Author: AlliedModders LLC
Description: Administration and scripting plugin.
Features: Fine-grained administrative permissions. Flexible scripting and HL2SDK interop. Extensible from C++ extensions.
Download: www.sourcemod.net


Stripper:Source

Author: BAILOPAN
Description: You can add any type of entity - hostage, spawn point, physics prop, permanently to the map. You can also filter out entities for deletion, either by specific entries or regular expressions. Stripper:Source lets you define global rules and per-map rules. It also lets other plugins (both SourceMM plugins and Server Plugins) use its API.
Features: shows how to edit the map entity lump in memory to change map entities
Download: www.sourcemod.net/forums/viewtopic.php?t=3008

ServerWiper

Author: Jmgr
Description: The ServerWiper is a behaviour watcher plugin Counter Strike:Source servers. It works with a behaviour point system. If you do something bad (insult, team attack, etc.) you lose points. If you have 0 points you are banned from the server.
Features: kicks and bans players with bad behaviour, more than 150 CVars
Download: http://sw.jmgr.info

ServerBans

Author: Jmgr
Description: ServerBans is a plugin that allows server admin to automatically share bans between multiple servers.
Features: Compatible with almost every game/mod and plugin, little dependencies (Metamod:Source and MySQL)
Download: http://forums.alliedmods.net/showthread.php?t=90428

Open Source Valve Server Plugins (VSP)

A list of open source plugins for the Valve Server Plugin (VSP) interface can be found here.