0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Make MobSpawnESP color settings translatable

This commit is contained in:
Alexander01998 2024-09-12 08:13:00 +02:00
parent 8d897ecf58
commit c141527b59
2 changed files with 4 additions and 3 deletions

View File

@ -57,11 +57,10 @@ public final class MobSpawnEspHack extends Hack
new ChunkAreaSetting("Draw distance", "", ChunkArea.A9);
private final ColorSetting nightColor = new ColorSetting("Night color",
"Color of the X at positions where mobs can spawn at night.",
Color.YELLOW);
"description.wurst.setting.mobspawnesp.night_color", Color.YELLOW);
private final ColorSetting dayColor = new ColorSetting("Day color",
"Color of the X at positions where mobs can always spawn.", Color.RED);
"description.wurst.setting.mobspawnesp.day_color", Color.RED);
private final SliderSetting opacity =
new SliderSetting("Opacity", 0.5, 0, 1, 0.01, ValueDisplay.PERCENTAGE);

View File

@ -147,6 +147,8 @@
"description.wurst.hack.mileycyrus": "Makes you twerk.",
"description.wurst.hack.mobesp": "Highlights nearby mobs.",
"description.wurst.hack.mobspawnesp": "Highlights areas where mobs can spawn.",
"description.wurst.setting.mobspawnesp.night_color": "Color of the X at positions where mobs can spawn at night.",
"description.wurst.setting.mobspawnesp.day_color": "Color of the X at positions where mobs can always spawn.",
"description.wurst.hack.multiaura": "Faster Killaura that attacks multiple entities at once.",
"description.wurst.hack.nameprotect": "Hides all player names.",
"description.wurst.hack.nametags": "Changes the scale of the nametags so you can always read them. Also allows you to see the nametags of sneaking players.",