aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-18 09:54:24 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-18 09:54:24 +0200
commitf8c44bd3cc37ed479297f823284fbf515f45a2f3 (patch)
tree8105c6a84ef48cca9f6ccb69acc2cfb0f51c3614 /src/main/java/at/hannibal2/skyhanni/config/features
parent16dbd976dbd670d5210840b7cb8a91314ac74d23 (diff)
downloadskyhanni-f8c44bd3cc37ed479297f823284fbf515f45a2f3.tar.gz
skyhanni-f8c44bd3cc37ed479297f823284fbf515f45a2f3.tar.bz2
skyhanni-f8c44bd3cc37ed479297f823284fbf515f45a2f3.zip
Added debug option to copy rng meter values
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/DevData.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java b/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java
index e8061e926..77a0fcf33 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/DevData.java
@@ -54,6 +54,12 @@ public class DevData {
public boolean showItemUuid = false;
@Expose
+ @ConfigOption(name = "Copy Rng Meter", desc = "Copies internal names and maxed xp needed from rng meter inventories in json format into the clipboard.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 0)
+ public boolean copyRngMeter = false;
+
+ @Expose
public Position debugPos = new Position(10, 10, false, true);
@Expose