diff options
author | Yasin <LifeIsAParadox@users.noreply.github.com> | 2022-01-28 01:59:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-28 01:59:23 +0100 |
commit | a3b5cad38376be3da5674480ec60f4610b321671 (patch) | |
tree | 1f7ede2101c7f4d620beed27295c101cb0b30906 /src/main/resources/assets | |
parent | bce4959edc1766958e7e8a92827ac101a3dcae73 (diff) | |
parent | a7e240c3e33df6c1f57018de526b60dbf0561347 (diff) | |
download | Skyblocker-a3b5cad38376be3da5674480ec60f4610b321671.tar.gz Skyblocker-a3b5cad38376be3da5674480ec60f4610b321671.tar.bz2 Skyblocker-a3b5cad38376be3da5674480ec60f4610b321671.zip |
Merge pull request #31 from TacoMonkey11/master
Added Discord Rich Presence with a few other small fixes
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index cdca7822..cda4bcaf 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -9,6 +9,12 @@ "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.richPresence": "Discord Rich Presence", + "text.autoconfig.skyblocker.option.general.richPresence.info": "Skyblock Info", + "text.autoconfig.skyblocker.option.general.richPresence.enableRichPresence": "Enabled", + "text.autoconfig.skyblocker.option.general.richPresence.customMessage": "Custom Message", + "text.autoconfig.skyblocker.option.general.itemList": "Item List", "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Enable Item List", @@ -34,5 +40,8 @@ "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.option.messages.hideAds": "Hide Ads From Public Chat", + + "text.autoconfig.skyblocker.category.fishing": "Fishing", + "text.autoconfig.skyblocker.option.fishing.enableFishingDing": "Enable Fishing Ding" }
\ No newline at end of file |