Portuguese - TuxCoding/FastLogin GitHub Wiki

FastLogin localization

Project site: https://www.spigotmc.org/resources/fastlogin.14153

Source code: https://github.com/games647/FastLogin

You can access the newest locale here:

https://github.com/games647/FastLogin/blob/main/core/src/main/resources/messages.yml

You want to have language template? Visit the GitHub Wiki here:

https://github.com/games647/FastLogin/wiki/English

In order to split a message into separate lines you could just make a new line, but keep the '

Example:

bla: '&aFirst line

Second line

Third line'

If you want to disable a message, you can just set it to a empty value.

In this case no message will be sent

Example:

bla: ''

========= Shared (BungeeCord and Bukkit) ============

Switch mode is activated and a new cracked player tries to join, who is not namely allowed

switch-kick-message: '&4Apenas contas originais/pagas são permitidas de jogar'

GameProfile activated premium login in order to skip offline authentication

add-premium: '&2&2Adicionado na lista &cpremium/original'

GameProfile activated premium login in order to skip offline authentication

add-premium-other: '&2Player adicionado na lista &cpremium/original'

GameProfile is already set be a paid account

already-exists: '&4Você já está na lista &cpremium/original'

GameProfile is already set be a paid account

already-exists-other: '&4Player já está na lista &cpremium/original'

GameProfile was changed to be cracked

remove-premium: '&2Removido da lista &cpremium/original'

GameProfile is already set to be cracked

not-premium: '&4Você não está na lista &cpremium/original'

GameProfile is already set to be cracked

not-premium-other: '&4Player fora da lista &cpremium/original'

Admin wanted to change the premium of a user that isn't known to the plugin

player-unknown: '&4Player fora da database'

========= Bukkit/Spigot ================

The user skipped the authentication, because it was a premium player

auto-login: '&r🌟&aLogado com sucesso&r⭐'

FastLogin attempted to auto register user. The user account is registered to protect it from cracked players

If FastLogin is respecting auth plugin IP limit - the registration may have failed, however the message is still displayed

The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)

auto-register: '&2Tentou auto-registrar com a senha: &7%password&2. Talvez queira troca-la??'

GameProfile is not able to toggle the premium state of other players

no-permission: '&4Sem Permissões'

Although the console can toggle the premium state, it's not possible for the console itself.

Because the console is not a user. (obviously, isn't it?)

no-console: '&4Você não está logado como player. O Console não é bem um usuário... você sabe'

The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate

with the BungeeCord first which will establish a connection with the database server.

wait-on-proxy: '&6Enviadndo requests... (Não esqueça de seguir o protocolo de setup BungeeCord)'

When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium

authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet.

So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check),

the player will be just authenticated as cracked

error-kick: '&4ocorreu um ERRO.'

The server sends a verify token within the premium authentication request. If this doesn't match on response,

it could be another client sending malicious packets

invalid-verify-token: '&4Token Inválido'

The client sent no request join server request to the mojang servers which would proof that it's owner of that

account. Only modified clients would do this.

invalid-session: '&4Sessão Inválida'

The client sent a malicious packet without a login request packet

invalid-requst: '&4INVALIDO'

Message if the Bukkit isn't fully started to inject the packets

not-started: '&cO Servidor não foi ligado completamente. Tente novamente'

Warning message if a user invoked /premium command

premium-warning: '&c&lATENÇÃO: &6Esse comando deve ser usado &c&lSOMENTE&6 caso você seja o dono da conta. E sua conta seja ORIGINAL! Use &a/premium&6 para confirmar'

========= Bungee/Waterfall only ================================