Skip to content

Commit

Permalink
Create SteamIdBan.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dmon82 committed Jan 13, 2018
1 parent 5031d45 commit 34d6f40
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions SteamIdBan.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
classpath=SteamIdBan.jar
classname=com.pveplands.steamidban.SteamIdBan

# Account power required to ban a Steam ID.
#
# [default: 5]
steamBanPower=5

# Account power required to unban a Steam ID.
#
# [default: 5]
steamUnbanPower=5

# Whether or not to create an extra logger to keep records of logins.
#
# [default: false]
logSteamIds=false

# The amount of log files to keep (when rotating).
#
# [default: 8, min: 1]
logCount=8

# The maximum file size of each log file.
#
# [default: 1048576: min: 100000, max: 4294967296 (4GB)]
logLimit=1048576

0 comments on commit 34d6f40

Please sign in to comment.