Dobrý deň, mal som na servery zastaralú verziu authme rel. tak som ju updatoval na najnovšiu 1.9. Server mám na 1.8.8. Po update nastalo viac problémov. Hráč sebe si nevidí skin, v tabe neukazuje hráčov tak ako má: http://prntscr.com/aw5qfz , občas nevidí hráč hráča. Staršiu ver nechcem dávať z toho dôvodu, že pl nerozlišuje malé a veľké písmená, napr je na servery hráč creep45 a niekto si dá napr Creep45 tak sa pripojí a nemusí sa ani loginovať.
config authme:
Kód: Vybrat vše
DataSource:
backend: SQLITE
caching: true
mySQLHost: 127.0.0.1
mySQLPort: '3306'
mySQLUsername: authme
mySQLPassword: '12345'
mySQLDatabase: authme
mySQLTablename: authme
mySQLColumnId: id
mySQLColumnName: username
mySQLRealName: realname
mySQLColumnPassword: password
mySQLColumnEmail: email
mySQLColumnLogged: isLogged
mySQLColumnIp: ip
mySQLColumnLastLogin: lastlogin
mySQLlastlocX: x
mySQLlastlocY: y
mySQLlastlocZ: z
mySQLlastlocWorld: world
mySQLWebsite: false
ExternalBoardOptions:
mySQLColumnSalt: ''
mySQLColumnGroup: ''
nonActivedUserGroup: -1
mySQLOtherUsernameColumns: []
bCryptLog2Round: 10
phpbbTablePrefix: phpbb_
phpbbActivatedGroupId: 2
wordpressTablePrefix: wp_
Converter:
Rakamak:
fileName: users.rak
useIP: false
ipFileName: UsersIp.rak
CrazyLogin:
fileName: accounts.db
settings:
helpHeader: AuthMeReloaded
sessions:
enabled: false
timeout: 10
sessionExpireOnIpChange: false
messagesLanguage: en
restrictions:
allowChat: false
allowAllCommandsIfRegistrationIsOptional: false
allowCommands:
- /login
- /register
- /l
- /reg
- /passpartu
- /email
- /captcha
maxRegPerIp: 3
minNicknameLength: 3
maxNicknameLength: 20
ForceSingleSession: true
ForceSpawnLocOnJoinEnabled: false
SaveQuitLocation: false
AllowRestrictedUser: false
AllowedRestrictedUser:
- playername;127.0.0.1
kickNonRegistered: false
kickOnWrongPassword: false
teleportUnAuthedToSpawn: false
allowMovement: false
removeSpeed: true
timeout: 30
allowedNicknameCharacters: '[a-zA-Z0-9_]*'
allowedMovementRadius: 100
enablePasswordConfirmation: true
ProtectInventoryBeforeLogIn: true
DenyTabCompleteBeforeLogin: true
HideTablistBeforeLogin: true
displayOtherAccounts: true
ForceSpawnOnTheseWorlds:
- world
- world_nether
- world_the_end
banUnsafedIP: false
spawnPriority: authme,essentials,multiverse,default
maxLoginPerIp: 0
maxJoinPerIp: 0
noTeleport: false
allowedPasswordCharacters: '[\x21-\x7E]*'
GameMode:
ForceSurvivalMode: false
unrestrictions:
UnrestrictedName: []
security:
minPasswordLength: 4
passwordMaxLength: 30
unLoggedinGroup: unLoggedinGroup
passwordHash: SHA256
doubleMD5SaltLength: 8
supportOldPasswordHash: false
unsafePasswords: []
registration:
enabled: true
messageInterval: 5
force: true
enableEmailRegistrationSystem: false
doubleEmailCheck: false
forceKickAfterRegister: false
forceLoginAfterRegister: false
forceCommands: []
forceCommandsAsConsole: []
forceRegisterCommands: []
forceRegisterCommandsAsConsole: []
useWelcomeMessage: true
broadcastWelcomeMessage: false
delayJoinMessage: false
removeJoinMessage: false
removeLeaveMessage: false
applyBlindEffect: false
preventOtherCase: false
permission:
EnablePermissionCheck: false
Email:
mailSMTP: smtp.gmail.com
mailPort: 465
mailAccount: ''
mailPassword: ''
mailSenderName: ''
RecoveryPasswordLength: 8
mailSubject: Your new AuthMe Password
maxRegPerEmail: 1
recallPlayers: false
delayRecall: 5
emailBlacklisted:
- 10minutemail.com
emailWhitelisted: []
generateImage: false
emailOauth2Token: ''
Hooks:
multiverse: true
bungeecord: false
sendPlayerTo: ''
disableSocialSpy: true
useEssentialsMotd: false
customAttributes: false
VeryGames:
enableIpCheck: false
Protection:
enableProtection: false
countries:
- US
- GB
countriesBlacklist:
- A1
enableAntiBot: false
antiBotSensibility: 5
antiBotDuration: 10
Purge:
useAutoPurge: false
daysBeforeRemovePlayer: 60
removePlayerDat: false
removeEssentialsFile: false
defaultWorld: world
removeLimitedCreativesInventories: false
removeAntiXRayFile: false
removePermissions: false
Security:
SQLProblem:
stopServer: true
ReloadCommand:
useReloadCommandSupport: true
console:
noConsoleSpam: false
removePassword: true
logConsole: true
captcha:
useCaptcha: false
maxLoginTry: 5
captchaLength: 5
stop:
kickPlayersBeforeStopping: true
BackupSystem:
ActivateBackup: false
OnServerStart: false
OnServerStop: true
MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\ Ďakujem


