aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-03-15 13:26:30 -0400
committerGitHub <noreply@github.com>2023-03-15 13:26:30 -0400
commit1fa81bc78fcb48c96693996a36b7c38911a26563 (patch)
tree35b5e41bcb42270b2835919bb5e6edae360e9c4b /src/main/java/at/hannibal2
parent52ebe073ec59fc146b5debecb889d300ab340f84 (diff)
downloadskyhanni-1fa81bc78fcb48c96693996a36b7c38911a26563.tar.gz
skyhanni-1fa81bc78fcb48c96693996a36b7c38911a26563.tar.bz2
skyhanni-1fa81bc78fcb48c96693996a36b7c38911a26563.zip
Conciseness
Changed "summoning mobs" to "summons" because it's neater and I think that's how the game refers to them anyway.
Diffstat (limited to 'src/main/java/at/hannibal2')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Summonings.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Summonings.java b/src/main/java/at/hannibal2/skyhanni/config/features/Summonings.java
index 88253fb0a..7a35405dc 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Summonings.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Summonings.java
@@ -8,7 +8,7 @@ public class Summonings {
@Expose
@ConfigOption(name = "Summoning Soul Display", desc = "Show the name of dropped summoning souls laying on the ground. " +
- "§cNot working in Dungeon if Skytils' 'Hide Non-Starred Mobs Nametags' feature is enabled!")
+ "§cNot working in dungeons if Skytils' 'Hide Non-Starred Mobs Nametags' feature is enabled!")
@ConfigEditorBoolean
public boolean summoningSoulDisplay = false;
@@ -18,7 +18,7 @@ public class Summonings {
public boolean summoningMob = false;
@Expose
- @ConfigOption(name = "Summoning Mob Display", desc = "Show the health of your spawned summoning mobs")
+ @ConfigOption(name = "Summoning Mob Display", desc = "Show the health of your spawned summons.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean summoningMobDisplay = false;
@@ -30,13 +30,13 @@ public class Summonings {
public Position summoningMobDisplayPos = new Position(10, 10, false, true);
@Expose
- @ConfigOption(name = "Summoning Mob Nametag", desc = "Hide the nametag of your spawned summoning mobs")
+ @ConfigOption(name = "Summoning Mob Nametag", desc = "Hide the nametag of your spawned summons.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean summoningMobHideNametag = false;
@Expose
- @ConfigOption(name = "Summoning Mob Color", desc = "Marks own summoning mobs green")
+ @ConfigOption(name = "Summoning Mob Color", desc = "Marks own summons green.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 0)
public boolean summoningMobColored = false;