diff options
| author | Sage <salbeira@gmail.com> | 2025-06-27 06:40:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-27 00:40:20 -0400 |
| commit | a26dda609cc4fbbe5b64635ba73b7707930d72f7 (patch) | |
| tree | 77036b0daeb54838f56edd787e071ad723ac5c94 /src/main/resources/assets/skyblocker | |
| parent | 13fb72006f2d59d21534be087541d112a7a8ef31 (diff) | |
| download | Skyblocker-a26dda609cc4fbbe5b64635ba73b7707930d72f7.tar.gz Skyblocker-a26dda609cc4fbbe5b64635ba73b7707930d72f7.tar.bz2 Skyblocker-a26dda609cc4fbbe5b64635ba73b7707930d72f7.zip | |
Add a config option to toggle item protection chat notifications (#1382)
* Add a config option to toggle chat notifications
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
* Update src/main/java/de/hysky/skyblocker/skyblock/item/ItemProtection.java
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
---------
Co-authored-by: Sebastian Hauer <sebastian.hauer@tu-dortmund.de>
Co-authored-by: Mona <59416038+meowora@users.noreply.github.com>
Diffstat (limited to 'src/main/resources/assets/skyblocker')
| -rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 2 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 acde5d3a..fb0d66c4 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -330,6 +330,8 @@ "skyblocker.config.general.itemProtection": "Item Protection", "skyblocker.config.general.itemProtection.protectValuableConsumables": "Protect Valuable Consumables", "skyblocker.config.general.itemProtection.protectValuableConsumables.@Tooltip": "Prevents consuming items such as Bottles of Jyrre, Dark Cacao Truffles, and Discrite before they have evolved.", + "skyblocker.config.general.itemProtection.displayChatNotification": "Display Chat Notifications", + "skyblocker.config.general.itemProtection.displayChatNotification.@Tooltip": "Displays a chat notification when toggling the protection state of an item.", "skyblocker.config.general.itemProtection.slotLockStyle": "Slot Lock Icon Style", "skyblocker.config.general.itemProtection.slotLockStyle.@Tooltip": "Choose between the fancy or the classic slot lock icon.", "skyblocker.config.general.itemProtection.slotLockStyle.style.CLASSIC": "Classic", |
