Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Login protection config
Browse files Browse the repository at this point in the history
  • Loading branch information
egelja committed Jul 9, 2021
1 parent 6436e69 commit bf47ef6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions modpack/overrides/config/logprot-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

[Login-settings]
#Time in ticks the logging player is invulnerable, 20 ticks = 1sec. Default is 5secs = 100 ticks
#Range: 0 ~ 50000
invulnerabilityTime = 100
#Max distance in blocks(2d) the invulnerability lasts, default: 4
#Range: 1 ~ 200
maxDistance = 4

[debug]
#Wether to enable debug log outputs, default: false
debugLog = false

0 comments on commit bf47ef6

Please sign in to comment.