@@ -46,7 +46,7 @@ import javax.inject.Inject;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Max Hit",
|
name = "Max Hit",
|
||||||
description = "Max Hit Calculator",
|
description = "Max Hit Calculator",
|
||||||
type = PluginType.PVM,
|
type = PluginType.UTILITY,
|
||||||
enabledByDefault = false
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
public class MaxHitPlugin extends Plugin
|
public class MaxHitPlugin extends Plugin
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ import net.runelite.client.plugins.PluginType;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Hide Worldmap Button",
|
name = "Hide Worldmap Button",
|
||||||
description = "Hides the world map button",
|
description = "Hides the world map button",
|
||||||
type = PluginType.PVM,
|
type = PluginType.UTILITY,
|
||||||
tags = {"world", "world map", "hide", "button", "map", "hide world map", "pklite"}
|
tags = {"world", "world map", "hide", "button", "map", "hide world map", "pklite"}
|
||||||
)
|
)
|
||||||
public class WorldMapHiderPlugin extends Plugin
|
public class WorldMapHiderPlugin extends Plugin
|
||||||
|
|||||||
Reference in New Issue
Block a user