Adding type to PlankMake
This commit is contained in:
@@ -10,7 +10,8 @@ import javax.inject.Inject;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Plank Make Helper",
|
name = "Plank Make Helper",
|
||||||
description = "Highlights planks and plank make spell",
|
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 {
|
public class PlankMakePlugin extends Plugin {
|
||||||
|
|||||||
Reference in New Issue
Block a user