idle notifier: disable by default
This commit is contained in:
@@ -60,7 +60,8 @@ import net.runelite.client.plugins.PluginDescriptor;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Idle Notifier",
|
name = "Idle Notifier",
|
||||||
description = "Send a notification when going idle, or when HP/Prayer reaches a threshold",
|
description = "Send a notification when going idle, or when HP/Prayer reaches a threshold",
|
||||||
tags = {"health", "hitpoints", "notifications", "prayer"}
|
tags = {"health", "hitpoints", "notifications", "prayer"},
|
||||||
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class IdleNotifierPlugin extends Plugin
|
public class IdleNotifierPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user