Disable XP globes plugin by default

Vanilla RuneScape interface together with XP tracker already provides
all informations that is contained withing XP globes, so disable this
plugin by default to reduce the unnecessary noise for casual users.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-09-03 08:23:34 +02:00
parent d3c37aca26
commit b5e16f0b17

View File

@@ -48,7 +48,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
@PluginDescriptor(
name = "XP Globes",
description = "Show XP globes for the respective skill when gaining XP",
tags = {"experience", "levels", "overlay"}
tags = {"experience", "levels", "overlay"},
enabledByDefault = false
)
@PluginDependency(XpTrackerPlugin.class)
public class XpGlobesPlugin extends Plugin