Update LootingBagViewerPlugin.java

This commit is contained in:
Kyleeld
2019-04-20 20:33:06 +01:00
committed by GitHub
parent 50a054ec86
commit 1931a7e580

View File

@@ -35,6 +35,7 @@ import javax.inject.Inject;
name = "PvP Looting Bag Viewer", name = "PvP Looting Bag Viewer",
description = "Add an overlay showing the contents of your looting bag", description = "Add an overlay showing the contents of your looting bag",
tags = {"alternate", "items", "overlay", "second"}, tags = {"alternate", "items", "overlay", "second"},
type = "utility",
enabledByDefault = false enabledByDefault = false
) )
public class LootingBagViewerPlugin extends Plugin public class LootingBagViewerPlugin extends Plugin