examine: Improve plugin description and tags (#13399)

This commit is contained in:
Matt Dennis
2021-05-03 02:55:07 -04:00
committed by GitHub
parent 491df445e9
commit 3ea7d90bde

View File

@@ -68,8 +68,8 @@ import okhttp3.OkHttpClient;
*/
@PluginDescriptor(
name = "Examine",
description = "Send examine information to the API",
tags = {"npcs", "items", "inventory", "objects"}
description = "Shows additional examine information (eg. GE Average, HA Value)",
tags = {"npcs", "items", "inventory", "objects", "prices", "high alchemy"}
)
@Slf4j
public class ExaminePlugin extends Plugin