• 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!

Linux (HELP) Auto BANISHMENT

tanii

Empire-war.com
Joined
Jan 16, 2015
Messages
383
Solutions
1
Reaction score
12
Hello,

I have some autobanishment issue on my server (OTX SERVER 2.6)

The issue is if u kill (7 people and you get red skull then the server bans your account autobanishment)

For solve this issue at moment i have add ( killsBanLength = 0 * 0 * 0 * 00 <----) like this but this is not the final solution, beacuse now when u get ban u get kick from server and u loss the pz.

how i can do for example if u killed 10 times to the player, you only get redskull has maxium and not get autobanishment from the server.

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 1 * 24 * 60 * 60
killsBanLength = 0 * 0 * 0 * 00 <----
finalBanLength = 1 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = false
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = false

thanks.
 
Last edited:
Back
Top