npc aggro plugin: rename plugin name to be more consistent with other plugins

This commit is contained in:
Adam
2019-03-20 17:26:39 -04:00
parent 9249129383
commit 327986fc56

View File

@@ -64,9 +64,9 @@ import net.runelite.client.util.WildcardMatcher;
@Slf4j
@PluginDescriptor(
name = "Unaggressive NPC timer",
name = "NPC Aggression Timer",
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
)
public class NpcAggroAreaPlugin extends Plugin