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