Update NightmareZoneConfig.java
This commit is contained in:
@@ -36,13 +36,24 @@ public interface NightmareZoneConfig extends Config
|
|||||||
keyName = "moveoverlay",
|
keyName = "moveoverlay",
|
||||||
name = "Override NMZ overlay",
|
name = "Override NMZ overlay",
|
||||||
description = "Overrides the overlay so it doesn't conflict with other RuneLite plugins",
|
description = "Overrides the overlay so it doesn't conflict with other RuneLite plugins",
|
||||||
position = 1
|
position = 0
|
||||||
)
|
)
|
||||||
default boolean moveOverlay()
|
default boolean moveOverlay()
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ConfigItem(
|
||||||
|
keyName = "showtotalpoints",
|
||||||
|
name = "total points NMZ overlay",
|
||||||
|
description = "shows total points to overlay",
|
||||||
|
position = 1
|
||||||
|
)
|
||||||
|
default boolean showtotalpoints()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "powersurgenotification",
|
keyName = "powersurgenotification",
|
||||||
name = "Power surge notification",
|
name = "Power surge notification",
|
||||||
|
|||||||
Reference in New Issue
Block a user