nmz: reformat config
This commit is contained in:
@@ -39,7 +39,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "tray",
|
||||
name = "Send Tray Notification",
|
||||
description = "Toggles tray notifications",
|
||||
position = 2
|
||||
position = 1
|
||||
)
|
||||
default boolean sendTrayNotification()
|
||||
{
|
||||
@@ -50,7 +50,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "request",
|
||||
name = "Request Window Focus",
|
||||
description = "Toggles window focus request",
|
||||
position = 3
|
||||
position = 2
|
||||
)
|
||||
default boolean requestFocus()
|
||||
{
|
||||
@@ -61,7 +61,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "overloadnotification",
|
||||
name = "Overload notification",
|
||||
description = "Toggles notifications when your overload runs out",
|
||||
position = 4
|
||||
position = 3
|
||||
)
|
||||
default boolean overloadNotification()
|
||||
{
|
||||
@@ -72,7 +72,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "absorptionnotification",
|
||||
name = "Absorption notification",
|
||||
description = "Toggles notifications when your absorption points gets below your threshold",
|
||||
position = 5
|
||||
position = 4
|
||||
)
|
||||
default boolean absorptionNotification()
|
||||
{
|
||||
@@ -83,7 +83,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "absorptionthreshold",
|
||||
name = "Absorption Threshold",
|
||||
description = "The amount of absorption points to send a notification at",
|
||||
position = 6
|
||||
position = 5
|
||||
)
|
||||
default int absorptionThreshold()
|
||||
{
|
||||
@@ -94,7 +94,7 @@ public interface NightmareZoneConfig extends Config
|
||||
keyName = "moveoverlay",
|
||||
name = "Override NMZ overlay",
|
||||
description = "Overrides the overlay so it doesn't conflict with other RuneLite plugins",
|
||||
position = 7
|
||||
position = 6
|
||||
)
|
||||
default boolean moveOverlay()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user