Authme Yardım

VevoTR

Taş Madencisi
En iyi cevaplar
0
İyi günler,
Sunucudan bir oyuncu çıkış yapıp tekrar girince /login yazana kadar spawnda kalmasını, yazsıktan sonra oyundan çıktığı yere ışınlanmasını istiyorum. Birde bir sunucuda görmüştüm giris yapıp, çıkıp, tekrar girince otomatikman giris yapıyor. Bunları biliyorsanız yardım edermisiniz?
 

Ataberk1880

Işık Taşı Madencisi
En iyi cevaplar
1
ForceSpawnLocOnJoinEnabled: true olarak ayarlarsanız önce spanw da çıkar giriş yaptıktan sonra da son kounumuna gider. Başarılar. İyi forumlar.
 

VevoTR

Taş Madencisi
En iyi cevaplar
0
teşekkürler :)[DOUBLEPOST=1393512059,1393511689][/DOUBLEPOST]Dediğinizi yaptım fakat olmadı. Çıkıp girince spawnda gidiyor ama giriş yapınca önceki konuma dönmüyor?

Config dosyası:
DataSource:
mySQLColumnName: username
mySQLTablename: authme
mySQLUsername: authme
backend: file
mySQLColumnLastLogin: lastlogin
mySQLDatabase: authme
mySQLPort: '3306'
mySQLColumnIp: ip
mySQLHost: 127.0.0.1
mySQLColumnPassword: password
mySQLPassword: '12345'
caching: true
mySQLlastlocX: x
mySQLlastlocY: y
mySQLlastlocZ: z
mySQLColumnEmail: email
mySQLColumnId: id
mySQLlastlocWorld: world
GroupOptions:
UnregisteredPlayerGroup: ''
RegisteredPlayerGroup: ''
Permissions:
PermissionsOnJoin: []
settings:
sessions:
enabled: false
timeout: 10
sessionExpireOnIpChange: false
restrictions:
allowChat: false
allowCommands:
- /login
- /register
- /l
- /reg
- /passpartu
- /email
- /captcha
maxRegPerIp: 1
maxNicknameLength: 20
ForceSingleSession: true
ForceSpawnLocOnJoinEnabled: true
SaveQuitLocation: false
AllowRestrictedUser: false
AllowedRestrictedUser: []
kickNonRegistered: false
kickOnWrongPassword: true
teleportUnAuthedToSpawn: false
minNicknameLength: 3
allowMovement: false
timeout: 30
allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
allowedMovementRadius: 100
enablePasswordVerifier: true
ProtectInventoryBeforeLogIn: true
displayOtherAccounts: true
ForceSpawnOnTheseWorlds:
- world
- world_nether
- world_the_end
- world_orman
- world_plotme
banUnsafedIP: false
GameMode:
ForceSurvivalMode: false
ResetInventoryIfCreative: false
ForceOnlyAfterLogin: false
security:
minPasswordLength: 4
unLoggedinGroup: unLoggedinGroup
passwordHash: SHA256
doubleMD5SaltLength: 100
supportOldPasswordHash: false
unsafePasswords: []
registration:
enabled: true
messageInterval: 8
force: true
enableEmailRegistrationSystem: false
doubleEmailCheck: false
unrestrictions:
UnrestrictedName: []
messagesLanguage: en
forceCommands: []
useWelcomeMessage: true
ExternalBoardOptions:
mySQLColumnSalt: ''
mySQLColumnGroup: ''
nonActivedUserGroup: -1
mySQLOtherUsernameColumns: []
bCryptLog2Round: 10
phpbbTablePrefix: phpbb_
phpbbActivatedGroupId: 2
wordpressTablePrefix: wp_
Xenoforo: {}
permission:
EnablePermissionCheck: false
BackupSystem:
ActivateBackup: true
OnServerStart: true
OnServerStop: true
MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\
Passpartu:
enablePasspartu: false
Security:
SQLProblem:
stopServer: true
ReloadCommand:
useReloadCommandSupport: true
console:
noConsoleSpam: false
removePassword: true
logConsole: false
captcha:
useCaptcha: false
maxLoginTry: 5
captchaLength: 5
Converter:
Rakamak:
fileName: users.rak
useIP: false
ipFileName: UsersIp.rak
newPasswordHash: SHA256
Email:
mailSMTP: smtp.gmail.com
mailPort: 465
RecoveryPasswordLength: 8
mailSubject: Your new AuthMe Password
maxRegPerEmail: 1
mailAccount: ''
mailPassword: ''
mailSenderName: ''
recallPlayers: false
delayRecall: 5
mailText: 'Dear <playername>, \n\n This is your new AuthMe password for the server
\n\n <servername> : \n\n <generatedpass>\n\nDo not forget to change password after
login! \n /changepassword <generatedpass> newPassword'
Hooks:
multiverse: true
chestshop: true
bungeecord: false
notifications: true
disableSocialSpy: true
useEssentialsMotd: false
Performances:
useMultiThreading: true
Purge:
useAutoPurge: false
daysBeforeRemovePlayer: 60
removePlayerDat: false
removeEssentialsFile: false
defaultWorld: world
removeLimitedCreativesInventories: false
removeAntiXRayFile: false
Protection:
enableProtection: false
countries:
- US
- GB
enableAntiBot: false
antiBotSensibility: 5
antiBotDuration: 10
countriesBlacklist:
- A1
 

Ataberk1880

Işık Taşı Madencisi
En iyi cevaplar
1
SaveQuitLocation: false

Çünkü sizin configinizde çıkış konumu kayıt edilmiyor. Bunu true olarak ayarlayın.
 

Ataberk1880

Işık Taşı Madencisi
En iyi cevaplar
1
Kod:
ForceSpawnOnTheseWorlds:
- world
- world_nether
- world_the_end
- world_orman
- world_plotme

Burayı şu kelide ayarlayın:
Kod:
    ForceSpawnOnTheseWorlds: []
 
Üst