View Single Post
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 10-29-2016 , 00:52   Re: [RELEASE] SourceBans++ (v1.5.4.7) [Updated: 2016-04-28]
#896

Quote:
Also you could apply punishments to multi-targets (such as `@all`, `@ct`, `@blue`, etc...)
Multi-target punishments will not be saved in db.
Removing punishments from multi-targets will removed punishments temporary (not from db).
Allowed session (temporary) punishments and extended with length less than 30 minutes and less than DefaultTime setting.
Permanent multi-target punishments is not available.

Anyone know why it's listing session mutes/gags? I don't want it to log session mute/gags.







Code:
/**
* sourcecomms.cfg
*
* This file contains settings for the SourceComms Plugin
*/

"SourceComms"
{
	"Config"
	{
		"DefaultTime"					"1"	// default time in minutes. if < 0 -> blocking for session. Permanent (0) - is not allowed!
		"DisableUnblockImmunityCheck"	"0"		// 0, 1. If 1, player can be ungagged only by issuer admin, console or admin with special flag
												// Also, If 0 player maybe unblocked by Admin with higher immunity level then issuer admin.
												// Default value is 0
		"ConsoleImmunity"				"100"	// Immunity Level of server console. If not specified - 0.
		"MaxLength"						"0"		// Max allowed punishment length (in minutes) for admins without ADMFLAG_CUSTOM2 (p).
												// 0 disables restriction. Any value > 0 restricts permanent punishment.
		"OnlyWhiteListServers"			"0"		// Set this option to 1 to applying on players punishments only from servers listed in WhiteList and this server.
												// 0 applies on players punishments from any server.
	}

	"CommsReasons"
	{
	   //Generic menu options for if a reason isn't supplied in a block
	  //-------------------------------------------------------------//
	 //	"Reason to store in DB"			"Reason to display in menu"	//
	//-------------------------------------------------------------//
		"Obscene language"				"Obscene language"
		"Insult players"				"Insult players"
		"Admin disrespect"				"Admin disrespect"
		"Inappropriate Language"		"Inappropriate Language"
		"Spam in chat/voice"			"Spam"
		"Trading"						"Trading"
		"Other"							"Other"
		"Advertisement"					"Advertisement"
		"Played music in voice"			"Music in voice"
	}

	"CommsTimes"
	{
	   //       Times to show in duration menu			//
	  //-----------------------------------------------//
	 //	"Time in minutes"	"Time to display in menu" //
	//-----------------------------------------------//
		"-1"				"Session"		// If time < 0 -> blocking comms for player session
		"5"					"5 minutes"
		"10"				"10 minutes"
		"15"				"15 minutes"
		"30"				"30 minutes"
		"60"				"60 minutes"
		"120"				"2 hours"
		"360"				"6 hours"
		"720"				"12 hours"
		"1440"				"24 hours"
		"2880"				"2 days"
		"10080"				"7 days"
		"20160"				"2 weeks"
		"0"					"Permanent"
	}

	"ServersWhiteList"
	{
	  //-----------------------------------------//
	 //	"id"	"ServerID from sourcebans.cfg"	//
	//-----------------------------------------//
		"id"	"0"		// Web Punishments (from sourcebans web pages)
//		"id"	"3"		// for example: uncommenting this line will add server with ServerID 3 to white list.
	}
}
__________________

Last edited by PresidentEvil; 10-29-2016 at 03:25.
PresidentEvil is offline