AuthMe

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Jutak
Příspěvky: 66
Registrován: 20 dub 2014, 11:46
Reputation: 0

AuthMe

#1 Příspěvekod Jutak » 26 srp 2014, 10:39

Server: 93.91.240.151:27595

Dobrý den,

Nastavuji plugin AuthMe a v tom nastavuji message_en (Zprávy). Když si upravím config podle sebe a resetuji server neaplikuje se to.

Zde posílám LOG serveru (Neříkejte si kde mám pluginy nastavuji jeden po druhém):

Spoiler: zobrazit

Kód: Vybrat vše

[FakaHeda] Successfully authorized 93.185.2.242!
Loading libraries, please wait...
> [10:38:33 INFO]: Starting minecraft server version 1.7.5
> [10:38:33 INFO]: Loading properties
> [10:38:33 INFO]: Default game type: SURVIVAL
> [10:38:33 INFO]: Generating keypair
> [10:38:33 INFO]: Starting Minecraft server on 93.91.240.151:27595
> [10:38:34 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks (MC: 1.7.5) (Implementing API version 1.7.5-R0.1-SNAPSHOT)
> [10:38:34 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [10:38:34 INFO]: [AuthMe] Loading AuthMe v3.4
> [10:38:34 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [10:38:34 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [10:38:34 WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
> [10:38:34 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [10:38:34 INFO]: Preparing level "false"
> [10:38:34 INFO]: Preparing start region for level 0 (Seed: -5848367843855593059)
> [10:38:34 INFO]: ----- Bukkit Auto Updater -----
> [10:38:34 INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
> [10:38:34 INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
> [10:38:34 INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
> [10:38:34 INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
> [10:38:34 INFO]: ----- ------------------- -----
> [10:38:35 INFO]: Preparing spawn area: 81%
> [10:38:35 INFO]: Preparing start region for level 1 (Seed: -5848367843855593059)
> [10:38:36 INFO]: Preparing spawn area: 27%
> [10:38:37 INFO]: Preparing start region for level 2 (Seed: -5848367843855593059)
> [10:38:37 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [10:38:37 INFO]: Starting FakaHedaMinequery server on 93.91.240.151:28595
> [10:38:37 INFO]: [AuthMe] Enabling AuthMe v3.4
> [10:38:37 INFO]: [AuthMe] Loading Configuration File...
> [10:38:37 INFO]: [AuthMe] Set Language: en
> [10:38:37 INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
> [10:38:37 INFO]: [AuthMe] Authme 3.4 enabled
> [10:38:37 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [10:38:37 INFO]: Done (3.453s)! For help, type "help" or "?"
> [10:38:37 INFO]: Starting GS4 status listener
> [10:38:37 INFO]: Starting remote control listener
> [10:38:37 INFO]: Query running on 93.91.240.151:27595
> [10:38:37 WARN]: No rcon password set in '/hlserver/27595/server.properties', rcon disabled!
 Maximalizovat Restartovat server  Vypnout automatické skrolování




Config AuthMe:

Spoiler: zobrazit

Kód: Vybrat vše

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
  mySQLlastlocWorld: world
  mySQLColumnEmail: email
  mySQLColumnId: id
  mySQLColumnLogged: isLogged
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: 2
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser:
    - playername;127.0.0.1
    kickNonRegistered: false
    kickOnWrongPassword: false
    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
    banUnsafedIP: false
    spawnPriority: authme,essentials,multiverse,default
    maxLoginPerIp: 0
    maxJoinPerIp: 0
    noTeleport: false
  GameMode:
    ForceSurvivalMode: false
    ResetInventoryIfCreative: false
    ForceOnlyAfterLogin: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    doubleMD5SaltLength: 8
    supportOldPasswordHash: false
    unsafePasswords: []
  registration:
    enabled: true
    messageInterval: 5
    force: true
    enableEmailRegistrationSystem: false
    doubleEmailCheck: false
    forceKickAfterRegister: false
    forceLoginAfterRegister: false
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
  forceCommands: []
  forceCommandsAsConsole: []
  useWelcomeMessage: true
  broadcastWelcomeMessage: false
  delayJoinMessage: false
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
  mySQLOtherUsernameColumns: []
  bCryptLog2Round: 10
  phpbbTablePrefix: phpbb_
  phpbbActivatedGroupId: 2
  wordpressTablePrefix: wp_
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  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
  captcha:
    useCaptcha: false
    maxLoginTry: 5
    captchaLength: 5
Converter:
  Rakamak:
    fileName: users.rak
    useIP: false
    ipFileName: UsersIp.rak
Email:
  mailSMTP: smtp.gmail.com
  mailPort: 465
  mailAccount: ''
  mailPassword: ''
  mailSenderName: ''
  RecoveryPasswordLength: 8
  mailSubject: Your new AuthMe Password
  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'
  maxRegPerEmail: 1
  recallPlayers: false
  delayRecall: 5
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
  countriesBlacklist:
  - A1
  enableAntiBot: false
  antiBotSensibility: 5
  antiBotDuration: 10
VeryGames:
  enableIpCheck: false


message_en

Spoiler: zobrazit

Kód: Vybrat vše

unknown_user: '&fUser is not in database'
unsafe_spawn: '&fYour Quit location was unsafe, teleporting you to World Spawn'
not_logged_in: '&cNot logged in!'
reg_voluntarily: '&fYou can register your nickname with the server with the command
  "/register password ConfirmPassword"'
usage_log: '&cUsage: /login password'
wrong_pwd: '&4&lSpatné heslo!'
unregistered: '&2&lUspesne jsi se odregistroval!'
reg_disabled: '&cRegistration is disabled'
valid_session: '&cSession login'
login: '&c&l[&4&l!&c&l] &a&lUspesne jsi se prihlásil/a &e&l%nick%'
vb_nonActiv: '&fYour Account isent Activated yet check your Emails!'
user_regged: '&cUsername already registered'
usage_reg: '&cUsage: /register password ConfirmPassword'
max_reg: '&fYou have Exeded the max number of Registration for your Account'
no_perm: '&cNo Permission'
error: '&fAn error ocurred; Please contact the admin'
login_msg: '&e&lNapis: &f&l"/login tvoje_heslo"'
reg_msg: '&cPlease register with "/register password ConfirmPassword"'
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
usage_unreg: '&cUsage: /unregister password'
pwd_changed: '&cPassword changed!'
user_unknown: '&cUsername not registered'
password_error: '&fPassword doesnt match'
unvalid_session: '&fSession Dataes doesnt corrispond Plaese wait the end of session'
reg_only: '&fRegistered players only! Please visit http://example.com to register'
logged_in: '&cAlready logged in!'
logout: '&cSuccessful logout'
same_nick: '&fSame nick is already playing'
registered: '&2&lUspesne jsi se odregistroval'
pass_len: '&fYour password dind''t reach the minimum length or exeded the max length'
reload: '&fConfiguration and database has been reloaded'
timeout: '&fLogin Timeout'
usage_changepassword: '&fUsage: /changepassword oldPassword newPassword'
name_len: '&cYour nickname is too Short or too long'
regex: '&cYour nickname contains illegal characters. Allowed chars: REG_EX'
add_email: '&cPlease add your email with : /email add yourEmail confirmEmail'
bad_database_email: '[AuthMe] This /email command only available with MySQL and SQLite,
  contact an Admin'
recovery_email: '&cForgot your password? Please use /email recovery <yourEmail>'
usage_captcha: '&cYou need to type a captcha, please type: /captcha <theCaptcha>'
wrong_captcha: '&cWrong Captcha, please use : /captcha THE_CAPTCHA'
valid_captcha: '&cYour captcha is valid !'
kick_forvip: '&cA VIP Player join the full server!'
kick_fullserver: '&cThe server is actually full, Sorry!'
usage_email_add: '&fUsage: /email add <email> <confirmeEmail> '
usage_email_change: '&fUsage: /email change oldEmail> <newEmail> '
usage_email_recovery: '&fUsage: /email recovery <Email>'
new_email_invalid: '[AuthMe] New email invalid!'
old_email_invalid: '[AuthMe] Old email invalid!'
email_invalid: '[AuthMe] Invalid Email'
email_added: '[AuthMe] Email Added !'
email_confirm: '[AuthMe] Confirm your Email !'
email_changed: '[AuthMe] Email Change !'
email_send: '[AuthMe] Recovery Email Send !'
country_banned: Your country is banned from this server
antibot_auto_enabled: '[AuthMe] AntiBotMod automatically enabled due to massive connections!'
antibot_auto_disabled: '[AuthMe] AntiBotMod automatically disabled after %m Minutes,
  hope invasion stopped'


Děkuji všem :)

Uživatelský avatar
Chytrolin
Příspěvky: 273
Věk: 26
Registrován: 02 říj 2012, 20:10
Reputation: 0
Kontaktovat uživatele:

Re: AuthMe

#2 Příspěvekod Chytrolin » 26 srp 2014, 10:47

Vypni server, přepiš config, zapni server.

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: AuthMe

#3 Příspěvekod vojtamaniak » 26 srp 2014, 10:49

Jak máš pojmenovaný ten soubor s překladem? message_en.yml nebo messages_en.yml?

Jutak
Příspěvky: 66
Registrován: 20 dub 2014, 11:46
Reputation: 0

Re: AuthMe

#4 Příspěvekod Jutak » 26 srp 2014, 11:41

messages_en.yml

-- 26 srp 2014, 11:05 --

Problém vyřešen! :) Prosím o LOCK

//LOCK


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 27 hostů