aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/buildrelease.yml14
-rw-r--r--CHANGELOG.md51
-rw-r--r--FEATURES.md24
-rw-r--r--README.md47
-rw-r--r--gradle.properties8
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/mixin/PlayerSkinProviderMixin.java27
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_ca.json18
-rw-r--r--src/main/resources/assets/skyblocker/lang/es_es.json3
-rw-r--r--src/main/resources/assets/skyblocker/lang/fr_fr.json286
-rw-r--r--src/main/resources/assets/skyblocker/lang/ru_ru.json203
-rw-r--r--src/main/resources/assets/skyblocker/lang/zh_cn.json27
-rw-r--r--src/main/resources/assets/skyblocker/lang/zh_tw.json2
-rw-r--r--src/main/resources/skyblocker.mixins.json1
13 files changed, 552 insertions, 159 deletions
diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml
index d79c40e8..34807542 100644
--- a/.github/workflows/buildrelease.yml
+++ b/.github/workflows/buildrelease.yml
@@ -40,6 +40,7 @@ jobs:
shell: bash
run: |
CHANGELOG=$(sed '/___/Q' CHANGELOG.md)
+ CHANGELOG=$(echo "$CHANGELOG" | sed 1d)
echo "Changelog:\n$CHANGELOG"
changelog="${CHANGELOG}"
@@ -80,11 +81,12 @@ jobs:
CHANGELOG=$(echo -n "$modified_changelog")
fi
- CHANGELOG="${CHANGELOG//'%'/'%25'}"
- CHANGELOG="${CHANGELOG//$'\n'/'%0A'}"
- CHANGELOG="${CHANGELOG//$'\r'/'%0D'}"
+ CHANGELOG-discord="${CHANGELOG//'%'/'%25'}"
+ CHANGELOG-discord="${CHANGELOG//$'\n'/'%0A'}"
+ CHANGELOG-discord="${CHANGELOG//$'\r'/'%0D'}"
- echo "::set-output name=changelog::$CHANGELOG"
+ echo "::set-output name=changelog::$changelog"
+ echo "::set-output name=changelog-discord::$CHANGELOG-discord"
- uses: actions/github-script@v2
id: fname
@@ -121,12 +123,12 @@ jobs:
uses: Ilshidur/action-discord@master
with:
args: |
- "@here"
+ "@Update-Notification"
"Skyblocker ${{ steps.version_tag.outputs.value }}"
""
"Changelog"
"```md"
- "${{ steps.read_changelog.outputs.changelog }}"
+ "${{ steps.read_changelog.outputs.changelog-discord }}"
"```"
":inbox_tray: Download latest version on Modrinth or Github:"
"<:modrinth:900697862206287882> <${{ steps.modrinth.outputs.url }}>"
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59b3fd68..2957090f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,54 @@
+# Release 1.11.0
+
+## Highlight
+* Crimson Isle, Rift, Garden visitor Tab Hud Improvements by @AzureAaron
+* Fairy Souls Helper by @kevinthegreat1
+* Experiments Solvers by @kevinthegreat1
+* Mirrorverse Waypoints by @AzureAaron
+* Implement Vampire Slayer Features by @Futuremappermydud
+
+## What's Changed
+* Rename zh_Hant.json to zh_tw.json by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/178
+* Add sound notification to fishing helper by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/179
+* 1.20 Port by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/150
+* Crimson Isle Tab Hud Improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/183
+* DiscordRPC bug fixes and improvements by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/184
+* Fairy Souls Helper by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/167
+* Added Rift Tab Hud + 1 Rift related fix by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/185
+* Fix recipe book search field not being selectable by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/187
+* Fix chat ad filter by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/188
+* Workflow fix discord character limit by @LifeIsAParadox in https://github.com/SkyblockerMod/Skyblocker/pull/180
+* Experiments Solvers by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/186
+* Add Mirrorverse Waypoints + Rift Fixes by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/189
+* Implement Vampire Slayer Features by @Futuremappermydud in https://github.com/SkyblockerMod/Skyblocker/pull/191
+* Add Reparty Auto Rejoin by @koloiyolo in https://github.com/SkyblockerMod/Skyblocker/pull/176
+* Add Motes Price Tooltip by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/192
+* Fix dragged items not rendering by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/193
+* Add Vampire Minion by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/194
+* Title container by @Futuremappermydud in https://github.com/SkyblockerMod/Skyblocker/pull/196
+* Loom 1.3 by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/197
+* Clean up by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/151
+* Truncate text in the recipe book by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/198
+* Sort + Colourize Blessings by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/200
+* Skyblock Levels fixes + Tab Hud improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/201
+* Rendering Improvements, Fixes + Occlusion Culling by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/204
+* Item fixer upper rewrite by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/203
+* Shortcuts by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/195
+* Add Dark Auction Tab Hud by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/205
+* Fix ads filter triggering when it shouldn't by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/206
+* Add show off message filter by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/207
+* Garden Tab Hud Improvements by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/208
+* Hide spammed warnings by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/209
+* Fix hotbar lock rendering mixin by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/211
+* Add new trophy fishing emblem by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/212
+
+## New Contributors
+* @Futuremappermydud made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/191
+* @koloiyolo made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/176
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.10.0...v1.11.0
+
+___
# Release 1.10.0
## Highlight
diff --git a/FEATURES.md b/FEATURES.md
index 3db3c2a5..b80da7fa 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -2,19 +2,22 @@
* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages
* Dungeon Minimap
* Dungeon Puzzle Solver:
- * Three Weirdos
- * Blaze
- * Croesus
- * Terminal:
- * Order
- * Coloured Items
- * Item Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * Terminal:
+ * Order
+ * Coloured Items
+ * Item Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Barn Solver: Treasure Hunter, Hungry Hiker
+* Experiments Solvers
+* Slayer helper:
+ * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
-* Price tooltip: npc, bazaar (avg, lbin), ah, museum
-* reparty: write /rp to reparty
+* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum
+* reparty: write /rp to reparty + auto rejoin
* Wiki Lookup: press f4 to open the wiki page about the held item
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
@@ -27,4 +30,5 @@
* 1.8 hitbox for lever and farmland
* Custom Tab HUD
* Roughly enough items (REI) Support
-* Fishing Helper \ No newline at end of file
+* Fishing Helper + sound notification
+* Mirrorverse Waypoints \ No newline at end of file
diff --git a/README.md b/README.md
index 9b5e323c..bf792cbe 100644
--- a/README.md
+++ b/README.md
@@ -21,19 +21,22 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages
* Dungeon Minimap
* Dungeon Puzzle Solver:
- * Three Weirdos
- * Blaze
- * Croesus
- * Terminal:
- * Order
- * Coloured Items
- * Item Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * Terminal:
+ * Order
+ * Coloured Items
+ * Item Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Barn Solver: Treasure Hunter, Hungry Hiker
+* Experiments Solvers
+* Slayer helper:
+ * Vampire : Effigy Waypoints, Healing Melon Indicator, Twinclaws Ice Indicator, Steak Stake Indicator
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
-* Price tooltip: npc, bazaar (avg, lbin), ah, museum
-* reparty: write /rp to reparty
+* Price tooltip: npc, motes, bazaar (avg, lbin), ah, museum
+* reparty: write /rp to reparty + auto rejoin
* Wiki Lookup: press f4 to open the wiki page about the held item
* Discord Rich Presence: Allows user to show either their Piggy, Bits, or location. Along with a custom message
* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
@@ -46,20 +49,24 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* 1.8 hitbox for lever and farmland
* Custom Tab HUD
* Roughly enough items (REI) Support
-* Fishing Helper
+* Fishing Helper + sound notification
+* Mirrorverse Waypoints
</details>
___
+
## Commands
-| command | option | comment |
-|:----------------------------:|:--------------------:|:--------------------------------------|
-| /skyblocker config | | open config menu (modMenu not needed) |
-| /skyblocker options | | open config menu (modMenu not needed) |
-| /skyblocker hud | dwarven / dungeonmap | move dwarven or dungeonmap |
+| command | option | comment |
+|:---------------------:|:-----------------------:|:-------------------------------------------|
+| /skyblocker config | | open config menu (modMenu not needed) |
+| /skyblocker options | | open config menu (modMenu not needed) |
+| /skyblocker hud | dwarven / dungeonmap / titleContainer | move dwarven, dungeonmap or titleContainer |
+| /skyblocker shortcuts | | add/edit shortcuts |
---
+
## Images
<details open>
@@ -103,16 +110,16 @@ information.
|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) | [msg-programs](https://github.com/msg-programs) |
-| [<img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">](https://github.com/lantice3720) |
-|:-----------------------------------------------------------------------------------------------------|
-| [lantice3720](https://github.com/lantice3720) |
+| [<img alt="lantice3720" src="https://github.com/lantice3720.png" width="100">](https://github.com/lantice3720) | [<img alt="lantice3720" src="https://github.com/koloiyolo.png" width="100">](https://github.com/koloiyolo) | [<img alt="lantice3720" src="https://github.com/Futuremappermydud.png" width="100">](https://github.com/Futuremappermydud) |
+|:--------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------:|
+| [lantice3720](https://github.com/lantice3720) | [koloiyolo](https://github.com/koloiyolo) | [Futuremappermydud](https://github.com/Futuremappermydud) |
### Translators
German ([LifeIsAParadox](https://github.com/LifeIsAParadox) & [msg-programs](https://github.com/msg-programs)) \
Indonesian ([null2264](https://github.com/null2264)) \
-Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane)) \
-French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01)) \
+Russian ([HyperSoop](https://github.com/HyperSoop) & [Azuremane](https://github.com/Azuremane) & [CrimsonIsle](https://github.com/CrimsonIsle))\
+French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01) & [viciscat](https://github.com/viciscat)) \
Japanese ([hirochisan](https://github.com/hirochisan)) \
Chinese ([catandA](https://github.com/catandA)) \
Korean ([lantice3720](https://github.com/lantice3720)) \
diff --git a/gradle.properties b/gradle.properties
index d28c538b..f39bf2cb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx1G -Dfile.encoding=UTF-8 -Duser.language=en -Duser.countr
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.20
-minecraft_version=1.20
-yarn_mappings=1.20+build.1
+minecraft_version=1.20.1
+yarn_mappings=1.20.1+build.10
loader_version=0.14.21
#Fabric api
@@ -12,7 +12,7 @@ fabric_api_version=0.86.0+1.20.1
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-clothconfig_version=11.0.99
+clothconfig_version=11.1.106
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
mod_menu_version=7.0.1
## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files)
@@ -26,7 +26,7 @@ mixin_extras_version=0.2.0-beta.9
occlusionculling_version = 0.0.7-SNAPSHOT
# Mod Properties
-mod_version = 1.10.0
+mod_version = 1.11.0
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ \ No newline at end of file
diff --git a/src/main/java/me/xmrvizzy/skyblocker/mixin/PlayerSkinProviderMixin.java b/src/main/java/me/xmrvizzy/skyblocker/mixin/PlayerSkinProviderMixin.java
new file mode 100644
index 00000000..5b75eb47
--- /dev/null
+++ b/src/main/java/me/xmrvizzy/skyblocker/mixin/PlayerSkinProviderMixin.java
@@ -0,0 +1,27 @@
+package me.xmrvizzy.skyblocker.mixin;
+
+import java.util.concurrent.ExecutorService;
+
+import org.spongepowered.asm.mixin.Mixin;
+import org.spongepowered.asm.mixin.injection.At;
+import org.spongepowered.asm.mixin.injection.Redirect;
+
+import me.xmrvizzy.skyblocker.utils.Utils;
+import net.minecraft.client.texture.PlayerSkinProvider;
+
+@Mixin(PlayerSkinProvider.class)
+public class PlayerSkinProviderMixin {
+
+ @Redirect(method = "loadSkin(Lcom/mojang/authlib/GameProfile;Lnet/minecraft/client/texture/PlayerSkinProvider$SkinTextureAvailableCallback;Z)V", at = @At(value = "INVOKE", target = "Ljava/util/concurrent/ExecutorService;execute(Ljava/lang/Runnable;)V", remap = false))
+ private void skyblocker$removeInvalidBase64LogSpam(ExecutorService executor, Runnable runnable) {
+ executor.execute(() -> {
+ try {
+ runnable.run();
+ } catch (Throwable t) {
+ if (!(t instanceof IllegalArgumentException) || !Utils.isOnHypixel()) {
+ t.printStackTrace();
+ }
+ }
+ });
+ }
+}
diff --git a/src/main/resources/assets/skyblocker/lang/en_ca.json b/src/main/resources/assets/skyblocker/lang/en_ca.json
index 73255e03..fb708354 100644
--- a/src/main/resources/assets/skyblocker/lang/en_ca.json
+++ b/src/main/resources/assets/skyblocker/lang/en_ca.json
@@ -1,11 +1,11 @@
{
- "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars",
-
- "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Grey out chests that have already been opened.",
- "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Colour",
- "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Colour",
- "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid colour in the chat during the Livid boss fight.",
- "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Colour Text",
- "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid colour.",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Coloured"
+ "text.autoconfig.skyblocker.option.general.bars": "Health, Mana, Defence & XP Bars",
+ "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Grey out chests that have already been opened.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Livid Colour",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Enable Livid Colour",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Send the livid colour in the chat during the Livid boss fight.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Livid Colour Text",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Text which will be sent in the chat during the Livid boss fight. The string \"[color]\" will be replaced with the livid colour.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Solve Select Coloured",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "Defence Bar Position"
}
diff --git a/src/main/resources/assets/skyblocker/lang/es_es.json b/src/main/resources/assets/skyblocker/lang/es_es.json
index 7c5ea062..ada79f10 100644
--- a/src/main/resources/assets/skyblocker/lang/es_es.json
+++ b/src/main/resources/assets/skyblocker/lang/es_es.json
@@ -95,11 +95,8 @@
"text.autoconfig.skyblocker.option.messages.hideAOTE": "Ocultar Mensajes de la AOTE",
"text.autoconfig.skyblocker.option.messages.hideMana": "Ocultar los Mensajes del Consumo de Maná de la Barra de Acción",
"text.autoconfig.skyblocker.option.messages.hideMana.@Tooltip": "Da una mejor experiencia con FancyBar",
- "skyblocker.update.update_message": "§b[§6Skyblocker§b] §2¡Hay Una nueva versión disponible!",
"skyblocker.update.update_link": " §2§nHas Click Aquí§r",
- "skyblocker.update.update_message_end": " §aPara conocer mas sobre las nuevas características.",
"skyblocker.update.hover_text": "Abrir Modrinth",
- "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "Notificaciones sobre actualizaciones",
"skyblocker.api.got_key": "§b[§6Skyblocker§b] §2¡Se añadió tu API key automáticamente!",
"skyblocker.updaterepository.failed": "§b[§6Skyblocker§b] §cLa actualización del repositorio local fallo. Elimina los archivos manualmente y reinicia el juego.",
"text.autoconfig.skyblocker.option.quickNav.button11": "Botón 11",
diff --git a/src/main/resources/assets/skyblocker/lang/fr_fr.json b/src/main/resources/assets/skyblocker/lang/fr_fr.json
index a4fe390d..26a52d4f 100644
--- a/src/main/resources/assets/skyblocker/lang/fr_fr.json
+++ b/src/main/resources/assets/skyblocker/lang/fr_fr.json
@@ -1,77 +1,209 @@
-{
- "key.categories.skyblocker": "Skyblocker",
- "key.hotbarSlotLock": "Verrouillage de slot (Hotbar)",
- "key.wikiLookup": "Recherche dans le wiki",
-
- "text.autoconfig.skyblocker.title": "Paramètres de Skyblocker",
-
- "text.autoconfig.skyblocker.category.general": "Général",
- "text.autoconfig.skyblocker.option.general.bars": "Barres de vie, de mana, de défense et d'XP",
- "text.autoconfig.skyblocker.option.general.bars.enableBars": "Activer les barres",
- "text.autoconfig.skyblocker.option.general.bars.barpositions": "Configurer Les positions des barres",
- "text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "Position de la barre de vie",
- "text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "Position de la barre de mana",
- "text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "Position de la barre de défense",
- "text.autoconfig.skyblocker.option.general.bars.barpositions.experienceBarPosition": "Position de la barre d'XP",
- "text.autoconfig.skyblocker.option.general.quicknav": "Navigation rapide",
- "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Navigation rapide activée",
- "text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "Aperçu du sac à dos sans appuyer sur Maj",
- "text.autoconfig.skyblocker.option.general.itemTooltip": "Info-bulles des objets",
- "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "Afficher le prix des NPC",
- "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Afficher le prix moyen d'achat immédiat (BIN)",
- "text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Type de moyenne",
- "text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "Vous pouvez choisir sur combien de jours la moyenne est calculée",
- "text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "Afficher le prix minimal d'achat immédiat (BIN)",
- "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Afficher le prix d'achat et de vente au Bazar",
- "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Afficher le musée et la date d'ajout",
- "text.autoconfig.skyblocker.option.general.hitbox": "Hitboxes",
- "text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "Hitbox 1.8 de la terre labourée ",
- "text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "Hitbox 1.8 du levier",
- "skyblocker.itemTooltip.nullMessage": "§b[§6Skyblocker§b] §cLes informations sur le prix des objets vont s'actualiser dans 60 secondes maximum. Sinon consultez le fichier latest.log",
- "skyblocker.itemTooltip.noData": "§cNo Data",
-
- "text.autoconfig.skyblocker.category.richPresence": "Discord Rich Presence",
- "text.autoconfig.skyblocker.option.richPresence.info": "Information à afficher",
- "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "Cette valeur n'a aucune importance si vous faites défiler",
- "text.autoconfig.skyblocker.option.richPresence.cycleMode": "Faire défiler les informations",
- "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Activée",
- "text.autoconfig.skyblocker.option.richPresence.customMessage": "Message personnalisé",
-
- "text.autoconfig.skyblocker.option.general.itemList": "Liste d'objets",
- "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Activer la liste d'objets",
-
- "text.autoconfig.skyblocker.category.locations": "Lieux",
- "text.autoconfig.skyblocker.option.locations.dungeons": "Donjons",
- "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper": "Améliorer Croesus",
- "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Griser les coffres qui ont déjà été ouverts.",
- "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Activer la carte",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Résoudre le puzzle des trois PNJ « Three Weirdos »",
- "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Résoudre le puzzle des blazes « Higher or Lower »",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Résoudre le quiz",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Solveurs des terminaux",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Résoudre le puzzle des couleurs « Color »",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Résoudre le puzzle de l'ordre « Order »",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Résoudre le puzzle des noms d'objets « Name »",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Mines des nains",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Afficher le niveau de carburant des foreuses",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Décoder les requêtes de Fetchur",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Résoudre le puzzle de Puzzler",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "ATH mine des nains",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "Activé",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "Activer l'arrière-plan",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "X",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
-
- "text.autoconfig.skyblocker.category.messages": "Messages",
- "text.autoconfig.skyblocker.option.messages.hideAbility": "Cacher le rechargement des capacités",
- "text.autoconfig.skyblocker.option.messages.hideHeal": "Cacher les messages de soin",
- "text.autoconfig.skyblocker.option.messages.hideAOTE": "Cacher les messages de l'AOTE",
- "text.autoconfig.skyblocker.option.messages.hideImplosion": "Cacher les messages d'implosion",
- "text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Cacher les messages de la compétence du bâton de Midas",
- "text.autoconfig.skyblocker.option.messages.hideAds": "Cacher la publicité dans le chat public",
- "text.autoconfig.skyblocker.option.messages.hideTeleportPad": "Cacher les messages des téléporteurs",
- "text.autoconfig.skyblocker.option.messages.hideCombo": "Cacher les messages de combo",
- "text.autoconfig.skyblocker.option.messages.hideAutopet": "Cacher les messages de l'auto-familier",
- "text.autoconfig.skyblocker.option.messages.hideMana": "Cacher les messages de consommation de mana de la barre d'action",
- "text.autoconfig.skyblocker.option.messages.hideMana.@Tooltip": "Permet une meilleure expérience avec les barres"
-} \ No newline at end of file
+{
+ "key.categories.skyblocker": "Skyblocker",
+ "key.hotbarSlotLock": "Verrouillage de slot (Hotbar)",
+ "key.wikiLookup": "Recherche dans le wiki",
+ "text.autoconfig.skyblocker.title": "Paramètres de Skyblocker",
+ "text.autoconfig.skyblocker.category.general": "Général",
+ "text.autoconfig.skyblocker.option.general.bars": "Barres de vie, de mana, de défense et d'XP",
+ "text.autoconfig.skyblocker.option.general.bars.enableBars": "Activer les barres",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions": "Configurer Les positions des barres",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "Position de la barre de vie",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "Position de la barre de mana",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "Position de la barre de défense",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.experienceBarPosition": "Position de la barre d'XP",
+ "text.autoconfig.skyblocker.option.general.quicknav": "Navigation rapide",
+ "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Navigation rapide activée",
+ "text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "Aperçu du sac à dos sans appuyer sur Maj",
+ "text.autoconfig.skyblocker.option.general.itemTooltip": "Info-bulles des objets",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "Afficher le prix des NPC",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Afficher le prix moyen d'achat immédiat (BIN)",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Type de moyenne",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "Vous pouvez choisir sur combien de jours la moyenne est calculée",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "Afficher le prix minimal d'achat immédiat (BIN)",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Afficher le prix d'achat et de vente au Bazar",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Afficher le musée et la date d'ajout",
+ "text.autoconfig.skyblocker.option.general.hitbox": "Boites de collisions",
+ "text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "Hitbox 1.8 de la terre labourée",
+ "text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "Hitbox 1.8 du levier",
+ "skyblocker.itemTooltip.nullMessage": "§b[§6Skyblocker§b] §cLes informations sur le prix des objets vont s'actualiser dans 60 secondes maximum. Sinon consultez le fichier latest.log",
+ "skyblocker.itemTooltip.noData": "§cPas de données",
+ "text.autoconfig.skyblocker.category.richPresence": "Rich Presence Discord",
+ "text.autoconfig.skyblocker.option.richPresence.info": "Information à afficher",
+ "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "Cette valeur n'a aucune importance si vous faites défiler",
+ "text.autoconfig.skyblocker.option.richPresence.cycleMode": "Faire défiler les informations",
+ "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Activée",
+ "text.autoconfig.skyblocker.option.richPresence.customMessage": "Message personnalisé",
+ "text.autoconfig.skyblocker.option.general.itemList": "Liste d'objets",
+ "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Activer la liste d'objets",
+ "text.autoconfig.skyblocker.category.locations": "Lieux",
+ "text.autoconfig.skyblocker.option.locations.dungeons": "Donjons",
+ "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper": "Améliorer Croesus",
+ "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Griser les coffres qui ont déjà été ouverts.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Activer la carte",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Résoudre le puzzle des trois PNJ « Three Weirdos »",
+ "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Résoudre le puzzle des blazes « Higher or Lower »",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Résoudre le quiz",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Solveurs des terminaux",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Résoudre le puzzle des couleurs « Color »",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Résoudre le puzzle de l'ordre « Order »",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Résoudre le puzzle des noms d'objets « Name »",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Mines des nains",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Afficher le niveau de carburant des foreuses",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Décoder les requêtes de Fetchur",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Résoudre le puzzle de Puzzler",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "ATH mine des nains",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "Activé",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "Activer l'arrière-plan",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "X",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
+ "text.autoconfig.skyblocker.category.messages": "Messages",
+ "text.autoconfig.skyblocker.option.messages.hideAbility": "Cacher le rechargement des capacités",
+ "text.autoconfig.skyblocker.option.messages.hideHeal": "Cacher les messages de soin",
+ "text.autoconfig.skyblocker.option.messages.hideAOTE": "Cacher les messages de l'AOTE",
+ "text.autoconfig.skyblocker.option.messages.hideImplosion": "Cacher les messages d'implosion",
+ "text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Cacher les messages de la compétence du bâton de Midas",
+ "text.autoconfig.skyblocker.option.messages.hideAds": "Cacher la publicité dans le chat public",
+ "text.autoconfig.skyblocker.option.messages.hideTeleportPad": "Cacher les messages des téléporteurs",
+ "text.autoconfig.skyblocker.option.messages.hideCombo": "Cacher les messages de combo",
+ "text.autoconfig.skyblocker.option.messages.hideAutopet": "Cacher les messages de l'auto-familier",
+ "text.autoconfig.skyblocker.option.messages.hideMana": "Cacher les messages de consommation de mana de la barre d'action",
+ "text.autoconfig.skyblocker.option.messages.hideMana.@Tooltip": "Permet une meilleure expérience avec les barres",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapScaling": "Taille de la Carte",
+ "text.autoconfig.skyblocker.option.quickNav.button1.render": "Render",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Texte qui sera envoyé dans le chat lors du boss Livid. Le string \"[color]\" sera remplacé par la couleur Livid.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Couleur Livid",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Activer la Couleur Livid",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Envoyer la Couler Livid dans le chat durant le boss Livid.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Texte de la Couleur Livid",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER1": "Couche 1",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.NONE": "Désactivé",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER2": "Couche 2",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "Droite",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.ONE_DAY": "Prix pour 1 jour",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapX": "Carte X",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapY": "Carte Y",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style": "Style du HUD",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[0]": "Simple : Montre le nom et le pourcentage.",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[1]": "Détaillé : Montre le nom, pourcentage, barre de progression et une icone.",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[2]": "Classique : Montre le nom et pourcentage dans une boîte très simple.",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.ACTION_BAR": "Bouger vers la barre d'action",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "Filtre",
+ "text.autoconfig.skyblocker.option.locations.barn": "Grange",
+ "text.autoconfig.skyblocker.option.locations.barn.solveTreasureHunter": "Résoudre Chasseur de trésor",
+ "text.autoconfig.skyblocker.option.locations.barn.solveHungryHiker": "Résoudre Randonneur affamé",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "Désactivé",
+ "text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "Cacher les tooltips des items vides dans les menus",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale.@Tooltip": "Valeur en %, relative à la taille de l'interface vanilla",
+ "key.skyblocker.playerTgl": "Passer le HUD Tab à la liste de joueurs",
+ "key.skyblocker.defaultTgl": "Passer le HUD Tab à la vue par défaut",
+ "key.skyblocker.genericTgl": "Passer le HUD Tab aux infos générales",
+ "text.autoconfig.skyblocker.option.general.tabHud": "HUD Tab joli",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudEnabled": "Activer le HUD Tab joli",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale": "Taille du HUD Tab joli",
+ "text.autoconfig.skyblocker.option.richPresence.info.LOCATION": "LIEU",
+ "text.autoconfig.skyblocker.category.quickNav": "Navigation rapide",
+ "text.autoconfig.skyblocker.option.quickNav.enableQuickNav": "Activer la navigation rapide",
+ "text.autoconfig.skyblocker.option.quickNav.button1": "Bouton 1",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button1.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button1.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button2": "Bouton 2",
+ "skyblocker.updaterepository.failed": "§b[§6Skyblocker§b] §cLa mise à jour de la repository a échoué. Supprimez les fichiers manuellement et relancez le jeu.",
+ "skyblocker.fishing.reelNow": "Enroulez la ligne !",
+ "text.autoconfig.skyblocker.option.general.fishing.enableFishingHelper": "Activer l'assistant de pêche",
+ "text.autoconfig.skyblocker.option.general.fishing": "Assistant de pêche",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.THREE_DAY": "Prix pour 3 jours",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.BOTH": "Les deux",
+ "text.autoconfig.skyblocker.option.richPresence.info.PURSE": "PORTE-MONNAIE",
+ "text.autoconfig.skyblocker.option.richPresence.info.BITS": "BITS",
+ "text.autoconfig.skyblocker.option.quickNav.button4.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button7": "Bouton 7",
+ "text.autoconfig.skyblocker.option.quickNav.button2.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button9.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button9.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button9.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button10": "Bouton 10",
+ "text.autoconfig.skyblocker.option.quickNav.button10.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button10.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button2.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button2.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button3": "Bouton 3",
+ "text.autoconfig.skyblocker.option.quickNav.button3.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button3.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button3.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button4": "Bouton 4",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button4.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button4.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button5": "Bouton 5",
+ "text.autoconfig.skyblocker.option.quickNav.button5.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button5.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button5.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button6": "Bouton 6",
+ "text.autoconfig.skyblocker.option.quickNav.button6.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button6.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button6.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button7.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button7.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button7.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button8": "Bouton 8",
+ "text.autoconfig.skyblocker.option.quickNav.button8.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button8.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button8.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button9": "Bouton 9",
+ "text.autoconfig.skyblocker.option.quickNav.button10.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button11": "Bouton 11",
+ "text.autoconfig.skyblocker.option.quickNav.button11.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button11.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button11.clickEvent": "Evènement de clic",
+ "text.autoconfig.skyblocker.option.quickNav.button12": "Bouton 12",
+ "text.autoconfig.skyblocker.option.quickNav.button12.render": "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item": "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.itemName": "Nom de l'item",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.count": "Nombre d'items",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button12.uiTitle": "Titre du menu",
+ "text.autoconfig.skyblocker.option.quickNav.button12.clickEvent": "Evènement de clic"
+}
diff --git a/src/main/resources/assets/skyblocker/lang/ru_ru.json b/src/main/resources/assets/skyblocker/lang/ru_ru.json
index e399eb62..7700d7bb 100644
--- a/src/main/resources/assets/skyblocker/lang/ru_ru.json
+++ b/src/main/resources/assets/skyblocker/lang/ru_ru.json
@@ -6,15 +6,15 @@
"text.autoconfig.skyblocker.option.general.bars": "Полоски здоровья, маны, защиты и опыта",
"text.autoconfig.skyblocker.option.general.bars.enableBars": "Включить полоски",
"text.autoconfig.skyblocker.category.locations": "Локации",
- "text.autoconfig.skyblocker.option.locations.dungeons": "Катакомбы",
- "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Включить карту",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Решать головоломку \"Три чудака\"",
- "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Решать головоломку с ифритами",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Решать головоломку с вопросами",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Гномьи шахты",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Показывать топливо дрели",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Решать загадку Fetchur-а",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Решать загадку Puzzler-а",
+ "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons (Подземелья)",
+ "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Включить Карту",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Решать Головоломку Three Weirdos",
+ "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Решать Головоломку Blaze",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Решать Головоломку Trivia",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Гномьи Шахты",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Показывать Топливо Дрели",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Показывать Решение Загадки Fetchur-а",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Показывать Решение Загадки Puzzler-а",
"text.autoconfig.skyblocker.category.messages": "Сообщения",
"text.autoconfig.skyblocker.option.messages.hideAbility": "Скрывать сообщения о перезарядке способностей",
"text.autoconfig.skyblocker.option.messages.hideHeal": "Скрывать сообщения об исцелении",
@@ -22,15 +22,15 @@
"text.autoconfig.skyblocker.option.messages.hideImplosion": "Скрывать сообщения Implosion",
"text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Скрывать сообщения Molten Wave",
"text.autoconfig.skyblocker.option.messages.hideAds": "Скрывать рекламу в чате",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Авто-решение терминалов",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Решать выбор по цвету",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Решать клик по возрастанию",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Решать начинается с",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Помощь В Решении Терминалов",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Показывать Решение Select Colored",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Показывать Решение Click In Order",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Показывать Решение Starts With",
"skyblocker.itemTooltip.nullMessage": "§b[§6Skyblocker§b] §cИнформация о цене предмета обновится менее чем через 60 секунд. Если нет, проверьте latest.log",
- "text.autoconfig.skyblocker.option.messages.hideTeleportPad": "Скрывать сообщения телепортаторов",
+ "text.autoconfig.skyblocker.option.messages.hideTeleportPad": "Скрывать сообщения Teleport Pad",
"skyblocker.update.update_link": " §2§nНажми,§r",
"text.autoconfig.skyblocker.option.general.quicknav": "Кнопки быстрого доступа",
- "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Включено",
+ "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Включить кнопки быстрого доступа",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Показать средние цены на BIN",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Период времени (для средней цены)",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "Можно выбрать, за сколько дней будет браться средняя цена",
@@ -39,12 +39,12 @@
"text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Показать дату получения",
"text.autoconfig.skyblocker.category.richPresence": "Активность в статусе Discord",
"text.autoconfig.skyblocker.option.richPresence.info": "Отображаемая информация",
- "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "Не имеет значения при цикличном отбражении",
+ "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "Не имеет значения при цикличном отображении",
"text.autoconfig.skyblocker.option.richPresence.cycleMode": "Отображать все опции циклично",
- "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Включено",
+ "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "Включить",
"text.autoconfig.skyblocker.option.richPresence.customMessage": "Своё сообщение",
"text.autoconfig.skyblocker.option.general.itemList": "Список предметов",
- "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Включено",
+ "text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Включить Список Предметов",
"text.autoconfig.skyblocker.option.messages.hideCombo": "Скрывать сообщения о комбо",
"key.wikiLookup": "Быстрый переход на вики",
"text.autoconfig.skyblocker.option.general.itemTooltip": "Описание предмета",
@@ -56,10 +56,10 @@
"text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "Использовать хитбокс пашни из 1.8",
"text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "Расположение полоски здоровья",
"text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "Просматривать содержимое рюкзаков без удержания кнопки Shift",
- "text.autoconfig.skyblocker.option.general.bars.barpositions.NONE": "Отключить",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.NONE": "Выключена",
"text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "Расположение полоски маны",
"text.autoconfig.skyblocker.option.quickNav.button1.item": "Предмет",
- "skyblocker.fishing.reelNow": "Лови сейчас же!",
+ "skyblocker.fishing.reelNow": "Тяни!",
"text.autoconfig.skyblocker.option.messages.hideAutopet": "Скрывать сообщения Autopet",
"text.autoconfig.skyblocker.option.messages.hideMana": "Скрывать сообщения о расходе маны из Action Bar",
"text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "Справа",
@@ -73,10 +73,10 @@
"text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "Использовать хитбокс рычагов из 1.8",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg.ONE_DAY": "Цена за 1 день",
"skyblocker.itemTooltip.noData": "§cНет данных",
- "text.autoconfig.skyblocker.option.richPresence.info.PURSE": "Кошелек",
- "text.autoconfig.skyblocker.option.richPresence.info.LOCATION": "Локация",
- "text.autoconfig.skyblocker.category.quickNav": "Быстрый доступ",
- "text.autoconfig.skyblocker.option.quickNav.enableQuickNav": "Включить быстрый доступ",
+ "text.autoconfig.skyblocker.option.richPresence.info.PURSE": "PURSE",
+ "text.autoconfig.skyblocker.option.richPresence.info.LOCATION": "LOCATION",
+ "text.autoconfig.skyblocker.category.quickNav": "Быстрый Доступ",
+ "text.autoconfig.skyblocker.option.quickNav.enableQuickNav": "Включить Быстрый Доступ",
"text.autoconfig.skyblocker.option.quickNav.button1": "Кнопка 1",
"text.autoconfig.skyblocker.option.quickNav.button2": "Кнопка 2",
"text.autoconfig.skyblocker.option.quickNav.button3": "Кнопка 3",
@@ -86,5 +86,158 @@
"key.skyblocker.genericTgl": "Показывать общую информацию в меню TAB",
"text.autoconfig.skyblocker.option.general.tabHud.tabHudEnabled": "Включить красивое TAB меню",
"text.autoconfig.skyblocker.option.general.tabHud.tabHudScale": "Размер TAB меню",
- "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale.@Tooltip": "Значение в %, по отношению к размеру интерфейса игры"
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale.@Tooltip": "Значение в %, по отношению к размеру интерфейса игры",
+ "text.autoconfig.skyblocker.option.quickNav.button2.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button3.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button5.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button11.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button11.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button12.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper.@Tooltip": "Уже открытые сундуки будут закрашены серым.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Текст, который будет отправлен в чат во время боя с Livid. Вместо \"[color]\" отправится цвет босса.",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[1]": "Красивый: Показывает название, процент и шкалу выполнения, а также иконку.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapScaling": "Размер Карты",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item": "Предмет",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor": "Включить Цвет Босса Livid",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor": "Цвет Босса Livid",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.enableLividColor.@Tooltip": "Отправляет в чат информацию о том, какого цвета босс Livid.",
+ "text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText": "Текст О Цвете Livid",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "X",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapX": "Карта по X",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapY": "Карта по Y",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style": "Стиль HUD",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[0]": "Упрощенный: Показывает название и процент выполнения.",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[2]": "Классический: Показывает название и процент выполнения в простом тёмном квадрате.",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "Включить Фон",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "Включить",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "Dwarven HUD (Интерфейс Гномьих Шахт)",
+ "text.autoconfig.skyblocker.option.messages.hideMana.@Tooltip": "Выглядит лучше, когда включены полоски Skyblocker (здоровья, маны и т.д.)",
+ "text.autoconfig.skyblocker.option.quickNav.button1.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.locations.barn": "Barn (Ферма)",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button1.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button1.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.ACTION_BAR": "Переместить в action bar",
+ "text.autoconfig.skyblocker.option.locations.barn.solveHungryHiker": "Показывать Решение Hungry Hiker",
+ "text.autoconfig.skyblocker.option.locations.barn.solveTreasureHunter": "Показывать Решение Treasure Hunter",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "Скрыть",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "Не скрывать",
+ "skyblocker.updaterepository.failed": "§b[§6Skyblocker§b] §cОшибка в обновлении местного репозитория. Перезапустите игру, удалив файлы вручную.",
+ "text.autoconfig.skyblocker.option.richPresence.info.BITS": "BITS",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button2.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button2.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button3.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button5.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button6": "Кнопка 6",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button6.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button6.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button7": "Кнопка 7",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button7.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button7.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button8": "Кнопка 8",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button6.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button7.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button8.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button3.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button4": "Кнопка 4",
+ "text.autoconfig.skyblocker.option.quickNav.button4.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button4.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button4.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button5": "Кнопка 5",
+ "text.autoconfig.skyblocker.option.quickNav.button5.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button8.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button8.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button9": "Кнопка 9",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button9.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button9.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button10": "Кнопка 10",
+ "text.autoconfig.skyblocker.option.quickNav.button9.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button10.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button10.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button10.clickEvent": "Команда по щелчку",
+ "text.autoconfig.skyblocker.option.quickNav.button11": "Кнопка 11",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button11.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.quickNav.button12": "Кнопка 12",
+ "text.autoconfig.skyblocker.option.quickNav.button12.render": "Отображать",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item": "Предмет",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.itemName": "ID Предмета",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.count": "Количество",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.nbt": "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button12.uiTitle": "Название Кнопки",
+ "text.autoconfig.skyblocker.option.locations.dungeons.croesusHelper": "Помощь в меню Croesus",
+ "text.autoconfig.skyblocker.option.general.experiments": "Помощь в Экспериментах",
+ "text.autoconfig.skyblocker.option.general.experiments.enableUltrasequencerSolver": "Решать Ultrasequencer",
+ "skyblocker.fairySouls.markAllFound": "Все души фей (fairy souls), которые есть на этом острове, теперь отмечены как найденные",
+ "text.autoconfig.skyblocker.option.general.experiments.enableChronomatronSolver": "Решать Chronomatron",
+ "text.autoconfig.skyblocker.option.general.experiments.enableSuperpairsSolver": "Подсвечивать Пары Superpairs",
+ "skyblocker.fairySouls.markAllMissing": "Все души фей (fairy souls), которые есть на этом острове, теперь отмечены как еще не найденные",
+ "text.autoconfig.skyblocker.option.general.fairySouls": "Помощь В Нахождении Fairy Souls (Душ Фей)",
+ "text.autoconfig.skyblocker.option.general.fairySouls.enableFairySoulsHelper": "Включить Помощь В Поиске Fairy Souls",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice": "Показать Цену Motes",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice.@Tooltip": "Отображает цену продажи предмета за Motes, пока вы в The Rift.",
+ "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks.@Tooltip": "Используется для рассчета цены предмета в Motes.",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.compactEffigyWaypoints": "Показывать Вейпоинты Effigy Компактно",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.effigyUpdateFrequency.@Tooltip": "Чем ниже значение, тем чаще происходит обновление, это может вызвать лаги.",
+ "text.autoconfig.skyblocker.option.locations.rift": "The Rift",
+ "text.autoconfig.skyblocker.option.locations.rift.mirrorverseWaypoints": "Включить Вейпоинты в Mirrorverse",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.enableHealingMelonIndicator": "Включить Индикатор Healing Melon",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.healingMelonHealthThreshold": "Предел Индикатора Healing Melon (в сердечках)",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.enableSteakStakeIndicator": "Включить Индикатор Steak Stake",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.steakStakeUpdateFrequency": "Частота Обновления Индикатора Steak Stake (в тиках)",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.steakStakeUpdateFrequency.@Tooltip": "Чем ниже значение, тем чаще происходит обновление, это может вызвать лаги.",
+ "skyblocker.rift.iceNow": "Лед!",
+ "skyblocker.rift.stakeNow": "Стейк!",
+ "skyblocker.rift.healNow": "Арбуз!",
+ "text.autoconfig.skyblocker.option.general.acceptReparty": "Автоматически принимать Reparty (Приглашение в новую группу от лидера предыдущей)",
+ "text.autoconfig.skyblocker.option.locations.rift.mcGrubberStacks": "Стаков McGrubber",
+ "text.autoconfig.skyblocker.category.slayer": "Slayers",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer": "Vampire Slayer",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.effigyUpdateFrequency": "Частота Обновления Вейпоинтов Effigy (в тиках)",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.enableEffigyWaypoints": "Включить Вейпоинты Effigy",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.enableHolyIceIndicator": "Включить Индикатор Holy Ice",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.holyIceIndicatorTickDelay": "Задержка Индикатора Holy Ice (в тиках)",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.holyIceUpdateFrequency": "Частота Обновления Индикатора Holy Ice (в тиках)",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.holyIceUpdateFrequency.@Tooltip": "Чем ниже значение, тем чаще происходит обновление, это может вызвать лаги."
}
diff --git a/src/main/resources/assets/skyblocker/lang/zh_cn.json b/src/main/resources/assets/skyblocker/lang/zh_cn.json
index 2708c250..215a0bc2 100644
--- a/src/main/resources/assets/skyblocker/lang/zh_cn.json
+++ b/src/main/resources/assets/skyblocker/lang/zh_cn.json
@@ -81,8 +81,8 @@
"text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "矮人HUD",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "启用",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enableBackground": "启用背景",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "X",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.x": "HUD所在横向位置",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "HUD所在纵向位置",
"text.autoconfig.skyblocker.category.messages": "消息",
"text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "禁用",
"text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "启用",
@@ -195,5 +195,26 @@
"text.autoconfig.skyblocker.option.locations.dungeons.lividColor.lividColorText.@Tooltip": "Livid Boss战时发送到聊天栏的信息, 字段 “[color]” 将被替换为真 Livid 的颜色",
"key.skyblocker.playerTgl": "将tab键所显示的列表改为玩家列表",
"key.skyblocker.defaultTgl": "将tab键所显示的列表改为默认空岛生存列表",
- "key.skyblocker.genericTgl": "将tab键所显示的列表改为通用信息列表"
+ "key.skyblocker.genericTgl": "将tab键所显示的列表改为通用信息列表",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudEnabled": "启用更好的Tab HUD",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapX": "地图所在横向位置",
+ "text.autoconfig.skyblocker.option.locations.dungeons.mapY": "地图所在纵向位置",
+ "text.autoconfig.skyblocker.option.general.tabHud": "更好的Tab HUD",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale": "更好的Tab HUD缩放大小",
+ "text.autoconfig.skyblocker.option.general.tabHud.tabHudScale.@Tooltip": "相对于原版 GUI 的百分比大小",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style": "HUD风格",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[0]": "简约:仅显示委托及其进度百分比",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[1]": "精致:显示委托名,进度百分比与进度条以及图标",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.style.@Tooltip[2]": "极简:仅在简单的方框内显示委托及其进度",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice": "启用 Motes 价格显示",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice.@Tooltip": "显示 Rift 中的物品售价,以Mote为单位",
+ "text.autoconfig.skyblocker.option.general.experiments": "实验台助手",
+ "text.autoconfig.skyblocker.option.general.experiments.enableSuperpairsSolver": "启用超级配对实验助手",
+ "text.autoconfig.skyblocker.option.general.experiments.enableChronomatronSolver": "启用序列记忆实验助手",
+ "text.autoconfig.skyblocker.option.general.experiments.enableUltrasequencerSolver": "启用超级序列实验助手",
+ "text.autoconfig.skyblocker.option.general.acceptReparty": "自动接受重新组队",
+ "text.autoconfig.skyblocker.option.general.fairySouls": "仙女之魂助手",
+ "text.autoconfig.skyblocker.option.general.fairySouls.enableFairySoulsHelper": "启用仙女之魂助手",
+ "skyblocker.fairySouls.markAllFound": "将当前岛屿上的全部仙女之魂标记为已发现",
+ "text.autoconfig.skyblocker.option.slayer.vampireSlayer.steakStakeUpdateFrequency.@Tooltip": "值越小,更新越频繁(可能会导致卡顿)"
}
diff --git a/src/main/resources/assets/skyblocker/lang/zh_tw.json b/src/main/resources/assets/skyblocker/lang/zh_tw.json
index 3613757e..e9dbcc73 100644
--- a/src/main/resources/assets/skyblocker/lang/zh_tw.json
+++ b/src/main/resources/assets/skyblocker/lang/zh_tw.json
@@ -13,9 +13,7 @@
"text.autoconfig.skyblocker.option.messages.hideTeleportPad": "隱藏傳送點訊息",
"text.autoconfig.skyblocker.option.messages.hideCombo": "隱藏連殺訊息",
"text.autoconfig.skyblocker.option.messages.hideAutopet": "隱藏自動寵物訊息",
- "skyblocker.update.hover_text": "打開Modrinth",
"text.autoconfig.skyblocker.option.general.hideEmptyTooltips": "隱藏選單玻璃物品資訊\"",
- "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2已自动設定你的API金鑰!",
"text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "快捷欄右側",
"text.autoconfig.skyblocker.option.messages.hideAbility": "隱藏技能冷卻",
"text.autoconfig.skyblocker.option.messages.hideHeal": "隱藏治療訊息",
diff --git a/src/main/resources/skyblocker.mixins.json b/src/main/resources/skyblocker.mixins.json
index 83861112..656f9d32 100644
--- a/src/main/resources/skyblocker.mixins.json
+++ b/src/main/resources/skyblocker.mixins.json
@@ -17,6 +17,7 @@
"MinecraftClientMixin",
"PlayerListHudAccessor",
"PlayerListHudMixin",
+ "PlayerSkinProviderMixin",
"RecipeBookWidgetAccessor",
"ScoreboardMixin",
"accessor.BeaconBlockEntityRendererInvoker",