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

TFS 0.X Ban excessive killing - just player

potinho

Intermediate OT User
Joined
Oct 11, 2009
Messages
1,397
Solutions
17
Reaction score
148
Location
Brazil
Hello everyone, everything good? I use a ban setting in case of excessive killing on my server, but a behavior caught my attention: when a player is banned, the entire account is banned and not just the character. Is there a way to change to just the character to be banned and not the whole account?

Not found anything in config.lua
Lua:
fragsLimit = 24 * 60 * 60
fragsSecondLimit = 7 * 24 * 60 * 60
fragsThirdLimit = 30 * 24 * 60 * 60

fragsToRedSkull = 5
fragsSecondToRedSkull = 15
fragsThirdToRedSkull = 25
redSkullLength = 3 * 24 * 60 * 60

fragsToBlackSkull = 6
fragsSecondToBlackSkull = 63
fragsThirdToBlackSkull = 252
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
blackSkullLength = 6 * 24 * 60 * 60
useBlackSkull = false

notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 7 * 24 * 60 * 60
killsBanLength = 3 * 24 * 60 * 60
finalBanLength = 10 * 24 * 60 * 60
ipBanLength = 1 * 24 * 60 * 60
fragsToBanishment = 2
fragsSecondToBanishment = 5
fragsThirdToBanishment = 5
 
Back
Top