# Do we need to add potion effect Blinding before login/register ?
applyBlindEffect:false
ExternalBoardOptions:
# MySQL column for the salt , needed for some forum/cms support
mySQLColumnSalt:''
# MySQL column for the group, needed for some forum/cms support
mySQLColumnGroup:''
# -1 mean disabled. If u want that only
# activated player can login in your server
# u can put in this options the group number
# of unactivated user, needed for some forum/cms support
nonActivedUserGroup:-1
# Other MySQL columns where we need to put the Username (case sensitive)
mySQLOtherUsernameColumns:[]
# How much Log to Round needed in BCrypt(do not change it if you do not know what's your doing)
bCryptLog2Round:10
# phpBB prefix defined during phpbb installation process
phpbbTablePrefix:'phpbb_'
# phpBB activated group id , 2 is default registered group defined by phpbb
phpbbActivatedGroupId:2
# WordPress prefix defined during WordPress installation process
wordpressTablePrefix:'wp_'
permission:
# Take care with this options, if you dont want
# to use Vault and Group Switching of
# AuthMe for unloggedIn players put true
# below, default is false.
EnablePermissionCheck:false
BackupSystem:
# Enable or Disable Automatic Backup
ActivateBackup:false
# set Backup at every start of Server
OnServerStart:false
# set Backup at every stop of Server
OnServerStop:true
# Windows only mysql installation Path
MysqlWindowsPath:'C:\\Program Files\\MySQL\\MySQL Server 5.1\\'
Security:
SQLProblem:
# Stop the server if we can't contact the sql database
# Take care with this, if you set that to false,
# AuthMe automatically disable and the server is not protected!
stopServer:true
ReloadCommand:
# /reload support
useReloadCommandSupport:true
console:
# Remove spam console
noConsoleSpam:false
captcha:
# Player need to put a captcha when he fails too lot the password
useCaptcha:false
# Max allowed tries before request a captcha
maxLoginTry:5
# Captcha length
captchaLength:5
Converter:
Rakamak:
# Rakamak file name
fileName:users.rak
# Rakamak use ip ?
useIP:false
# IP file name for rakamak
ipFileName:UsersIp.rak
CrazyLogin:
# CrazyLogin database file
fileName:accounts.db
Email:
# Email SMTP server host
mailSMTP:smtp.gmail.com
# Email SMTP server port
mailPort:465
# Email account that send the mail
mailAccount:''
# Email account password
mailPassword:''
# Custom SenderName, that replace the mailAccount name in the email
mailSenderName:''
# Random password length
RecoveryPasswordLength:8
# Email subject of password get
mailSubject:'Your new AuthMe Password'
# Email text here
mailText: 'Dear <playername>, <br /><br /> This is your new AuthMe password for the server <br /><br /> <servername> :<br /><br /> <generatedpass><br /><br />Do not forget to change password after login! <br /> /changepassword <generatedpass> newPassword'
# Like maxRegPerIp but with email
maxRegPerEmail:1
# Recall players to add an email ?
recallPlayers:false
# Delay in minute for the recall scheduler
delayRecall:5
# Blacklist these domains for emails
emailBlacklisted:
- 10minutemail.com
# WhiteList only these domains for emails
emailWhitelisted:[]
# Do we need to send new password draw in an image ?
generateImage:false
Hooks:
# Do we need to hook with multiverse for spawn checking?
multiverse:true
# Do we need to hook with BungeeCord for get the real Player ip ?
bungeecord:false
# Do we need to disable Essentials SocialSpy on join ?
disableSocialSpy:true
# Do we need to force /motd Essentials command on join ?
useEssentialsMotd:false
# Do we need to cache custom Attributes ?
customAttributes:false
Purge:
# On Enable , does AuthMe need to purge automatically old accounts unused ?
useAutoPurge:false
# Number of Days an account become Unused
daysBeforeRemovePlayer:60
# Do we need to remove the player.dat file during purge process ?
removePlayerDat:false
# Do we need to remove the Essentials/users/player.yml file during purge process ?
removeEssentialsFile:false
# World where are players.dat stores
defaultWorld:'world'
# Do we need to remove LimitedCreative/inventories/player.yml , player_creative.yml files during purge process ?
removeLimitedCreativesInventories:false
# Do we need to remove the AntiXRayData/PlayerData/player file during purge process ?
removeAntiXRayFile:false
# Do we need to remove permissions ?
removePermissions:false
Protection:
# Enable some servers protection ( country based login, antibot )
enableProtection:false
# Countries allowed to join the server and register, see http://dev.bukkit.org/bukkit-plugins/authme-reloaded/pages/countries-codes/ for countries' codes
countries:
- US
- GB
# Countries blacklisted automatically ( without any needed to enable protection )
countriesBlacklist:
- A1
# Do we need to enable automatic antibot system?
enableAntiBot:false
# Max number of player allowed to login in 5 secs before enable AntiBot system automatically
antiBotSensibility:5
# Duration in minutes of the antibot automatic system
antiBotDuration:10
VeryGames:
# These features are only available on VeryGames Server Provider