aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorolim88 <bobq4582@gmail.com>2025-04-26 02:12:57 +0100
committerGitHub <noreply@github.com>2025-04-25 21:12:57 -0400
commit6ebe9fffba90f6adba1ee77097376e78bdd57ada (patch)
tree81ab00735e9560e304c40fac03511b95dc96d4e1 /src/main/resources
parentbf18fb9b0054177b3dee145d681c8ff1dd60418e (diff)
downloadSkyblocker-6ebe9fffba90f6adba1ee77097376e78bdd57ada.tar.gz
Skyblocker-6ebe9fffba90f6adba1ee77097376e78bdd57ada.tar.bz2
Skyblocker-6ebe9fffba90f6adba1ee77097376e78bdd57ada.zip
Fishing HUD and Notifications (#1183)
* basic working widget * add config and clean up * support for double hook * add notifications and more settings * Add timer end notification * clean up * small tweak * enable in all locations seems that most places can be fished in so just enable it for all as it only show when you are fishing anyway * update new sea creatures * Clean up config and lang * Clean up fishing hud * Fix percentage --------- Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 22b6b5b2..054b9af1 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -440,6 +440,22 @@
"skyblocker.config.helpers.fishing.fishingTimerScale.@Tooltip": "How big to display the fishing timer",
"skyblocker.config.helpers.fishing.hideOtherPlayers": "Hide Other Players Rods",
"skyblocker.config.helpers.fishing.hideOtherPlayers.@Tooltip": "Hide other players' fishing rods from showing for you",
+ "skyblocker.config.helpers.fishing.hud.screen": "Fishing HUD Config...",
+ "skyblocker.config.helpers.fishing.hud.onlyShowHudInBarn": "Only Show HUD In Hub When Barn Fishing",
+ "skyblocker.config.helpers.fishing.hud.onlyShowHudInBarn.@Tooltip": "For the Hub, only show the fishing HUD when barn fishing",
+ "skyblocker.config.helpers.fishing.timerLength": "Fishing Timer Duration",
+ "skyblocker.config.helpers.fishing.timerLength.@Tooltip": "Time in seconds for the despawn timer",
+ "skyblocker.config.helpers.fishing.seaCreatureTimerNotification": "Fishing Timer Notification",
+ "skyblocker.config.helpers.fishing.seaCreatureTimerNotification.@Tooltip": "Show a notification when the timer runs out",
+ "skyblocker.config.helpers.fishing.seaCreatureTimerNotification.notification": "Time's Up",
+ "skyblocker.config.helpers.fishing.seaCreatureCap": "Sea Creature Cap",
+ "skyblocker.config.helpers.fishing.seaCreatureCap.@Tooltip": "Sea creature cap for barn fishing",
+ "skyblocker.config.helpers.fishing.seaCreatureCapNotification": "Sea Creature Cap Notification",
+ "skyblocker.config.helpers.fishing.seaCreatureCapNotification.@Tooltip": "Show a notification when the sea creature cap is reached",
+ "skyblocker.config.helpers.fishing.seaCreatureCapNotification.notification": "Sea Creature Cap Reached",
+ "skyblocker.config.helpers.fishing.minimumNotificationRarity": "Sea Creature Rarity Notification",
+ "skyblocker.config.helpers.fishing.minimumNotificationRarity.@Tooltip": "Minimum rarity for a notification about rare sea creatures. (UNKNOWN = disabled)",
+ "skyblocker.config.helpers.fishing.minimumNotificationRarity.notification": "%s Sea Creature",
"skyblocker.config.helpers.itemPrice.enableItemPriceLookup": "Enable Item Price Lookup",
"skyblocker.config.helpers.itemPrice.enableItemPriceLookup.@Tooltip": "Searches the Bazaar and AH for the current hovered item with the F6 key.",