Merge pull request #63 from Raieverr/master

Plugin type Organization
This commit is contained in:
Ganom
2019-04-22 22:36:38 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ import javax.inject.Inject;
@PluginDescriptor(
name = "Max Hit",
description = "Max Hit Calculator",
type = PluginType.PVM,
type = PluginType.UTILITY,
enabledByDefault = false
)
public class MaxHitPlugin extends Plugin

View File

@@ -29,7 +29,7 @@ import net.runelite.client.plugins.PluginType;
@PluginDescriptor(
name = "Hide Worldmap Button",
description = "Hides the world map button",
type = PluginType.PVM,
type = PluginType.UTILITY,
tags = {"world", "world map", "hide", "button", "map", "hide world map", "pklite"}
)
public class WorldMapHiderPlugin extends Plugin