Hello how do I change so I get banned when I kill
daily 20 players,
weekly 110 players
montly 412 players
I don't want black skull i want them to get banned instead of getting black skull.
Config lua, a little bit of the script.
daily 20 players,
weekly 110 players
montly 412 players
I don't want black skull i want them to get banned instead of getting black skull.
Config lua, a little bit of the script.
Code:
redSkullLength = 10 * 24 * 60 * 60
blackSkullLength = 20 * 24 * 60 * 60
dailyFragsToRedSkull = 15
weeklyFragsToRedSkull = 105
monthlyFragsToRedSkull = 416
dailyFragsToBlackSkull = 1500
weeklyFragsToBlackSkull = 3000
monthlyFragsToBlackSkull = 6000
dailyFragsToBanishment = dailyFragsToRedSkull
weeklyFragsToBanishment = weeklyFragsToRedSkull
monthlyFragsToBanishment = monthlyFragsToRedSkull
blackSkulledDeathHealth = 40
blackSkulledDeathMana = 0
useBlackSkull = false
useFragHandler = true
advancedFragList = true
notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 3 * 24 * 60 * 60
killsBanLength = 2 * 24 * 60 * 60
finalBanLength = 7 * 24 * 60 * 60
ipBanishmentLength = 7 * 24 * 60 * 60
broadcastBanishments = false
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = true