npc aggro plugin: rename plugin name to be more consistent with other plugins
This commit is contained in:
@@ -64,9 +64,9 @@ import net.runelite.client.util.WildcardMatcher;
|
|||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Unaggressive NPC timer",
|
name = "NPC Aggression Timer",
|
||||||
description = "Highlights the unaggressive area of NPCs nearby and timer until it becomes active",
|
description = "Highlights the unaggressive area of NPCs nearby and timer until it becomes active",
|
||||||
tags = {"highlight", "lines", "unaggro", "aggro", "aggressive", "npcs", "area", "timer", "slayer"},
|
tags = {"highlight", "lines", "unaggro", "aggro", "aggressive", "npcs", "area", "slayer"},
|
||||||
enabledByDefault = false
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class NpcAggroAreaPlugin extends Plugin
|
public class NpcAggroAreaPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user