discord: update config names and descriptions
This commit is contained in:
@@ -57,8 +57,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showSkillActivity",
|
keyName = "showSkillActivity",
|
||||||
name = "Show activity while skilling",
|
name = "Skilling",
|
||||||
description = "Configures if your activity while training skills should be shown.",
|
description = "Show your activity while training skills",
|
||||||
position = 3
|
position = 3
|
||||||
)
|
)
|
||||||
default boolean showSkillingActivity()
|
default boolean showSkillingActivity()
|
||||||
@@ -68,8 +68,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showBossActivity",
|
keyName = "showBossActivity",
|
||||||
name = "Show activity at bosses",
|
name = "Bosses",
|
||||||
description = "Configures if your activity at bosses should be shown.",
|
description = "Show your activity and location while at bosses",
|
||||||
position = 4
|
position = 4
|
||||||
)
|
)
|
||||||
default boolean showBossActivity()
|
default boolean showBossActivity()
|
||||||
@@ -79,8 +79,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showCityActivity",
|
keyName = "showCityActivity",
|
||||||
name = "Show activity at cities",
|
name = "Cities",
|
||||||
description = "Configures if your activity at cities should be shown.",
|
description = "Show your activity and location while in cities",
|
||||||
position = 5
|
position = 5
|
||||||
)
|
)
|
||||||
default boolean showCityActivity()
|
default boolean showCityActivity()
|
||||||
@@ -90,8 +90,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showDungeonActivity",
|
keyName = "showDungeonActivity",
|
||||||
name = "Show activity at dungeons",
|
name = "Dungeons",
|
||||||
description = "Configures if your activity at dungeons should be shown.",
|
description = "Show your activity and location while in dungeons",
|
||||||
position = 6
|
position = 6
|
||||||
)
|
)
|
||||||
default boolean showDungeonActivity()
|
default boolean showDungeonActivity()
|
||||||
@@ -101,8 +101,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showMinigameActivity",
|
keyName = "showMinigameActivity",
|
||||||
name = "Show activity at minigames",
|
name = "Minigames",
|
||||||
description = "Configures if your activity at minigames should be shown.",
|
description = "Show your activity and location while in minigames",
|
||||||
position = 7
|
position = 7
|
||||||
)
|
)
|
||||||
default boolean showMinigameActivity()
|
default boolean showMinigameActivity()
|
||||||
@@ -112,8 +112,8 @@ public interface DiscordConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
keyName = "showRaidingActivity",
|
keyName = "showRaidingActivity",
|
||||||
name = "Show activity at raids",
|
name = "Raids",
|
||||||
description = "Configures if your activity at raids should be shown.",
|
description = "Show your activity and location while in Raids",
|
||||||
position = 8
|
position = 8
|
||||||
)
|
)
|
||||||
default boolean showRaidingActivity()
|
default boolean showRaidingActivity()
|
||||||
|
|||||||
Reference in New Issue
Block a user