Skip to content

Commit

Permalink
Auto pickonimbus swapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Niroxbtw authored Apr 30, 2023
1 parent 47862d5 commit 193a4af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/jelly/MightyMiner/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ public class Config extends cc.polyfrost.oneconfig.config.Config {
@Slider( name = "Arrive check wait time in ms", category = COMMISSION_MACRO, subcategory = "Warping", max = 750, min = 200)
public int commArriveWaitTime = 250;

@VigilanceName(name = "Auto Pickonimbus swapper", category = COMMISSION_MACRO, subcategory = "Mining")
@Switch( name = "Auto Pickonimbus swapper", category = COMMISSION_MACRO, subcategory = "Mining")
public boolean commAutoPickonimbusSwapper = false;

@VigilanceName(name = "Stop on limbo", category = COMMISSION_MACRO, subcategory = "Failsafe")
@Switch(name = "Stop on limbo", description = "Stop macro when getting kicked to limbo", category = COMMISSION_MACRO, subcategory = "Failsafe")
public boolean stopOnLimbo = true;
Expand Down

0 comments on commit 193a4af

Please sign in to comment.