|
13 | 13 |
|
14 | 14 | public class Config extends Vigilant { |
15 | 15 |
|
16 | | - @Property(type = PropertyType.SWITCH, name = "Auto Queue", category = "General", description = "Automatically queues your current proxy's practice server when connected.") |
| 16 | + @Property(type = PropertyType.SWITCH, name = "Auto Practice", category = "General", description = "Go straight into practice once joined.") |
17 | 17 | public static boolean autoQueue = true; |
18 | 18 |
|
19 | | - @Property(type = PropertyType.SWITCH, name = "Auto Party Chat", category = "General", description = "Automatically enters party chat when connected.") |
| 19 | + @Property(type = PropertyType.SWITCH, name = "Auto Party Chat", category = "General", description = "Enter party chat once joined practice.") |
20 | 20 | public static boolean autoPartyChat = true; |
21 | 21 |
|
22 | | - @Property(type = PropertyType.SWITCH, name = "Height Limit Overlay", category = "General", description = "Darkens wools and terracottas at height limit.") |
| 22 | + @Property(type = PropertyType.SWITCH, name = "Height Limit Overlay", category = "General", description = "Make wools and terracottas darker at height limit.") |
23 | 23 | public static boolean heightLimitOverlay = true; |
24 | 24 |
|
25 | | - @Property(type = PropertyType.PERCENT_SLIDER, name = "Height Limit Brightness", category = "General", description = "How bright the blocks will be.") |
| 25 | + @Property(type = PropertyType.PERCENT_SLIDER, name = "Height Limit Brightness", category = "General", description = "Adjust the brightness of height limit overlay.") |
26 | 26 | public static float heightLimitBrightness = 0.5F; |
27 | 27 |
|
28 | 28 | public Config() { |
|
0 commit comments