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()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
@@ -54,7 +54,7 @@ public interface KingdomConfig extends Config
|
||||
)
|
||||
default boolean showWhenLow()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
@@ -44,7 +44,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
||||
import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Kingdom of Miscellania"
|
||||
name = "Kingdom of Miscellania",
|
||||
enabledByDefault = false
|
||||
)
|
||||
@Slf4j
|
||||
public class KingdomPlugin extends Plugin
|
||||
|
||||
Reference in New Issue
Block a user