Update 3.1.1
//Changes 3.1.1:// * Do /login correctly in the correct thread * Add a way to force some commands after /login * Try a fix for bungeecord , let's see ... * Fix Logout command ( pos + inventory ) * Fix PHPBB support + random salt * Add a bypass antibot perm : authme.bypassantibot * Translation file will automatically update now * Some other fixes
This commit is contained in:
@@ -224,6 +224,8 @@ settings:
|
||||
UnrestrictedName: []
|
||||
# Message language, available : en, de, br, cz, pl, fr, ru, hu, sk, es, zhtw, fi, zhcn, lt, it, ko, pt
|
||||
messagesLanguage: en
|
||||
#Force these commands after /login, without any '/', use %p for replace with player name
|
||||
forceCommands: []
|
||||
ExternalBoardOptions:
|
||||
# MySQL column for the salt , needed for some forum/cms support
|
||||
mySQLColumnSalt: ''
|
||||
@@ -343,7 +345,24 @@ Purge:
|
||||
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 proecess ?
|
||||
# Do we need to remove the Essentials/users/player.yml file during purge process ?
|
||||
removeEssentialsFile: false
|
||||
# World where are players.dat stores
|
||||
defaultWorld: 'world'
|
||||
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
|
||||
Protection:
|
||||
# Enable some servers protection ( country based login, antibot )
|
||||
enableProtection: false
|
||||
# Countries allowed to join the server and register, see http://dev.maxmind.com/geoip/legacy/codes/iso3166/ for countries' codes
|
||||
countries:
|
||||
- US
|
||||
- GB
|
||||
# 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
|
||||
@@ -49,3 +49,6 @@ email_added: '[AuthMe] E-mail adicionado com sucesso!'
|
||||
email_confirm: '[AuthMe] Confirme seu e-mail!'
|
||||
email_changed: '[AuthMe] E-mail alterado!'
|
||||
email_send: '[AuthMe] E-mail com nova senha enviado!'
|
||||
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'
|
||||
@@ -51,3 +51,6 @@ email_added: '[AuthMe] Email pridan !'
|
||||
email_confirm: '[AuthMe] Potvrd prosim svuj email !'
|
||||
email_changed: '[AuthMe] Email zmenen !'
|
||||
email_send: '[AuthMe] Email pro obnoveni hesla odeslan !'
|
||||
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'
|
||||
@@ -50,4 +50,7 @@ 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 !'
|
||||
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'
|
||||
@@ -36,7 +36,7 @@ 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: '&cUsage: /captcha <theCaptcha>'
|
||||
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!'
|
||||
@@ -51,3 +51,6 @@ 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'
|
||||
@@ -52,3 +52,6 @@ email_added: '[AuthMe] Email agregado !'
|
||||
email_confirm: '[AuthMe] Confirma tu Email !'
|
||||
email_changed: '[AuthMe] Email cambiado !'
|
||||
email_send: '[AuthMe] Correo de recuperación enviado !'
|
||||
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'
|
||||
@@ -51,3 +51,6 @@ email_added: '[AuthMe] Sähköposti lisätty!'
|
||||
email_confirm: '[AuthMe] Vahvistuta sähköposti!'
|
||||
email_changed: '[AuthMe] Sähköposti vaihdettu!'
|
||||
email_send: '[AuthMe] Palautus sähköposti lähetetty!'
|
||||
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'
|
||||
@@ -26,7 +26,7 @@ unvalid_session: '&fSession invalide, relancez le jeu ou attendez la fin de la s
|
||||
reg_only: '&fSeul les joueurs enregistré sont admis!'
|
||||
logged_in: '&cVous êtes déjà connecté!'
|
||||
logout: '&cVous avez été déconnecté!'
|
||||
same_nick: '&fUne personne ayant ce même pseudo joue deja..'
|
||||
same_nick: '&fUne personne ayant ce même pseudo joue déjà..'
|
||||
registered: '&cEnregistrement réussi avec succès!'
|
||||
pass_len: '&fVotre mot de passe n''est pas assez long..'
|
||||
reload: '&fConfiguration et BDD relancé avec succès'
|
||||
@@ -45,10 +45,13 @@ kick_fullserver: '&cLe serveur est actuellement plein, désolé!'
|
||||
usage_email_add: '&fUsage: /email add <Email> <ConfirmeEmail> '
|
||||
usage_email_change: '&fUsage: /email change <EmailAntigo> <NovoEmail> '
|
||||
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 !'
|
||||
new_email_invalid: '[AuthMe] Nouvel email invalide!'
|
||||
old_email_invalid: '[AuthMe] Ancien email invalide!'
|
||||
email_invalid: '[AuthMe] Email invalide'
|
||||
email_added: '[AuthMe] Email ajouté !'
|
||||
email_confirm: '[AuthMe] Confirmez votre email !'
|
||||
email_changed: '[AuthMe] Email changé !'
|
||||
email_send: '[AuthMe] Email de récupération envoyé!'
|
||||
country_banned: 'Votre pays est banni de ce serveur'
|
||||
antibot_auto_enabled: '[AuthMe] AntiBotMod a été activé automatiquement à cause de nombreuses connections!'
|
||||
antibot_auto_disabled: '[AuthMe] AntiBotMod a été désactivé automatiquement après %m Minutes, espérons que l''invasion soit arrêtée!'
|
||||
@@ -51,3 +51,6 @@ 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'
|
||||
|
||||
@@ -51,3 +51,6 @@ email_added: '[AuthMe] Email Aggiunta!'
|
||||
email_confirm: '[AuthMe] Conferma la tua Email!'
|
||||
email_changed: '[AuthMe] Email cambiata!'
|
||||
email_send: '[AuthMe] Email di recupero inviata!'
|
||||
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'
|
||||
|
||||
@@ -42,7 +42,7 @@ valid_captcha: '&c당신의 캡차는 올바릅니다 !'
|
||||
kick_forvip: '&c한 VIP 플레이어가 만원인 서버에 입장했습니다!!'
|
||||
kick_fullserver: '&c그 서버는 실제로 만원입니다, 미안!'
|
||||
usage_email_add: '&f사용법: /email add <이메일> <이메일재입력> '
|
||||
usage_email_change: '&f사용법: /email change <oldEmail> <newEmail> '
|
||||
usage_email_change: '&f사용법: /email change <기존이메일> <새이메일> '
|
||||
usage_email_recovery: '&f사용법: /email recovery <이메일>'
|
||||
new_email_invalid: '[AuthMe] 새 이메일이 잘못되었습니다!'
|
||||
old_email_invalid: '[AuthMe] 기존 이메일이 잘못되었습니다!'
|
||||
@@ -51,3 +51,6 @@ email_added: '[AuthMe] 이메일 추가됨 !'
|
||||
email_confirm: '[AuthMe] 이메일을 확인해주세요 !'
|
||||
email_changed: '[AuthMe] 이메일 변경됨 !'
|
||||
email_send: '[AuthMe] 복구 이메일 발송됨 !'
|
||||
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'
|
||||
|
||||
@@ -50,4 +50,7 @@ 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 !'
|
||||
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'
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
unknown_user: Gebruiker is niet gevonden in database
|
||||
unsafe_spawn: De locatie waar je de vorige keer het spel verlied was gevaarlijk, je bent geteleporteert naar de Spawn
|
||||
not_logged_in: '&cNiet ingelogt!'
|
||||
reg_voluntarily: Je kunt je gebruikersnaam registreren met "/register <wachtwoord> <herhaalWachtwoord>"
|
||||
usage_log: '&cGebruik: /login <wachtwoord>'
|
||||
wrong_pwd: '&cFout wachtwoord'
|
||||
unregistered: '&cRegistratie succesvol ongedaan gemaakt!'
|
||||
reg_disabled: '&cRegistratie is uitgeschakeld'
|
||||
valid_session: '&cSessie ingelogt'
|
||||
login: '&cSuccesvol ingelogt!'
|
||||
vb_nonActiv: Je accound is nog niet geactiveerd, controleer je mailbox!
|
||||
user_regged: '&cGebruikersnaam is al geregistreerd'
|
||||
usage_reg: '&cGebruik: /register <wachtwoord> <herhaalWachtwoord>'
|
||||
max_reg: Je hebt de maximale registraties van jouw account overschreden.
|
||||
no_perm: '&cGeen toegang!'
|
||||
error: Error; neem contact op met een ADMIN!
|
||||
login_msg: '&cLog in met "/login <wachtwoord>"'
|
||||
reg_msg: '&cRegistreer met "/register <wachtwoord> <herhaalWachtwoord>"'
|
||||
usage_unreg: '&cGebruik: /unregister password'
|
||||
pwd_changed: '&cWachtwoord aangepast!'
|
||||
user_unknown: '&cGebruikersnaam niet geregistreerd'
|
||||
password_error: Wachtwoord incorrect!
|
||||
unvalid_session: Sessie beschadigt, wacht tot de sessie is verlopen en join opnieuw.
|
||||
reg_only: Alleen voor geregistreerde spelers! Bezoek http://example.com om te registreren
|
||||
logged_in: '&cJe bent al ingelogt!'
|
||||
logout: '&cJe bent succesvol uitgelogt'
|
||||
same_nick: Er is al iemand met jou gebruikersnaam online.
|
||||
registered: '&cSuccesvol geregistreerd!'
|
||||
pass_len: Je gekozen wachtwoord voldoet niet aan de minimum of maximum lengte
|
||||
reload: Configuratie en database is opnieuw opgestard
|
||||
timeout: Login time-out; het duurde telang voor je je inlogde.
|
||||
usage_changepassword: 'Gebruik: /changepassword <oudWachtwoord> <nieuwWachtwoord>'
|
||||
name_len: '&cJouw gebruikersnaam is te kort'
|
||||
regex: '&cJouw gebruikersnaam bestaat uit illegale tekens. tegestaan chars: REG_EX'
|
||||
add_email: '&cVoeg uw email toe Alstublieft met: /email add jouw wachtwoord herhaalwachtwoord'
|
||||
bad_database_email: '[AuthMe] deze /email command is alleen beschikbaar met MySQL en SQLite, neem contact op met een Admin'
|
||||
recovery_email: '&cWachtwoord vergeten? gebruik alstublieft /email recovery <Jouwemail>'
|
||||
usage_captcha: '&cGebruik: /captcha <deCaptcha>'
|
||||
wrong_captcha: '&cverkeerde Captcha, Gebruik alstublieft : /captcha THE_CAPTCHA'
|
||||
valid_captcha: '&cJouw captcha is geldig!'
|
||||
kick_forvip: '&cA VIP Gebruiker ga naar de volledige server!'
|
||||
kick_fullserver: '&cDe server is eigenlijk vol, Sorry!'
|
||||
usage_email_add: '&fGebruik: /email add <email> <herhaalEmail> '
|
||||
usage_email_change: '&fGebruik: /email change <oudeEmail> <nieuweEmail> '
|
||||
usage_email_recovery: '&fGebruik: /email recovery <Email>'
|
||||
new_email_invalid: '[AuthMe] Nieuw email ongeldig!'
|
||||
old_email_invalid: '[AuthMe] Oud email ongeldig!'
|
||||
email_invalid: '[AuthMe] ongeldig Email'
|
||||
email_added: '[AuthMe] Bevestig jouw Email !'
|
||||
email_confirm: '[AuthMe] Bevestig jouw Email !'
|
||||
email_changed: '[AuthMe] Email Veranderd !'
|
||||
email_send: '[AuthMe] Herstel Email Verzonden !'
|
||||
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'
|
||||
@@ -51,3 +51,6 @@ email_added: '[AuthMe] Email dodany!'
|
||||
email_confirm: '[AuthMe] Potwierdz swoj email!'
|
||||
email_changed: '[AuthMe] Email zmieniony!'
|
||||
email_send: '[AuthMe] Email z odzyskaniem wyslany!'
|
||||
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'
|
||||
@@ -52,3 +52,6 @@ email_added: 'Email adicionado com sucesso!'
|
||||
email_confirm: 'Confirme o seu email!'
|
||||
email_changed: 'Email alterado com sucesso!'
|
||||
email_send: 'Nova palavra-passe enviada para o seu email!'
|
||||
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'
|
||||
@@ -1,58 +1,56 @@
|
||||
unknown_user: '&cЭтого игрока нет в базе'
|
||||
unsafe_spawn: '&6Твоё расположение перед выходом из игры было небезопасным - &aты
|
||||
перенесён на спавн'
|
||||
not_logged_in: '&cТы не в игре!'
|
||||
reg_voluntarily: '&eЗарегистрируйся - &d/reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ &eили &d/register
|
||||
ПАРОЛЬ ПОВТОР_ПАРОЛЯ'
|
||||
usage_log: '&eСинтаксис: &d/l ПАРОЛЬ &eили &d/login ПАРОЛЬ'
|
||||
wrong_pwd: '&cНеправильный пароль'
|
||||
unregistered: '&aРегистрация снята'
|
||||
unknown_user: '&cТакой игрок не зарегестрирован'
|
||||
unsafe_spawn: '&6Ваше расположение перед выходом было опасным - &aВы перенесены на спавн.'
|
||||
not_logged_in: '&cВы еще не вошли!'
|
||||
reg_voluntarily: '&eРегистрация - &d/reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ'
|
||||
usage_log: '&eИспользование: &d/l ПАРОЛЬ'
|
||||
wrong_pwd: '&cНеверный пароль'
|
||||
unregistered: '&cВы успешно удалили свой аккаунт!'
|
||||
reg_disabled: '&6Регистрация отключена'
|
||||
valid_session: '&aСессия открыта'
|
||||
login: '&aТы в игре'
|
||||
vb_nonActiv: '&aТвой аккаунт активирован. &5Проверь свою электронную почту.'
|
||||
user_regged: '&cЭтот игрок уже зарегистрирован'
|
||||
usage_reg: '&eСинтаксис: &d/reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ &eили &d/register ПАРОЛЬ ПОВТОР_ПАРОЛЯ'
|
||||
max_reg: '&cТы превысил максимальное число регистраций'
|
||||
no_perm: '&cНет разрешения'
|
||||
error: '&cЧто-то пошло не так... &5Свяжись с администратором.'
|
||||
login_msg: '&eВойди в игру - &d/l ПАРОЛЬ &eили &d/login ПАРОЛЬ'
|
||||
reg_msg: '&eЗарегистрируйся - &d/reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ &eили &d/register ПАРОЛЬ
|
||||
ПОВТОР_ПАРОЛЯ'
|
||||
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
|
||||
usage_unreg: '&eСинтаксис: &d/unregister ПАРОЛЬ'
|
||||
pwd_changed: '&aПароль изменён'
|
||||
valid_session: '&cСессия включена'
|
||||
login: '&cУспешная авторизация!'
|
||||
vb_nonActiv: '&aВаш аккаунт активирован. &5Проверьте свою электронную почту.'
|
||||
user_regged: '&cТакой игрок уже зарегистрирован'
|
||||
usage_reg: '&cИспользование: /reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ'
|
||||
max_reg: '&fВы превысили максимальное количество регистраций на аккаунт'
|
||||
no_perm: '&cУ Вас нет прав'
|
||||
error: '&cЧто-то пошло не так; &5Свяжитесь с администратором.'
|
||||
login_msg: '&cВойти в игру - /login ПАРОЛЬ'
|
||||
reg_msg: '&eЗарегистрируйтесь - &d/reg ПАРОЛЬ ПОВТОР_ПАРОЛЯ'
|
||||
reg_email_msg: '&cЗарегистрируйтесь - /register ВАШ_EMAIL ВАШ_EMAIL'
|
||||
usage_unreg: '&cИспользование: /unregister ПАРОЛЬ'
|
||||
pwd_changed: '&cПароль успешно изменен!'
|
||||
user_unknown: '&cТакой игрок не зарегистрирован'
|
||||
password_error: '&cПароль не найден'
|
||||
unvalid_session: '&cДата сессии некорректна. &5Дождись конца сессии.'
|
||||
reg_only: '&cРегистрация только для игроков! &5Зайди на &dhttp://example.com &5для
|
||||
регистрации.'
|
||||
logged_in: '&cТы уже в матрице!'
|
||||
logout: '&aТы вышел с сервера'
|
||||
same_nick: '&cЭтот игрок уже играет'
|
||||
registered: '&aУспешная регистрация'
|
||||
password_error: '&fПароль не совпадает'
|
||||
unvalid_session: '&cСессия некорректна. &5Дождитесь, пока сессия закончится.'
|
||||
reg_only: '&fВход доступен только зарегистрированным игрокам! Зарегистрируйтесь здесь - http://example.com/?do=register'
|
||||
logged_in: '&cВы уже вошли!'
|
||||
logout: '&cВы успешно вышли'
|
||||
same_nick: '&fТакой игрок уже играет на сервере'
|
||||
registered: '&cУспешная регистрация!'
|
||||
pass_len: '&cТвой пароль либо слишком длинный, либо слишком короткий'
|
||||
reload: '&aКонфигурация и база данных перезагружена'
|
||||
timeout: '&cТы не успел войти в игру'
|
||||
usage_changepassword: '&eСинтаксис: &d/changepassword СТАРЫЙ_ПАРОЛЬ НОВЫЙ_ПАРОЛЬ'
|
||||
name_len: '&cТвой ник либо слишком длинный, либо слишком короткий'
|
||||
regex: '&cТвой ник содержит недопустимые символы. Разрешено использовать: REG_EX'
|
||||
add_email: '&eДобавь свой email: &d/email add АДРЕС_ПОЧТЫ ПОВТОР_АДРЕСА_ПОЧТЫ'
|
||||
bad_database_email: '&c[AuthMe] Команда &d/email&c доступна только при работе с MySQL
|
||||
или SQLite'
|
||||
recovery_email: '&cЗабыл пароль? Используй команду &d/email recovery <АДРЕС_ПОЧТЫ>'
|
||||
usage_captcha: '&cUsage: /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> <confirmEmail> '
|
||||
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 !'
|
||||
reload: '&fКонфигурация и база данных перезагружены.'
|
||||
timeout: '&fВремя входа истекло, попробуйте еще раз, но быстрее'
|
||||
usage_changepassword: '&fИспользование: /changepassword СТАРЫЙ_ПАРОЛЬ НОВЫЙ_ПАРОЛЬ'
|
||||
name_len: '&cВаш логин слишком длинный или слишком короткий'
|
||||
regex: '&cВаш логин содержит запрещенные символы. Разрешенные символы: REG_EX'
|
||||
add_email: '&cДобавьте свой email: /email add ВАШ_EMAIL ВАШ_EMAIL'
|
||||
bad_database_email: '&c[AuthMe] Команда &d/email&c доступна только при работе с MySQL или SQLite'
|
||||
recovery_email: '&cЗабыли пароль? Используйте /email recovery ВАШ_EMAIL'
|
||||
usage_captcha: '&cИспользование: /captcha СИМВОЛЫ_ВЫШЕ'
|
||||
wrong_captcha: '&cНеправильная капча: /captcha СИМВОЛЫ_ВЫШЕ'
|
||||
valid_captcha: '&cКапча введена правильно!'
|
||||
kick_forvip: '&cVIP игрок зашел на переполненный сервер!'
|
||||
kick_fullserver: '&cСервер переполнен!'
|
||||
usage_email_add: '&fИспользование: /email add ВАШ_EMAIL ВАШ_EMAIL '
|
||||
usage_email_change: '&fИспользование: /email change СТАРЫЙ_EMAIL НОВЫЙ_EMAIL '
|
||||
usage_email_recovery: '&fИспользование: /email recovery ВАШ_EMAIL'
|
||||
new_email_invalid: '[AuthMe] Новый email недействителен!'
|
||||
old_email_invalid: '[AuthMe] Старый email недействителен!'
|
||||
email_invalid: '[AuthMe] Email неправильный'
|
||||
email_added: '[AuthMe] Email добавлен!'
|
||||
email_confirm: '[AuthMe] Подтвердите ваш email!'
|
||||
email_changed: '[AuthMe] Email изменен!'
|
||||
email_send: '[AuthMe] Восстановительное письмо отправлено!'
|
||||
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'
|
||||
@@ -54,4 +54,7 @@ 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 !'
|
||||
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'
|
||||
@@ -51,3 +51,6 @@ 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'
|
||||
@@ -1,3 +1,5 @@
|
||||
# Translator: uSoc_lifehome (http://lifeho.me) #
|
||||
# -------------------------------------------- #
|
||||
unknown_user: '&f用戶資料並不存在於資料庫中 。'
|
||||
unsafe_spawn: '&f你的登出位置不安全 , 現在將傳送你到重生點 。'
|
||||
not_logged_in: '&c你還沒有登入 !'
|
||||
@@ -16,13 +18,13 @@ no_perm: '&c你並沒有這個權限 。'
|
||||
error: '&f發生錯誤 , 請與管理員聯絡 。'
|
||||
login_msg: '&c請使用這個指令來登入 : 《 /login <密碼> 》'
|
||||
reg_msg: '&c請使用這個的指令來註冊 : 《 /register <密碼> <重覆密碼> 》'
|
||||
reg_email_msg: '&cPlease register with "/register <email> <confirmEmail>"'
|
||||
reg_email_msg: '&c請使用這個的指令來註冊 : 《 /register <電郵> <重覆電郵> 》'
|
||||
usage_unreg: '&c用法 : 《 /unregister <密碼> 》'
|
||||
pwd_changed: '&c你成功的更換了你的密碼 !'
|
||||
user_unknown: '&c此用戶名沒有已登記資料 。'
|
||||
password_error: '&f密碼不符合 。'
|
||||
unvalid_session: '&f登入階段資料已損壞 , 請等待登入階段結束 。'
|
||||
reg_only: '&f限已註冊會員 , 請先到 http://example.com 註冊 。'
|
||||
reg_only: '&f限已註冊會員 , 請先到 https://www.craftinghk.com/ 註冊 。'
|
||||
logged_in: '&c你已經登入過了 。'
|
||||
logout: '&b你成功的登出了 。'
|
||||
same_nick: '&f同名玩家已在遊玩 。'
|
||||
@@ -39,15 +41,18 @@ recovery_email: '&c忘記密碼 ? 請使用這個的指令來更新密碼 :
|
||||
usage_captcha: '&c用法 : 《 /captcha <驗證碼> 》'
|
||||
wrong_captcha: '&c你輸入了錯誤的驗證碼,請使用 《 /captcha <驗證碼> 》 再次輸入 。'
|
||||
valid_captcha: '&c你的驗證碼是無效的 !'
|
||||
kick_forvip: '&cA VIP Player join the full server!'
|
||||
kick_fullserver: '&cThe server is actually full, Sorry!'
|
||||
usage_email_add: '&fUsage: /email add <email> <confirmEmail> '
|
||||
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 !'
|
||||
kick_forvip: '&cA 因為有VIP玩家進入了伺服器 。'
|
||||
kick_fullserver: '&c抱歉! 這個伺服器滿人了,也許你需要VIP會藉?'
|
||||
usage_email_add: '&f用法 : 《 /email add <電郵> <重覆電郵> 》'
|
||||
usage_email_change: '&f用法 : 《 /email change <舊電郵> <新電郵> 》'
|
||||
usage_email_recovery: '&f用法 : 《 /email recovery <電郵> 》'
|
||||
new_email_invalid: '你所填寫的新電郵地址並不正確。'
|
||||
old_email_invalid: '你所填寫的舊電郵地址並不正確。'
|
||||
email_invalid: '你所填寫的電郵地址並不正確。'
|
||||
email_added: '已加入你的電郵地址記錄。'
|
||||
email_confirm: '請重覆輸入你的電郵地址。'
|
||||
email_changed: '你的電郵地址記錄已更改。'
|
||||
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'
|
||||
@@ -3,7 +3,7 @@ author: Xephi59
|
||||
website: http://dev.bukkit.org/bukkit-plugins/authme-recoded/
|
||||
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player.
|
||||
main: fr.xephi.authme.AuthMe
|
||||
version: 3.0
|
||||
version: 3.1.1
|
||||
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn]
|
||||
commands:
|
||||
register:
|
||||
@@ -60,6 +60,9 @@ permissions:
|
||||
authme.admin.lastlogin: true
|
||||
authme.admin.getemail: true
|
||||
authme.admin.chgemail: true
|
||||
authme.admin.purgelastpos: true
|
||||
authme.admin.switchantibot: true
|
||||
authme.bypassantibot: true
|
||||
authme.register:
|
||||
description: Register an account
|
||||
default: true
|
||||
@@ -77,7 +80,7 @@ permissions:
|
||||
default: true
|
||||
authme.passpartu:
|
||||
description: passpartu
|
||||
default: true
|
||||
default: true
|
||||
authme.allow2accounts:
|
||||
description: allow more accounts for same ip
|
||||
default: false
|
||||
@@ -140,4 +143,16 @@ permissions:
|
||||
default: op
|
||||
authme.admin.flattosqlite:
|
||||
description: Convert File to Sqlite method
|
||||
default: op
|
||||
authme.bypassforcesurvival:
|
||||
description: Bypass all ForceSurvival features
|
||||
default: false
|
||||
authme.admin.purgelastpos:
|
||||
description: Purge last pos of players
|
||||
default: op
|
||||
authme.admin.switchantibot:
|
||||
description: Switch AntiBot mode on/off
|
||||
default: op
|
||||
authme.bypassantibot:
|
||||
description: Bypass the AntiBot check
|
||||
default: op
|
||||
Reference in New Issue
Block a user