@@ -73,7 +73,7 @@ public interface RuneLiteConfig extends Config
|
||||
)
|
||||
default boolean enablePlugins()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
@@ -67,7 +67,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
||||
name = "Flexo Config",
|
||||
description = "Customizes the flexo api",
|
||||
tags = {"flexo", "null"},
|
||||
type = PluginType.UTILITY
|
||||
type = PluginType.EXTERNAL,
|
||||
enabledByDefault = false
|
||||
)
|
||||
|
||||
public class FlexoPlugin extends Plugin
|
||||
|
||||
@@ -55,7 +55,7 @@ import net.runelite.client.ui.ClientUI;
|
||||
hidden = true, // prevent users from disabling
|
||||
name = "RuneLitePlus",
|
||||
description = "Configures various aspects of RuneLitePlus",
|
||||
type = PluginType.EXTERNAL
|
||||
type = PluginType.UTILITY
|
||||
)
|
||||
@Singleton
|
||||
@Slf4j
|
||||
|
||||
Reference in New Issue
Block a user