From ac98358d28d41031303f035b0e4e3074e252644e Mon Sep 17 00:00:00 2001 From: TacoMonkey <75862693+TacoMonkey11@users.noreply.github.com> Date: Sun, 20 Feb 2022 13:49:01 -0500 Subject: Added api key listener --- src/main/resources/assets/skyblocker/lang/en_us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/skyblocker/lang/en_us.json') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 52a7b441..d9647fe2 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -55,5 +55,7 @@ "skyblocker.update.update_link": " §2§nClick here§r", "skyblocker.update.update_message_end" : " §ato find out about latest features.", "skyblocker.update.hover_text": "Open Modrinth", - "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Update Notification" + "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Update Notification", + + "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2Automatically set your API key!" } \ No newline at end of file -- cgit