Merge pull request #1179 from Infinitay/modify-kingdom-config
Disabled kingdom plugin by default, and it's options
This commit is contained in:
@@ -43,7 +43,7 @@ public interface KingdomConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showOnlyInKingdom()
|
default boolean showOnlyInKingdom()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
@@ -54,7 +54,7 @@ public interface KingdomConfig extends Config
|
|||||||
)
|
)
|
||||||
default boolean showWhenLow()
|
default boolean showWhenLow()
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
|
|||||||
@@ -44,7 +44,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
|||||||
import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
|
import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
|
||||||
|
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Kingdom of Miscellania"
|
name = "Kingdom of Miscellania",
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class KingdomPlugin extends Plugin
|
public class KingdomPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user