nmz: reformat config

This commit is contained in:
Adam
2018-02-19 17:07:04 -05:00
parent ee35d32312
commit d90fcba09e

View File

@@ -39,7 +39,7 @@ public interface NightmareZoneConfig extends Config
keyName = "tray", keyName = "tray",
name = "Send Tray Notification", name = "Send Tray Notification",
description = "Toggles tray notifications", description = "Toggles tray notifications",
position = 2 position = 1
) )
default boolean sendTrayNotification() default boolean sendTrayNotification()
{ {
@@ -50,7 +50,7 @@ public interface NightmareZoneConfig extends Config
keyName = "request", keyName = "request",
name = "Request Window Focus", name = "Request Window Focus",
description = "Toggles window focus request", description = "Toggles window focus request",
position = 3 position = 2
) )
default boolean requestFocus() default boolean requestFocus()
{ {
@@ -61,7 +61,7 @@ public interface NightmareZoneConfig extends Config
keyName = "overloadnotification", keyName = "overloadnotification",
name = "Overload notification", name = "Overload notification",
description = "Toggles notifications when your overload runs out", description = "Toggles notifications when your overload runs out",
position = 4 position = 3
) )
default boolean overloadNotification() default boolean overloadNotification()
{ {
@@ -72,7 +72,7 @@ public interface NightmareZoneConfig extends Config
keyName = "absorptionnotification", keyName = "absorptionnotification",
name = "Absorption notification", name = "Absorption notification",
description = "Toggles notifications when your absorption points gets below your threshold", description = "Toggles notifications when your absorption points gets below your threshold",
position = 5 position = 4
) )
default boolean absorptionNotification() default boolean absorptionNotification()
{ {
@@ -83,7 +83,7 @@ public interface NightmareZoneConfig extends Config
keyName = "absorptionthreshold", keyName = "absorptionthreshold",
name = "Absorption Threshold", name = "Absorption Threshold",
description = "The amount of absorption points to send a notification at", description = "The amount of absorption points to send a notification at",
position = 6 position = 5
) )
default int absorptionThreshold() default int absorptionThreshold()
{ {
@@ -94,7 +94,7 @@ 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 = 7 position = 6
) )
default boolean moveOverlay() default boolean moveOverlay()
{ {