Implemented configurable daily account limit per world, defaults to 3 (daily_accounts_per_ip in worldprops)
This commit is contained in:
@@ -13,6 +13,8 @@ use_auth = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION!
|
||||
#NOTE: this does not affect actual save data, like stats, inventory, etc.
|
||||
persist_accounts = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION!
|
||||
#------------------------------------------------------------------------------------------------------
|
||||
#The limit on how many different accounts a player can log into per day.
|
||||
daily_accounts_per_ip = 3
|
||||
|
||||
[database]
|
||||
database_name = "global"
|
||||
|
||||
Reference in New Issue
Block a user