menu swapper: add tan all swap
This commit is contained in:
@@ -549,4 +549,15 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapTan",
|
||||
name = "Tan",
|
||||
description = "Swap Tan 1 with Tan All",
|
||||
section = uiSection
|
||||
)
|
||||
default boolean swapTan()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -352,6 +352,8 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap("collect-item", "bank", () -> config.swapGEItemCollect() == GEItemCollectMode.BANK);
|
||||
swap("collect-items", "bank", () -> config.swapGEItemCollect() == GEItemCollectMode.BANK);
|
||||
|
||||
swap("tan 1", "tan all", config::swapTan);
|
||||
|
||||
swapTeleport("varrock teleport", "grand exchange");
|
||||
swapTeleport("camelot teleport", "seers'");
|
||||
swapTeleport("watchtower teleport", "yanille");
|
||||
|
||||
Reference in New Issue
Block a user