aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md52
-rw-r--r--FEATURES.md15
-rw-r--r--README.md54
-rw-r--r--gradle.properties2
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/chat/ChatFilterResult.java8
-rw-r--r--src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java20
-rw-r--r--src/main/resources/assets/skyblocker/lang/de_de.json64
-rw-r--r--src/main/resources/assets/skyblocker/lang/en_us.json97
-rw-r--r--src/main/resources/assets/skyblocker/lang/ja_JP.json74
-rw-r--r--src/main/resources/assets/skyblocker/lang/zh_cn.json17
-rw-r--r--src/main/resources/fabric.mod.json2
11 files changed, 326 insertions, 79 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3204bdb4..8aa8c4df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,55 @@
+# Release 1.9.0
+
+Supports 1.19.4
+
+## What's Changed
+* Fix trivia solver glitch by @TheColdPot in https://github.com/SkyblockerMod/Skyblocker/pull/89
+* optimize Dwarven HUD & add draggable config by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/93
+* Use official hypixel wiki for WikiLookup by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/94
+* Corrections + Update by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/99
+* Fix Fetchur solver not working by adding typo'ed variant by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/100
+* Update GSON and remove old adapter by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/95
+* Adding QuickNav Customization by @MiraculixxT in https://github.com/SkyblockerMod/Skyblocker/pull/111
+* Fix multiple README badges by @triphora in https://github.com/SkyblockerMod/Skyblocker/pull/110
+* Add Chinese translation by @catandA in https://github.com/SkyblockerMod/Skyblocker/pull/113
+* Fixes crash with WikiLookup by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/114
+* Fixed IndexOutOfBoundsException in WikiLookup by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/118
+* fix LBIN by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/119
+* Update to 1.19.3 by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/109
+* Support for 1.19.4 & Cleanup by @kevinthegreat1 in https://github.com/SkyblockerMod/Skyblocker/pull/123
+* account for the easter name change and refactor slightly by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/125
+* Update gradle & mr version by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/126
+* fix msg filter by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/128
+* Fix config loading by @AzureAaron in https://github.com/SkyblockerMod/Skyblocker/pull/124
+* port UpdateChecker to java.net.http by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/129
+* Move Discord RPC connection to JOIN event + refactor by @TacoMonkey11 in https://github.com/SkyblockerMod/Skyblocker/pull/130
+* Changes to quicknav tabs (Fixes and Additions) by @Julienraptor01 in https://github.com/SkyblockerMod/Skyblocker/pull/132
+* More I18n for config by @catandA in https://github.com/SkyblockerMod/Skyblocker/pull/115
+* Add Japanese by @hirochisan in https://github.com/SkyblockerMod/Skyblocker/pull/139
+
+## New Contributors
+* @TheColdPot made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/89
+* @Julienraptor01 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/99
+* @MiraculixxT made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/111
+* @triphora made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/110
+* @catandA made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/113
+* @kevinthegreat1 made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/114
+* @AzureAaron made their first contribution in https://github.com/SkyblockerMod/Skyblocker/pull/124
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.8.2...v1.9.0
+
+___
+# Release 1.8.2
+
+## Fixes
+* Fix status bars not working after new Skyblock update by @KonaeAkira in https://github.com/SkyblockerMod/Skyblocker/commit/b3a7de41788209dab1d1f453e8b8630169096018
+* Fix backpack preview not updating preview content after new Skyblock update by @KonaeAkira in https://github.com/SkyblockerMod/Skyblocker/commit/f681ad65e73b12ccd01d1fa8184a4b0abc3ee3c2
+* Fix the url of the meteordev repository by @Username404-59 in https://github.com/SkyblockerMod/Skyblocker/pull/84
+* Update PriceInfoTooltip.java by @Fix3dll in https://github.com/SkyblockerMod/Skyblocker/pull/86
+* Fix update notification not showing on first start-up by @KonaeAkira in https://github.com/SkyblockerMod/Skyblocker/commit/26e6a755c002a56db415d9b219ffafefbe384537
+
+**Full Changelog**: https://github.com/SkyblockerMod/Skyblocker/compare/v1.8.1...v1.8.2
+___
# Release 1.8.1
Fixes
diff --git a/FEATURES.md b/FEATURES.md
index c2f2a287..1cd95a1e 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -2,9 +2,10 @@
* Hide Messages: Ability Cooldown, Heal, AOTE, Implosion, Molten Wave, Teleport Pad Messages
* Dungeon Minimap
* Dungeon Puzzle Solver:
- * Three Weirdos
- * Blaze
- * F7 Terminal: Order, Color, Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * F7 Terminal: Order, Color, Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
@@ -12,9 +13,11 @@
* reparty: write /rp to reparty
* 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, warp hub
-* Recipe book: in the vanilla recipe book all skyblock items are listed and you can see the recipe of the item
-* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and hold shift to preview
+* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
+ warp hub
+* Recipe book: in the vanilla recipe book all skyblock items are listed, and you can see the recipe of the item
+* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and
+ hold shift to preview
* Update notification
* Commission HUD: Dwarven Mines quests
* 1.8 hitbox for lever and farmland \ No newline at end of file
diff --git a/README.md b/README.md
index b1137f37..59e8a7fa 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,19 @@
-<img height="150" src="https://hypixel.net/attachments/skyblocker-png.2715347" />
+<img height="150" src="https://hysky.de/skyblocker.png" alt="skyblocker"/>
## Skyblocker
+
[![modrinth statistic](https://img.shields.io/modrinth/dt/skyblocker-liap?color=00AF5C&label=Download&labelColor=cecece00AF5C&logo=modrinth)](https://modrinth.com/mod/skyblocker-liap)
-[![github statistic](https://img.shields.io/github/downloads/SkyblockerMod/skyblocker/total?labelColor=cecece&color=000000&label=Download&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/releases/latest)
-[![Build Beta](https://img.shields.io/github/actions/workflow/status/SkyblockerMod/Skyblocker/beta.yml?labelColor=cecece&label=beta&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/actions/workflows/beta.yml)
+[![github statistic](https://img.shields.io/github/downloads/SkyblockerMod/skyblocker/total?labelColor=cecece&color=000000&label=Download&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/releases/latest)
+[![Build Beta](https://img.shields.io/github/actions/workflow/status/SkyblockerMod/Skyblocker/beta.yml?labelColor=cecece&label=beta&logo=github&logoColor=black)](https://github.com/SkyblockerMod/Skyblocker/actions/workflows/beta.yml)
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
[![modrinth statistic](https://img.shields.io/badge/buy%20me%20coffee-skyblocker?color=434B57&logo=kofi)](https://ko-fi.com/wohlhabend)
-
Hypixel Skyblock Mod for Minecraft 1.17.x + 1.18.x + 1.19.x
Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation)
## Features
+
<details open>
<summary>open</summary>
@@ -20,9 +21,10 @@ 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
- * F7 Terminal: Order, Color, Name
+ * Three Weirdos
+ * Blaze
+ * Croesus
+ * F7 Terminal: Order, Color, Name
* Dwarven Mines Solver: Fetchur, Puzzler
* Drill Fuel in Item Durability Bar
* Hotbar Slot Lock Keybind (Select the hotbar slot you want to lock/unlock and press the lockbutton)
@@ -30,9 +32,11 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
* reparty: write /rp to reparty
* 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, warp hub
+* Quicknav: fast navigate between pets, armor, enderchest, skill, collection, crafting, enchant, envil, warp dungeon,
+ warp hub
* Recipe book: in the vanilla recipe book all skyblock items are listed, and you can see the recipe of the item
-* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and hold shift to preview
+* Backpack preview: after you clicked your backpack or enderchest once you can hover over the backpack or enderchest and
+ hold shift to preview
* Update notification
* Commission HUD: Dwarven Mines quests
* 1.8 hitbox for lever and farmland
@@ -40,7 +44,9 @@ Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/in
</details>
___
+
## Images
+
<details open>
<summary>open</summary>
@@ -57,7 +63,8 @@ ___
## Contribute
-Everyone can contribute to Skyblocker, read [this](https://github.com/SkyblockerMod/Skyblocker/wiki/Contribute) for more information.
+Everyone can contribute to Skyblocker, read [this](https://github.com/SkyblockerMod/Skyblocker/wiki/Contribute) for more
+information.
## Stargazers
@@ -65,20 +72,27 @@ Everyone can contribute to Skyblocker, read [this](https://github.com/Skyblocker
## Credits
-| [<img alt="Kraineff" src="https://github.com/Kraineff.png" width="100">](https://github.com/Kraineff) | [<img alt="d3dx9" src="https://github.com/d3dx9.png" width="100">](https://github.com/d3dx9) | [<img alt="LifeIsAParadox" src="https://github.com/LifeIsAParadox.png" width="100">](https://github.com/LifeIsAParadox) | [<img alt="ExternalTime" src="https://github.com/ExternalTime.png" width="100">](https://github.com/ExternalTime) |
-|:-------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
-| [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) |
+| [<img alt="Kraineff" src="https://github.com/Kraineff.png" width="100">](https://github.com/Kraineff) | [<img alt="d3dx9" src="https://github.com/d3dx9.png" width="100">](https://github.com/d3dx9) | [<img alt="LifeIsAParadox" src="https://github.com/LifeIsAParadox.png" width="100">](https://github.com/LifeIsAParadox) | [<img alt="ExternalTime" src="https://github.com/ExternalTime.png" width="100">](https://github.com/ExternalTime) |
+|:-----------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|
+| [Kraineff](https://github.com/Kraineff) | [d3dx9](https://github.com/d3dx9) | [LifeIsAParadox](https://github.com/LifeIsAParadox) | [ExternalTime](https://github.com/ExternalTime) |
+
+| [<img alt="Zailer43" src="https://github.com/Zailer43.png" width="100">](https://github.com/Zailer43) | [<img alt="TacoMonkey11" src="https://github.com/TacoMonkey11.png" width="100">](https://github.com/TacoMonkey11) | [<img alt="KonaeAkira" src="https://github.com/KonaeAkira.png" width="100">](https://github.com/KonaeAkira) | [<img alt="Fix3dll" src="https://github.com/Fix3dll.png" width="100">](https://github.com/Fix3dll) |
+|:-----------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|
+| [Zailer43](https://github.com/Zailer43) | [TacoMonkey11](https://github.com/TacoMonkey11) | [KonaeAkira](https://github.com/KonaeAkira) | [Fix3dll](https://github.com/Fix3dll) |
-| [<img alt="Zailer43" src="https://github.com/Zailer43.png" width="100">](https://github.com/Zailer43) | [<img alt="TacoMonkey11" src="https://github.com/TacoMonkey11.png" width="100">](https://github.com/TacoMonkey11) | [<img alt="KonaeAkira" src="https://github.com/KonaeAkira.png" width="100">](https://github.com/KonaeAkira) | [<img alt="Fix3dll" src="https://github.com/Fix3dll.png" width="100">](https://github.com/Fix3dll) |
-|:-----------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------:|
-| [Zailer43](https://github.com/Zailer43) | [TacoMonkey11](https://github.com/TacoMonkey11) | [KonaeAkira](https://github.com/KonaeAkira) | [Fix3dll](https://github.com/Fix3dll) |
+| [<img alt="ADON15c" src="https://github.com/ADON15c.png" width="100">](https://github.com/ADON15c) | [<img alt="TheColdPot" src="https://github.com/TheColdPot.png" width="100">](https://github.com/TheColdPot) | [<img alt="Julienraptor01" src="https://github.com/Julienraptor01.png" width="100">](https://github.com/Julienraptor01) | [<img alt="MiraculixxT" src="https://github.com/MiraculixxT.png" width="100">](https://github.com/MiraculixxT) |
+|:--------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
+| [ADON15c](https://github.com/ADON15c) | [TheColdPot](https://github.com/TheColdPot) | [Julienraptor01](https://github.com/Julienraptor01) | [ADON15c](https://github.com/MiraculixxT) |
+| [<img alt="catandA" src="https://github.com/catandA.png" width="100">](https://github.com/catandA) | [<img alt="kevinthegreat1" src="https://github.com/kevinthegreat1.png" width="100">](https://github.com/kevinthegreat1) | [<img alt="AzureAaron" src="https://github.com/AzureAaron.png" width="100">](https://github.com/AzureAaron) |
+|:--------------------------------------------------------------------------------------------------:|-------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
+| [catandA](https://github.com/catandA) | [kevinthegreat1](https://github.com/kevinthegreat1) | [AzureAaron](https://github.com/AzureAaron) |
-| [<img alt="Zailer43" src="https://github.com/ADON15c.png" width="100">](https://github.com/ADON15c) |
-|:---------------------------------------------------------------------------------------------------:|
-| [ADON15c](https://github.com/ADON15c) |
### Translators
+
German ([LifeIsAParadox](https://github.com/LifeIsAParadox)) \
Indonesian ([null2264](https://github.com/null2264)) \
Russian ([HyperSoop](https://github.com/HyperSoop)) \
-French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01))
+French ([edgarogh](https://github.com/edgarogh) & [Julienraptor01](https://github.com/Julienraptor01)) \
+Japanese ([hirochisan](https://github.com/@irochisan)) \
+Chinese ([catandA](https://github.com/catandA))
diff --git a/gradle.properties b/gradle.properties
index 139c0e46..c883c1a2 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@ clothconfig_version=10.0.96
mod_menu_version=6.1.0-rc.4
# Mod Properties
-mod_version = 1.8.3-beta
+mod_version = 1.9.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/chat/ChatFilterResult.java b/src/main/java/me/xmrvizzy/skyblocker/chat/ChatFilterResult.java
index 0a31409a..85c3f3e3 100644
--- a/src/main/java/me/xmrvizzy/skyblocker/chat/ChatFilterResult.java
+++ b/src/main/java/me/xmrvizzy/skyblocker/chat/ChatFilterResult.java
@@ -1,5 +1,6 @@
package me.xmrvizzy.skyblocker.chat;
+import net.minecraft.client.resource.language.I18n;
public enum ChatFilterResult {
// Skip this one / no action
PASS,
@@ -10,11 +11,8 @@ public enum ChatFilterResult {
// Skip remaining checks, don't filter
// null
+ @Override
public String toString() {
- return switch (this) {
- case PASS -> "Disabled";
- case FILTER -> "Filter";
- case ACTION_BAR -> "Move to action bar";
- };
+ return I18n.translate("text.autoconfig.skyblocker.option.messages.chatFilterResult." + name());
}
}
diff --git a/src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java b/src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java
index 80a8cc64..5c4e37cf 100644
--- a/src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java
+++ b/src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java
@@ -6,6 +6,7 @@ import me.shedaniel.autoconfig.annotation.Config;
import me.shedaniel.autoconfig.annotation.ConfigEntry;
import me.shedaniel.autoconfig.serializer.GsonConfigSerializer;
import me.xmrvizzy.skyblocker.chat.ChatFilterResult;
+import net.minecraft.client.resource.language.I18n;
import java.util.ArrayList;
import java.util.List;
@@ -176,12 +177,7 @@ public class SkyblockerConfig implements ConfigData {
@Override
public String toString() {
- return switch (this) {
- case LAYER1 -> "Layer 1";
- case LAYER2 -> "Layer 2";
- case RIGHT -> "Right";
- case NONE -> "Disabled";
- };
+ return I18n.translate("text.autoconfig.skyblocker.option.general.bars.barpositions." + name());
}
public int toInt() {
@@ -219,11 +215,7 @@ public class SkyblockerConfig implements ConfigData {
@Override
public String toString() {
- return switch (this) {
- case ONE_DAY -> "1 day price";
- case THREE_DAY -> "3 day price";
- case BOTH -> "Both";
- };
+ return I18n.translate("text.autoconfig.skyblocker.option.general.itemTooltip.avg." + name());
}
}
@@ -315,7 +307,11 @@ public class SkyblockerConfig implements ConfigData {
public enum Info {
PURSE,
BITS,
- LOCATION
+ LOCATION;
+ @Override
+ public String toString() {
+ return I18n.translate("text.autoconfig.skyblocker.option.richPresence.info." + name());
+ }
}
public static void init() {
diff --git a/src/main/resources/assets/skyblocker/lang/de_de.json b/src/main/resources/assets/skyblocker/lang/de_de.json
index a74b39ff..090cd4d3 100644
--- a/src/main/resources/assets/skyblocker/lang/de_de.json
+++ b/src/main/resources/assets/skyblocker/lang/de_de.json
@@ -1,33 +1,33 @@
{
- "key.categories.skyblocker": "Skyblocker",
- "key.hotbarSlotLock": "Schlitzsperre (Hotbar)",
-
- "text.autoconfig.skyblocker.title": "Skyblocker-Einstellungen",
-
- "text.autoconfig.skyblocker.category.general": "Allgemein",
- "text.autoconfig.skyblocker.option.general.bars": "Gesundheits-, Mana-, Verteidigungs- und XP-Balken",
- "text.autoconfig.skyblocker.option.general.bars.enableBars": "Balken aktivieren",
-
- "text.autoconfig.skyblocker.category.locations": "Standorte",
- "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons",
- "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Karte aktivieren",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Drei Verrückte Rätsel lösen",
- "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Blaze Rätsel lösen",
- "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Rätsel lösen",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Löser",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Wähle die richtige Farbe",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Klick in der Reihenfolge lösen",
- "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Beginnt mit lösen",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Zwergenminen",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Bohrtreibstoff aktivieren",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Löse Fetchur",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Puzzler-Rätsel lösen",
-
- "text.autoconfig.skyblocker.category.messages": "Nachrichten",
- "text.autoconfig.skyblocker.option.messages.hideAbility": "Abklingzeit der Fähigkeit nachricht verbergen",
- "text.autoconfig.skyblocker.option.messages.hideHeal": "Heilungsnachrichten verbergen",
- "text.autoconfig.skyblocker.option.messages.hideAOTE": "AOTE-Meldungen ausblenden",
- "text.autoconfig.skyblocker.option.messages.hideImplosion": "Implosionsmeldung ausblenden",
- "text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Nachricht über Molten Wave ausblenden",
- "text.autoconfig.skyblocker.option.messages.hideAds": "Werbung im öffentlichen Chat ausblenden"
-} \ No newline at end of file
+ "key.categories.skyblocker": "Skyblocker",
+ "key.hotbarSlotLock": "Schlitzsperre (Hotbar)",
+ "text.autoconfig.skyblocker.title": "Skyblocker-Einstellungen",
+ "text.autoconfig.skyblocker.category.general": "Allgemein",
+ "text.autoconfig.skyblocker.option.general.bars": "Gesundheits-, Mana-, Verteidigungs- und XP-Balken",
+ "text.autoconfig.skyblocker.option.general.bars.enableBars": "Balken aktivieren",
+ "text.autoconfig.skyblocker.category.locations": "Standorte",
+ "text.autoconfig.skyblocker.option.locations.dungeons": "Dungeons",
+ "text.autoconfig.skyblocker.option.locations.dungeons.enableMap": "Karte aktivieren",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveThreeWeirdos": "Drei Verrückte Rätsel lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.blazesolver": "Blaze Rätsel lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.solveTrivia": "Rätsel lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals": "Terminal Löser",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveColor": "Wähle die richtige Farbe",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveOrder": "Klick in der Reihenfolge lösen",
+ "text.autoconfig.skyblocker.option.locations.dungeons.terminals.solveStartsWith": "Beginnt mit lösen",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines": "Zwergenminen",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.enableDrillFuel": "Bohrtreibstoff aktivieren",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "Löse Fetchur",
+ "text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "Puzzler-Rätsel lösen",
+ "text.autoconfig.skyblocker.category.messages": "Nachrichten",
+ "text.autoconfig.skyblocker.option.messages.hideAbility": "Abklingzeit der Fähigkeit nachricht verbergen",
+ "text.autoconfig.skyblocker.option.messages.hideHeal": "Heilungsnachrichten verbergen",
+ "text.autoconfig.skyblocker.option.messages.hideAOTE": "AOTE-Meldungen ausblenden",
+ "text.autoconfig.skyblocker.option.messages.hideImplosion": "Implosionsmeldung ausblenden",
+ "text.autoconfig.skyblocker.option.messages.hideMoltenWave": "Nachricht über Molten Wave ausblenden",
+ "text.autoconfig.skyblocker.option.messages.hideAds": "Werbung im öffentlichen Chat ausblenden",
+ "key.wikiLookup": "Wiki-Abfrage",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "Rechts",
+ "text.autoconfig.skyblocker.option.general.quicknav": "Schnellnavigation",
+ "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "Schnellnavigation Einschalten"
+}
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json
index 8e7e4041..210c6969 100644
--- a/src/main/resources/assets/skyblocker/lang/en_us.json
+++ b/src/main/resources/assets/skyblocker/lang/en_us.json
@@ -9,6 +9,10 @@
"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.bars.barpositions": "Configure Bar Positions",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER1": "Layer 1",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER2": "Layer 2",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "Right",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.NONE": "Disabled",
"text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "Health Bar Position",
"text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "Mana Bar Position",
"text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "Defence Bar Position",
@@ -21,6 +25,9 @@
"text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Enable Avg. BIN Price",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Average Type",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "You can choose how many days of average price to be",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.ONE_DAY": "1 day price",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.THREE_DAY": "3 day price",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.BOTH": "Both",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "Enable Lowest BIN Price",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Enable Bazaar buy/sell Price",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "Enable Museum & Date",
@@ -32,6 +39,9 @@
"text.autoconfig.skyblocker.category.richPresence": "Discord Rich Presence",
"text.autoconfig.skyblocker.option.richPresence.info": "Skyblock Info",
+ "text.autoconfig.skyblocker.option.richPresence.info.PURSE": "PURSE",
+ "text.autoconfig.skyblocker.option.richPresence.info.BITS": "BITS",
+ "text.autoconfig.skyblocker.option.richPresence.info.LOCATION": "LOCATION",
"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",
@@ -40,17 +50,101 @@
"text.autoconfig.skyblocker.category.quickNav" : "Quick Navigation",
"text.autoconfig.skyblocker.option.quickNav.enableQuickNav" : "Enable Quick Navigation",
"text.autoconfig.skyblocker.option.quickNav.button1" : "Button 1",
+ "text.autoconfig.skyblocker.option.quickNav.button1.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button1.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button1.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button1.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button2" : "Button 2",
+ "text.autoconfig.skyblocker.option.quickNav.button2.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button2.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button2.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button2.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button3" : "Button 3",
+ "text.autoconfig.skyblocker.option.quickNav.button3.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button3.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button3.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button3.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button4" : "Button 4",
+ "text.autoconfig.skyblocker.option.quickNav.button4.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button4.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button4.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button4.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button5" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button5.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button5.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button5.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button6" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button6.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button6.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button6.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button7" : "Button 7",
+ "text.autoconfig.skyblocker.option.quickNav.button7.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button7.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button7.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button7.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button8" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button8.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button8.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button8.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button9" : "Button 9",
+ "text.autoconfig.skyblocker.option.quickNav.button9.render" : "Render",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item" : "Item",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.itemName" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button9.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button9.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button9.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button10" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button10.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button10.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button10.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button11" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button11.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button11.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button11.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.quickNav.button12" : "Button 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" : "Item name",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.count" : "Item Count",
+ "text.autoconfig.skyblocker.option.quickNav.button12.item.nbt" : "NBT",
+ "text.autoconfig.skyblocker.option.quickNav.button12.uiTitle" : "UI Title",
+ "text.autoconfig.skyblocker.option.quickNav.button12.clickEvent" : "Click event",
"text.autoconfig.skyblocker.option.general.itemList": "Item List",
"text.autoconfig.skyblocker.option.general.itemList.enableItemList": "Enable Item List",
@@ -78,6 +172,9 @@
"text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.y": "Y",
"text.autoconfig.skyblocker.category.messages": "Messages",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "Disabled",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "Filter",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.ACTION_BAR": "Move to action bar",
"text.autoconfig.skyblocker.option.messages.hideAbility": "Hide Ability Cooldown",
"text.autoconfig.skyblocker.option.messages.hideHeal": "Hide Heal Messages",
"text.autoconfig.skyblocker.option.messages.hideAOTE": "Hide AOTE Messages",
diff --git a/src/main/resources/assets/skyblocker/lang/ja_JP.json b/src/main/resources/assets/skyblocker/lang/ja_JP.json
new file mode 100644
index 00000000..954647c7
--- /dev/null
+++ b/src/main/resources/assets/skyblocker/lang/ja_JP.json
@@ -0,0 +1,74 @@
+{
+ "key.categories.skyblocker": "Skyblocker",
+ "key.hotbarSlotLock": "ホットバースロットのロック",
+ "key.wikiLookup": "Wikiのページを開く",
+ "text.autoconfig.skyblocker.title": "Skyblockerの設定",
+ "text.autoconfig.skyblocker.category.general": "一般",
+ "text.autoconfig.skyblocker.option.general.bars": "体力,マナ,ディフェンス,経験値のバー",
+ "text.autoconfig.skyblocker.option.general.bars.enableBars": "バーを有効にする",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions": "バーの位置を変える",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "体力バーの位置",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "マナバーの位置",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "ディフェンスバーの位置",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.experienceBarPosition": "経験値バーの位置",
+ "text.autoconfig.skyblocker.option.general.quicknav": "クイックナビ",
+ "text.autoconfig.skyblocker.option.general.quicknav.enableQuicknav": "クイックナビを有効にする",
+ "text.autoconfig.skyblocker.option.general.backpackPreviewWithoutShift": "Shiftキーを押さずにバックパックのプレビューを見る",
+ "text.autoconfig.skyblocker.option.general.itemTooltip": "アイテムの詳細情報",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "NPC売りの値段を表示する",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "binオークションの平均の値段を表示する",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg": "平均の取り方",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "何日間の平均の値段を表示するか選べます",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "最安価の表示を表示する",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "バザーでの売り買いの値段を表示する",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "ミュージアムに寄付したか、またその日を表示する",
+ "text.autoconfig.skyblocker.option.general.hitbox": "ヒットボックス",
+ "text.autoconfig.skyblocker.option.general.hitbox.oldFarmlandHitbox": "バージョン1.8での作物のヒットボックスを使う",
+ "text.autoconfig.skyblocker.option.general.hitbox.oldLeverHitbox": "バージョン1.8でのレバーのヒットボックスを使う",
+ "skyblocker.itemTooltip.nullMessage": "§b[§6Skyblocker§b]§cツールチップ上のアイテムの値段は最大60秒ごとに更新されます。されていない場合はlatest.logを確認してください",
+ "text.autoconfig.skyblocker.category.richPresence": "discordに自分のゲームアクティビティを表示する",
+ "text.autoconfig.skyblocker.option.richPresence.info": "skyblockの情報",
+ "text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "この値はあなたがサイクリングしている場合は重要ではありません",
+ "text.autoconfig.skyblocker.option.richPresence.cycleMode": "円状のskyblockの情報",
+ "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.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.dungeons.terminals": "F7のターミナルソルバー",
+ "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のソルバー",
+ "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 Puzzleのソルバー",
+ "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.category.messages": "メッセージ",
+ "text.autoconfig.skyblocker.option.messages.hideAbility": "アビリティのクールダウンを非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideHeal": "回復メッセージを非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideAOTE": "AOTEのメッセージを非表示にする",
+ "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.messages.hideTeleportPad": "テレポートパッドのメッセージを非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideCombo": "Comboのメッセージを非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideAutopet": "Autopetのメッセージを非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideMana": "マナの使用表示をアクションバーから非表示にする",
+ "text.autoconfig.skyblocker.option.messages.hideMana.@Tooltip": "FancyBarでより良くできます",
+ "skyblocker.update.update_message": "§b[§6Skyblocker§b] §2新しいバージョンがあります!",
+ "skyblocker.update.update_link": " §2§nここをクリック§r",
+ "skyblocker.update.update_message_end": " §a最新の機能を体験しましょう.",
+ "skyblocker.update.hover_text": "Modrinthを開く",
+ "text.autoconfig.skyblocker.option.general.enableUpdateNotification": "アップデート通知",
+ "skyblocker.api.got_key": "§b[§6Skyblocker§b] §2あなたのAPI keyを設定しました!"
+}
diff --git a/src/main/resources/assets/skyblocker/lang/zh_cn.json b/src/main/resources/assets/skyblocker/lang/zh_cn.json
index 59ec1bf2..cdc11344 100644
--- a/src/main/resources/assets/skyblocker/lang/zh_cn.json
+++ b/src/main/resources/assets/skyblocker/lang/zh_cn.json
@@ -9,6 +9,10 @@
"text.autoconfig.skyblocker.option.general.bars": "生命,法力,防御以及经验条",
"text.autoconfig.skyblocker.option.general.bars.enableBars": "启用属性条",
"text.autoconfig.skyblocker.option.general.bars.barpositions": "配置属性条位置",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER1": "下排",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.LAYER2": "上排",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.RIGHT": "右侧",
+ "text.autoconfig.skyblocker.option.general.bars.barpositions.NONE": "禁用",
"text.autoconfig.skyblocker.option.general.bars.barpositions.healthBarPosition": "生命条位置",
"text.autoconfig.skyblocker.option.general.bars.barpositions.manaBarPosition": "法力条位置",
"text.autoconfig.skyblocker.option.general.bars.barpositions.defenceBarPosition": "防御条位置",
@@ -21,6 +25,9 @@
"text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "显示平均BIN(立即购买)价格",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg": "平均类型",
"text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "你可以选择查看多少天的平均价格",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.ONE_DAY": "1天价格",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.THREE_DAY": "3天价格",
+ "text.autoconfig.skyblocker.option.general.itemTooltip.avg.BOTH": "同时显示",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableLowestBIN": "显示最低BIN(立即购买)价格",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "显示集市购买/卖出价格",
"text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumDate": "显示博物馆与日期信息",
@@ -32,9 +39,12 @@
"text.autoconfig.skyblocker.category.richPresence": "Discord活动状态",
"text.autoconfig.skyblocker.option.richPresence.info": "Skyblock信息",
+ "text.autoconfig.skyblocker.option.richPresence.info.PURSE": "钱包",
+ "text.autoconfig.skyblocker.option.richPresence.info.BITS": "比特",
+ "text.autoconfig.skyblocker.option.richPresence.info.LOCATION": "位置",
"text.autoconfig.skyblocker.option.richPresence.info.@Tooltip": "如果您正在循环模式,这个值将不会生效",
"text.autoconfig.skyblocker.option.richPresence.cycleMode": "循环Skyblock信息",
- "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "已启用",
+ "text.autoconfig.skyblocker.option.richPresence.enableRichPresence": "启用",
"text.autoconfig.skyblocker.option.richPresence.customMessage": "自定义消息",
"text.autoconfig.skyblocker.category.quickNav" : "快速导航",
@@ -72,12 +82,15 @@
"text.autoconfig.skyblocker.option.locations.dwarvenMines.solveFetchur": "解决Fetchur的迷题",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.solvePuzzler": "解决Puzzler的迷题",
"text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud": "矮人HUD",
- "text.autoconfig.skyblocker.option.locations.dwarvenMines.dwarvenHud.enabled": "已启用",
+ "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.category.messages": "消息",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.PASS": "禁用",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.FILTER": "启用",
+ "text.autoconfig.skyblocker.option.messages.chatFilterResult.ACTION_BAR": "移动到动作栏",
"text.autoconfig.skyblocker.option.messages.hideAbility": "隐藏技能冷却",
"text.autoconfig.skyblocker.option.messages.hideHeal": "隐藏治疗消息",
"text.autoconfig.skyblocker.option.messages.hideAOTE": "隐藏AOTE消息",
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index dd94270d..d8ef4941 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -5,7 +5,7 @@
"name": "Skyblocker",
"description": "Hypixel Skyblock Mod",
"authors": ["xMrVizzy", "d3dx9", "LifeIsAParadox"],
- "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh"],
+ "contributors": ["ExternalTime", "Zailer43", "TacoMonkey", "KonaeAkira", "Fix3dll", "null2264", "HyperSoop", "edgarogh", "TheColdPot", "Julienraptor01", "ADON15c", "catandA", "kevinthegreat1", "AzureAaron"],
"contact": {
"homepage": "https://hysky.de",
"sources": "https://github.com/SkyblockerMod/Skyblocker",