From 3343fb527c0a2062fe8a0032945ac7b0dcbf0ae9 Mon Sep 17 00:00:00 2001 From: LifeIsAParadox Date: Mon, 31 Jan 2022 17:40:46 +0100 Subject: adding onhypixel() method + fixed discord crash that happened on specific scenario --- src/main/resources/assets/skyblocker/lang/en_us.json | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d8b5e17a..4e7d88bb 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -6,18 +6,17 @@ "text.autoconfig.skyblocker.title": "Skyblocker Settings", "text.autoconfig.skyblocker.category.general": "General", - "text.autoconfig.skyblocker.option.general.apiKey": "Hypixel API Key (WIP)", "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars", "text.autoconfig.skyblocker.option.general.bars.enableBars": "Enable Bars", "text.autoconfig.skyblocker.option.general.quicknav": "Quicknav", "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Enable Quicknav", - "text.autoconfig.skyblocker.option.general.richPresence": "Discord Rich Presence", - "text.autoconfig.skyblocker.option.general.richPresence.info": "Skyblock Info", - "text.autoconfig.skyblocker.option.general.richPresence.info.@Tooltip": "This value doesn't matter if you are cycling", - "text.autoconfig.skyblocker.option.general.richPresence.cycleMode": "Cycle Skyblock Info", - "text.autoconfig.skyblocker.option.general.richPresence.enableRichPresence": "Enabled", - "text.autoconfig.skyblocker.option.general.richPresence.customMessage": "Custom Message", + "text.autoconfig.skyblocker.category.richPresence": "Discord Rich Presence", + "text.autoconfig.skyblocker.option.richPresence.info": "Skyblock Info", + "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "This value doesn't matter if you are cycling", + "text.autoconfig.skyblocker.option.richPresence.cycleMode": "Cycle Skyblock Info", + "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Enabled", + "text.autoconfig.skyblocker.option.richPresence.customMessage": "Custom Message", "text.autoconfig.skyblocker.option.general.itemList": "Item List", "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Enable Item List", @@ -44,8 +43,5 @@ "text.autoconfig.skyblocker.option.messages.hideAOTE": "Hide AOTE Messages", "text.autoconfig.skyblocker.option.messages.hideImplosion": "Hide Implosion Message", "text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Hide Molten Wave Message", - "text.autoconfig.skyblocker.option.messages.hideAds": "Hide Ads From Public Chat", - - "text.autoconfig.skyblocker.category.fishing": "Fishing", - "text.autoconfig.skyblocker.option.fishing.enableFishingDing": "Enable Fishing Ding" + "text.autoconfig.skyblocker.option.messages.hideAds": "Hide Ads From Public Chat" } \ No newline at end of file -- cgit