raids: Add "cox" to plugin tags (#11873)

This commit is contained in:
Blackberry0Pie
2020-06-10 15:48:34 -04:00
committed by GitHub
parent 15d06d8406
commit 9a7881377c

View File

@@ -105,7 +105,7 @@ import net.runelite.http.api.ws.messages.party.PartyChatMessage;
@PluginDescriptor(
name = "Chambers Of Xeric",
description = "Show helpful information for the Chambers of Xeric raid",
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses"}
tags = {"combat", "raid", "overlay", "pve", "pvm", "bosses", "cox"}
)
@Slf4j
public class RaidsPlugin extends Plugin