aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-10-21 15:51:44 +0800
committerGitHub <noreply@github.com>2022-10-21 09:51:44 +0200
commit44fad457f0a066b0378b3cb615fd389d8d2a0850 (patch)
treecdf1c1efb35432e52c4448ed23152c50051148ed /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java
parent280a89cdbf086e53bcd6985e1ddd48b6aa718087 (diff)
downloadnotenoughupdates-44fad457f0a066b0378b3cb615fd389d8d2a0850.tar.gz
notenoughupdates-44fad457f0a066b0378b3cb615fd389d8d2a0850.tar.bz2
notenoughupdates-44fad457f0a066b0378b3cb615fd389d8d2a0850.zip
Soopy networth option in pv (#303)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java
index 673e1015..951438fb 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/ProfileViewer.java
@@ -94,4 +94,12 @@ public class ProfileViewer {
)
@ConfigEditorBoolean
public boolean showPronounsInPv = BuildFlags.ENABLE_PRONOUNS_IN_PV_BY_DEFAULT;
+
+ @Expose
+ @ConfigOption(
+ name = "Use Soopy Networth",
+ desc = "Replaces NEU networth with Soopy networth in /pv and /peek"
+ )
+ @ConfigEditorBoolean
+ public boolean useSoopyNetworth = true;
}