Adding type to PlankMake

This commit is contained in:
Ganom
2019-04-20 22:50:43 -04:00
parent d8031183d9
commit cf5fa63804

View File

@@ -10,7 +10,8 @@ import javax.inject.Inject;
@PluginDescriptor(
name = "Plank Make Helper",
description = "Highlights planks and plank make spell",
tags = {"overlay", "plankmaking", "lunar", "money", "moneymaking", "gp"}
tags = {"overlay", "plankmaking", "lunar", "money", "moneymaking", "gp"},
type = "utility"
)
public class PlankMakePlugin extends Plugin {