Adding type to PvpTools
This commit is contained in:
@@ -69,7 +69,8 @@ import org.apache.commons.lang3.ArrayUtils;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "PvP Tools",
|
name = "PvP Tools",
|
||||||
description = "Enable the PvP Tools panel",
|
description = "Enable the PvP Tools panel",
|
||||||
tags = {"panel", "pvp", "pk", "pklite"}
|
tags = {"panel", "pvp", "pk", "pklite"},
|
||||||
|
type = "PVP"
|
||||||
)
|
)
|
||||||
public class PvpToolsPlugin extends Plugin
|
public class PvpToolsPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user