Remove positions from Timers plugin config

Just let it be sorted alphabetically, easier to navigate in.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-10-18 23:29:14 +02:00
parent ae65bca6f5
commit de21ff40c9

View File

@@ -32,7 +32,6 @@ import net.runelite.client.config.ConfigItem;
public interface TimersConfig extends Config
{
@ConfigItem(
position = 0,
keyName = "showHomeMinigameTeleports",
name = "Teleport cooldown timers",
description = "Configures whether timers for home and minigame teleport cooldowns are displayed"
@@ -43,7 +42,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 1,
keyName = "showAntipoison",
name = "Antipoison timer",
description = "Configures whether Antipoison timer is displayed"
@@ -54,7 +52,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 2,
keyName = "showSuperantipoison",
name = "Superantipoison timer",
description = "Configures whether Superantipoison timer is displayed"
@@ -65,7 +62,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 3,
keyName = "showAntidotePlus",
name = "Antidote+ timer",
description = "Configures whether antidote+ timer is displayed"
@@ -76,7 +72,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 4,
keyName = "showAntidotePlusPlus",
name = "Antidote++ timer",
description = "Configures whether antidote++ timer is displayed"
@@ -87,7 +82,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 5,
keyName = "showSanfew",
name = "Sanfew serum timer",
description = "Configures whether sanfew serum timer is displayed"
@@ -98,7 +92,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 6,
keyName = "showAntiVenom",
name = "Anti-venom timer",
description = "Configures whether antivenom timer is displayed"
@@ -109,7 +102,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 7,
keyName = "showAntiVenomPlus",
name = "Anti-venom+ timer",
description = "Configures whether anti venom+ timer is displayed"
@@ -120,7 +112,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 8,
keyName = "showAntiFire",
name = "Antifire timer",
description = "Configures whether antifire timer is displayed"
@@ -131,7 +122,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 9,
keyName = "showExAntiFire",
name = "Extended antifire timer",
description = "Configures whether extended antifire timer is displayed"
@@ -142,7 +132,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 10,
keyName = "showSuperAntiFire",
name = "Super antifire timer",
description = "Configures whether super antifire timer is displayed"
@@ -153,7 +142,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 11,
keyName = "showExSuperAntifire",
name = "Extended super antifire timer",
description = "Configures whether extended super antifire timer is displayed"
@@ -164,7 +152,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 12,
keyName = "showStamina",
name = "Stamina timer",
description = "Configures whether stamina timer is displayed"
@@ -175,7 +162,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 13,
keyName = "showOverload",
name = "Overload timer",
description = "Configures whether overload timer is displayed"
@@ -186,7 +172,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 14,
keyName = "showPrayerEnhance",
name = "Prayer enhance timer",
description = "Configures whether prayer enhance timer is displayed"
@@ -197,7 +182,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 15,
keyName = "showCannon",
name = "Cannon timer",
description = "Configures whether cannon timer is displayed"
@@ -208,7 +192,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 16,
keyName = "showMagicImbue",
name = "Magic imbue timer",
description = "Configures whether magic imbue timer is displayed"
@@ -219,7 +202,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 17,
keyName = "showCharge",
name = "Charge timer",
description = "Configures whether to show a timer for the Charge spell"
@@ -230,7 +212,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 18,
keyName = "showImbuedHeart",
name = "Imbued heart timer",
description = "Configures whether imbued heart timer is displayed"
@@ -241,7 +222,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 19,
keyName = "showVengeance",
name = "Vengeance timer",
description = "Configures whether vengeance timer is displayed"
@@ -252,7 +232,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 20,
keyName = "showVengeanceOther",
name = "Vengeance Other timer",
description = "Configures whether vengeance other timer is displayed"
@@ -263,7 +242,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 21,
keyName = "showTeleblock",
name = "Teleblock timer",
description = "Configures whether teleblock timer is displayed"
@@ -274,7 +252,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 22,
keyName = "showFreezes",
name = "Freeze timer",
description = "Configures whether freeze timer is displayed"
@@ -285,7 +262,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 23,
keyName = "showGodWarsAltar",
name = "God wars altar timer",
description = "Configures whether god wars altar timer is displayed"
@@ -296,7 +272,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 24,
keyName = "showStaffOfTheDead",
name = "Staff of the Dead timer",
description = "Configures whether staff of the dead timer is displayed"
@@ -307,7 +282,6 @@ public interface TimersConfig extends Config
}
@ConfigItem(
position = 25,
keyName = "showAbyssalSireStun",
name = "Abyssal Sire Stun Timer",
description = "Configures whether Abyssal Sire stun timer is displayed"