mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-08-01 11:44:44 +02:00
Updating to latest messages.yml
15
English.md
15
English.md
@@ -13,7 +13,7 @@ FastLogin version: 1.5
|
|||||||
# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml
|
# https://github.com/games647/FastLogin/blob/master/core/src/main/resources/messages.yml
|
||||||
#
|
#
|
||||||
# You want to have language template? Visit the Github Wiki here:
|
# You want to have language template? Visit the Github Wiki here:
|
||||||
# TODO
|
# https://github.com/games647/FastLogin/wiki/English
|
||||||
|
|
||||||
# In order to split a message into seperate lines you could just make a new line, but keep the '
|
# In order to split a message into seperate lines you could just make a new line, but keep the '
|
||||||
# Example:
|
# Example:
|
||||||
@@ -34,12 +34,18 @@ add-premium: '&2Added to the list of premium players'
|
|||||||
# Player is already set be a paid account
|
# Player is already set be a paid account
|
||||||
already-exists: '&4You are already on the premium list'
|
already-exists: '&4You are already on the premium list'
|
||||||
|
|
||||||
|
# Player is already set be a paid account
|
||||||
|
already-exists-other: '&4You are already on the premium list'
|
||||||
|
|
||||||
# Player was changed to be cracked
|
# Player was changed to be cracked
|
||||||
remove-premium: '&2Removed from the list of premium players'
|
remove-premium: '&2Removed from the list of premium players'
|
||||||
|
|
||||||
# Player is already set to be cracked
|
# Player is already set to be cracked
|
||||||
not-premium: '&4You are not in the premium list'
|
not-premium: '&4You are not in the premium list'
|
||||||
|
|
||||||
|
# Player is already set to be cracked
|
||||||
|
not-premium-other: '&4You are not in the premium list'
|
||||||
|
|
||||||
# Admin wanted to change the premium of a user that isn't known to the plugin
|
# Admin wanted to change the premium of a user that isn't known to the plugin
|
||||||
player-unknown: '&4Player not in the database'
|
player-unknown: '&4Player not in the database'
|
||||||
|
|
||||||
@@ -81,6 +87,13 @@ invalid-session: '&4Invalid session'
|
|||||||
# The client sent a malicous packet without a login request packet
|
# The client sent a malicous packet without a login request packet
|
||||||
invalid-requst: '&4Invalid request'
|
invalid-requst: '&4Invalid request'
|
||||||
|
|
||||||
|
# Message if the bukkit isn't fully started to inject the packets
|
||||||
|
not-started: '&cServer is not fully started yet. Please retry'
|
||||||
|
|
||||||
|
# Warning message if a user invoked /premium command
|
||||||
|
premium-warning: '&6WARNING: This command should only be invoked if you are the owner of this paid minecraft account
|
||||||
|
Type /premium again to confirm'
|
||||||
|
|
||||||
# ========= Bungee/Waterfall only ================================
|
# ========= Bungee/Waterfall only ================================
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user