• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

I need help with banishments

Alastorsz

New Member
Joined
Sep 25, 2008
Messages
50
Reaction score
0
Location
Mexico
I want to change the default banishment time... always when a guy get banned it automatically bans for 7 days, same when I bann him... but i want to make it less, 2 days is enough, how I do that, can someone explain it to me?

I tried to find it at search function but I cant.
 
When someone get ban or I bann him, it automatically get banned 7 days, I want to change that! , the default time, can you EXPLAIN it to me, how to do that?
 
Config.lua

Code:
[B][COLOR="Red"]	-- Banishments[/COLOR][/B]
[B]	notationsToBan = 3
	warningsToFinalBan = 4
	warningsToDeletion = 5
[B][COLOR="Red"]	banLength = 7 * 24 * 60 * 60[/COLOR][/B]
	finalBanLength = 30 * 24 * 60 * 60
	ipBanishmentLength = 1 * 24 * 60 * 60
	broadcastBanishments = "yes"
	killsToBan = 5
	maxViolationCommentSize = 200[/B]
 
Back
Top