aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/Features.java
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 09:21:11 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-09-17 09:21:11 +0200
commit86031f42f3f904e295c8e4a402777d747cf0dfe8 (patch)
treee46e1ad784317e69fd45e826ed94f21c8f8d20c4 /src/main/java/at/hannibal2/skyhanni/config/Features.java
parentdcc0a269be6ab53099574d79dda92f1516dfa539 (diff)
downloadskyhanni-86031f42f3f904e295c8e4a402777d747cf0dfe8.tar.gz
skyhanni-86031f42f3f904e295c8e4a402777d747cf0dfe8.tar.bz2
skyhanni-86031f42f3f904e295c8e4a402777d747cf0dfe8.zip
migrate diana and bingo config into events
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/Features.java8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java
index a680efab7..2339b1925 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/Features.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java
@@ -88,10 +88,6 @@ public class Features extends Config {
public SlayerConfig slayer = new SlayerConfig();
@Expose
- @Category(name = "Diana", desc = "Diana's mythological event.")
- public DianaConfig diana = new DianaConfig();
-
- @Expose
@Category(name = "Mining", desc = "Features that help you break blocks.")
public MiningConfig mining = new MiningConfig();
@@ -104,8 +100,8 @@ public class Features extends Config {
public MarkedPlayerConfig markedPlayers = new MarkedPlayerConfig();
@Expose
- @Category(name = "Bingo", desc = "Features for the Bingo mode.")
- public BingoConfig bingo = new BingoConfig();
+ @Category(name = "Events", desc = "Stuff that is not avaliable all the time.")
+ public EventConfig event = new EventConfig();
@Expose
@Category(name = "Garden", desc = "Features on the Garden island.")