aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorsuperhize <superhize@gmail.com>2023-08-02 00:56:40 +0200
committersuperhize <superhize@gmail.com>2023-08-02 00:56:40 +0200
commit4a8fb34da085d16c7b778f433521390fe518bab2 (patch)
tree85ac2d470316676e2fa8ad48998d766f85b69bf1 /src/main/java/at/hannibal2/skyhanni/config
parentfa67b7f82011f8fc4b07c0f913e2c0a968ff7055 (diff)
downloadskyhanni-4a8fb34da085d16c7b778f433521390fe518bab2.tar.gz
skyhanni-4a8fb34da085d16c7b778f433521390fe518bab2.tar.bz2
skyhanni-4a8fb34da085d16c7b778f433521390fe518bab2.zip
updated ebstiary data and fixed few things
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/Storage.java3
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GhostCounterConfig.java5
2 files changed, 6 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Storage.java b/src/main/java/at/hannibal2/skyhanni/config/Storage.java
index 1236d4313..7da36ec1f 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/Storage.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/Storage.java
@@ -243,6 +243,9 @@ public class Storage {
@Expose
public double totalMF = 0;
+ @Expose
+ public int configUpdateVersion = 0;
+
}
@Expose
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GhostCounterConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GhostCounterConfig.java
index 4aed852c1..d69b6e833 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/GhostCounterConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/GhostCounterConfig.java
@@ -172,7 +172,8 @@ public class GhostCounterConfig {
"§e%nextLevel% §7is replaced with your current bestiary level +1.\n" +
"§e%value% §7is replaced with one of the text below.")
@ConfigEditorText
- public String base = " &6Bestiary %currentLevel%->%nextLevel%: &b%value%";
+ // public String base = " &6Bestiary %currentLevel%->%nextLevel%: &b%value%";
+ public String base = " &6Bestiary %display%: &b%value%";
@Expose
@ConfigOption(name = "No Data", desc = "Text to show when you need to open the\nBestiary Menu to gather data.")
@@ -189,7 +190,7 @@ public class GhostCounterConfig {
@ConfigOption(name = "Progress to Max", desc = "Text to show progress when the §eMaxed Bestiary §7option is §aON\n" +
"§e%currentKill% §7is replaced with your current total kill.")
@ConfigEditorText
- public String showMax_progress = "%currentKill%/3M (%percentNumber%%)";
+ public String showMax_progress = "%currentKill%/250k (%percentNumber%%)";
@Expose
@ConfigOption(name = "Progress", desc = "Text to show progress when the §eMaxed Bestiary§7 option is §cOFF\n" +