Raised This Month: $51 Target: $400
 12% 

[Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)


Post New Thread Reply   
 
Thread Tools Display Modes
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 05-13-2013 , 14:23   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #41

Thetwistedpanda, how is the work going?
__________________
Wilczek is offline
checkster
BANNED
Join Date: Apr 2007
Location: Norway
Old 05-18-2013 , 14:15   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #42

If a lower admin who is is limited to say, 1 week bans, types in a random number like 3242356 that will be the ban length but if they use exact numbers like 20160 witch is 2 weeks, it forces it to a week ban.
Is this due to the plugin not being up to date with current sm and sb ?
checkster is offline
me-Shoe
Senior Member
Join Date: Apr 2008
Old 06-23-2013 , 07:57   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #43

An Update would be GREAT!
__________________
me-Shoe is offline
Industrial
Junior Member
Join Date: Jun 2010
Old 06-24-2013 , 08:59   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #44

I'm really interested in this plugin as well. An update would be greatly appreciated when you get a chance. Thanks, thetwistedpanda!
Industrial is offline
Cerobug
Member
Join Date: Jun 2008
Old 08-06-2013 , 17:40   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #45

I sent a PM to Twisted seeing if he will fix this but got no response so it might be dead.
Cerobug is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 08-06-2013 , 17:41   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #46

When I can take a break from private projects I'll work on it, but as it's my primary income at the moment, bills are far more important.
__________________
thetwistedpanda is offline
jpwanabe
Veteran Member
Join Date: Mar 2010
Old 11-11-2013 , 07:59   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #47

For some reason, only admins with z have access to permanent ban. even though it is assigned to the j flag as are a bunch of other ban times are, that are usable by other admins.


My config if any one can help

Code:
"Limit_Ban_Durations"
{
	//-=-=-=-=-=-=-=-=-=-=-=-=-=
	//"#_of_minutes"
	//{
	//	"override" "Limit_Ban_Duration"
	//	"flags" "flag1,flag2,flag3"
	//  "display" "X Minutes/Hours/Seconds/Years/Months/Jiggawatts"
	//}
	//-=-=-=-=-=-=-=-=-=-=-=-=-=
	//- #_of_minutes is the maximum value for that rank. If you give an admin access to "5", they can ban up to 5 minutes, but no more.
	//
	//- "0" seconds indicates a permanent punishment. Only one "0" entry will be considered.
	//
	//- Both "override" and "flags" definitions are necessary when restricting a specific duration. Using one without the other will result in undesired behavior.
	//  - You're not required to use the "override" or even have Overrides set up on your server, but the definition is necessary for the method being used.
	//		- When in doubt, just use an override of "Limit_Ban_Duration". Set it and forget it the saying goes!
	//	- "flags" are checked when the user does not have access to the provided "override", so a bogus override allows for just flag usage.
	//		- When specifying multiple flags, users must possess all flags to access the specific duration.
	//  		- For example, "flags" "a,b,c" will require the user possess all three flags.
	//
	//- An "override" and "flags" definition of "" will result in no restriction being placed upon that length.
	//	- Do not do silly things such as block off "5" minutes yet allow "15" minutes; the plugin will durations arrange times from low to high and assumes you're not an idiot.
	//
	//- The "display" parameter is displayed to clients when accessing the ban parameter is a modified ban plugin.
	//-=-=-=-=-=-=-=-=-=-=-=-=-=


	"5"
	{
		"override"	"Limit_Ban_Duration"
		"flags" 	"d"
		
		"display"	"5 Minutes"
	}
	"10"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"10 Minutes"
	}
	"15"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"15 Minutes"
	}
	"30"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"30 Minutes"
	}
	"45"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"45 Minutes"
	}
	"60"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"60 Minutes"
	}
	"120"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"2 Hours"
	}
	"180"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"3 Hours"
	}
	"360"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"6 Hours"
	}
	"720"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"12 Hours"
	}
	"1440"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"d"
		
		"display"	"24 Hours"
	}
	"2880"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"2 Days"
	}
	"4320"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"3 Days"
	}
	"5760"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"4 Days"
	}
	"7200"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"5 Days"
	}
	"8640"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"6 Days"
	}
	"10080"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"7 Days"
	}
	"20160"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"2 Weeks"
	}
	"30240"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"3 Weeks"
	}
	"40320"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
		
		"display"	"4 Weeks"
	}
	"0"
	{
		"override"	"Limit_Ban_Duration"
		"flags"		"j"
	//	"display"	"Permanent"
	}
	
}
__________________
My Steam TF2APP
My sig changes with each load! Refresh to see my other servers!
jpwanabe is offline
maxolahird
Veteran Member
Join Date: Dec 2012
Old 04-02-2014 , 08:28   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #48

Please edit sourcebans.sp version 1.4.11
maxolahird is offline
Sarona
AlliedModders Donor
Join Date: Jul 2012
Old 05-23-2014 , 08:59   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #49

Quote:
Originally Posted by thetwistedpanda View Post
When I can take a break from private projects I'll work on it, but as it's my primary income at the moment, bills are far more important.
Can you incorporate "Family Sharing Bans" feature on this lbd_sourcebans plugin, please ?

Last edited by Sarona; 05-23-2014 at 09:01.
Sarona is offline
ChristopherMylls
Junior Member
Join Date: Jul 2013
Old 11-05-2014 , 02:43   Re: [Any] Limit Ban Duration v1.0.2 (Updated: 4/23/12)
Reply With Quote #50

Quote:
Originally Posted by Sarona View Post
Can you incorporate "Family Sharing Bans" feature on this lbd_sourcebans plugin, please ?
Please, It's possible do this update ?!

Thks
ChristopherMylls is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode