Overwrite

Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
Unstable Kitsune
2023-11-28 23:20:26 -05:00
parent 3cd54811de
commit b918192e4e
11608 changed files with 2644205 additions and 47 deletions

25
Config/Accounts.cfg Normal file
View File

@@ -0,0 +1,25 @@
# Number of accounts allowed to be created from a single IP address
AccountsPerIp=2
# If true accounts will be automatically created on first login
AutoCreateAccounts=True
# If true characters must be at least seven days old to be deleted
# Uncomment this line to override the default behavior of enabling this in
# Test Center mode and disabling in production mode.
@RestrictDeletion=True
# How old a character must be in order to be deleted.
# Default: 7 days.
# Format: dd:hh:mm:ss
DeleteDelay=07:00:00:00
# If true this enables the [password command
PasswordCommandEnabled=False
# Account password protection level.
# Default: NewCrypt
# Options: None, Crypt, NewCrypt (Default), NewSecureCrypt (Recommended)
# Explanation: Plain, MD5, SHA1, SHA512
ProtectPasswords=NewSecureCrypt