menu swapper: add contract for farming guildmaster Jane
This commit is contained in:
@@ -92,6 +92,16 @@ public interface MenuEntrySwapperConfig extends Config
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapContract",
|
||||
name = "Contract",
|
||||
description = "Swap Talk-to with Contract on Guildmaster Jane"
|
||||
)
|
||||
default boolean swapContract()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
keyName = "swapChase",
|
||||
name = "Chase",
|
||||
|
||||
@@ -388,6 +388,11 @@ public class MenuEntrySwapperPlugin extends Plugin
|
||||
swap("bank", option, target, true);
|
||||
}
|
||||
|
||||
if (config.swapContract())
|
||||
{
|
||||
swap("contract", option, target, true);
|
||||
}
|
||||
|
||||
if (config.swapExchange())
|
||||
{
|
||||
swap("exchange", option, target, true);
|
||||
|
||||
Reference in New Issue
Block a user