From eb4ab6eaafa17581df58a53fb4111fa96933d230 Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:25:45 +0200 Subject: (Technical) Improvement: Add Perkapocolypse Mayor to MayorAPI (#2003) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../skyhanni/config/features/gui/customscoreboard/MayorConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config/features') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java index 0dbc4da0f..ed6abdc7c 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/gui/customscoreboard/MayorConfig.java @@ -14,4 +14,10 @@ public class MayorConfig { @ConfigOption(name = "Show Time till next mayor", desc = "Show the time till the next mayor is elected.") @ConfigEditorBoolean public boolean showTimeTillNextMayor = true; + + @Expose + // TODO: Same Toggle toggles ministers + @ConfigOption(name = "Show Extra Mayor", desc = "Show the Perkacolypse Mayor without their perks.") + @ConfigEditorBoolean + public boolean showExtraMayor = true; } -- cgit