aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-04-24 08:38:27 +1000
committerGitHub <noreply@github.com>2024-04-24 00:38:27 +0200
commit53da6585ecb9b4cc123707d54556b85a8500b599 (patch)
treee9beb38c616b9a4dea209b1fdc14a8a419243d7a /src/main/java/at/hannibal2/skyhanni/config/features
parent90d24f8dd01f87fa7dbdf49a150314c887cb5bf9 (diff)
downloadskyhanni-53da6585ecb9b4cc123707d54556b85a8500b599.tar.gz
skyhanni-53da6585ecb9b4cc123707d54556b85a8500b599.tar.bz2
skyhanni-53da6585ecb9b4cc123707d54556b85a8500b599.zip
Add Funny (#1523)
Co-authored-by: ThatGravyBoat <thatgravyboat@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Co-authored-by: Linnea Gräf <nea@nea.moe>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/dev/DevConfig.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DevConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DevConfig.java
index c66a23f08..c6aac8bbe 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DevConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DevConfig.java
@@ -77,6 +77,28 @@ public class DevConfig {
public boolean fancyContributors = true;
@Expose
+ @ConfigOption(
+ name = "Flip Contributors",
+ desc = "Make SkyHanni contributors appear upside down in the world.")
+ @ConfigEditorBoolean
+ public boolean flipContributors = true;
+
+ @Expose
+ @ConfigOption(
+ name = "Spin Contributors",
+ desc = "Make SkyHanni contributors spin around when you are looking at them. " +
+ "§eRequires 'Flip Contributors' to be enabled.")
+ @ConfigEditorBoolean
+ public boolean rotateContributors = false;
+
+ @Expose
+ @ConfigOption(
+ name = "SBA Contributors",
+ desc = "Mark SBA Contributors the same way as SkyHanni contributors.")
+ @ConfigEditorBoolean
+ public boolean fancySbaContributors = false;
+
+ @Expose
@Category(name = "Minecraft Console", desc = "Minecraft Console Settings")
public MinecraftConsoleConfig minecraftConsoles = new MinecraftConsoleConfig();