Adding type to PvpTools

This commit is contained in:
Ganom
2019-04-20 22:51:02 -04:00
parent cf5fa63804
commit f243494b4f

View File

@@ -69,7 +69,8 @@ import org.apache.commons.lang3.ArrayUtils;
@PluginDescriptor(
name = "PvP Tools",
description = "Enable the PvP Tools panel",
tags = {"panel", "pvp", "pk", "pklite"}
tags = {"panel", "pvp", "pk", "pklite"},
type = "PVP"
)
public class PvpToolsPlugin extends Plugin
{