fix: undeclared message now inside dict
This commit is contained in:
parent
39cbfde76f
commit
0160f99ef8
3 changed files with 11 additions and 10 deletions
|
@ -1,13 +1,13 @@
|
|||
event.previous_skin_applied.success=§aPrevious connection detected, your previous disguise has been applied.
|
||||
event.previous_skin_applied.fail=§cFailed to apply your previous disguise back. §7§o({0})
|
||||
player.offline=§c{0} §fis offline, please try again.
|
||||
error.generic=§cAn unknown error occured. Please contact the developer.
|
||||
error.couldnt_get_name_from_mojang=§cFailed to get username from Mojang. Does the user exists?
|
||||
error.couldnt_get_skin_from_mojang=§cFailed to get skin from Mojang.
|
||||
error.couldnt_get_skin_from_cache=§cFailed to get skin from cache.
|
||||
event.disguise.success=§aDisguise applied!
|
||||
event.disguise.fail=§cUnable to apply your disguise. §7§o({0})
|
||||
event.undisguise.success=§aDisguise removed.
|
||||
event.undisguise.fail=§cUnable to remove your disguise. It will be set back to default on the next login. Sorry!
|
||||
event.undisguise.notactive=§cYou do not have an active disguise.
|
||||
error.player_offline=§c{0} §fis offline, please try again.
|
||||
error.generic=§cAn unknown error occured. Please contact the developer.
|
||||
error.couldnt_get_name_from_mojang=§cFailed to get username from Mojang. Does the user exists?
|
||||
error.couldnt_get_skin_from_mojang=§cFailed to get skin from Mojang.
|
||||
error.couldnt_get_skin_from_cache=§cFailed to get skin from cache.
|
||||
error.invalid_username=§cThe specified username is not a valid Minecraft username.
|
Loading…
Add table
Add a link
Reference in a new issue