|
1 |
| -# Configuration file |
2 |
| - |
3 |
| -alignment { |
4 |
| - # Offsets for BOTTOMCENTER (X<space>Y). |
5 |
| - S:bottomcenter=0 -45 |
6 |
| - |
7 |
| - # Offsets for BOTTOMLEFT (X<space>Y). |
8 |
| - S:bottomleft=2 -2 |
9 |
| - |
10 |
| - # Offsets for BOTTOMRIGHT (X<space>Y). |
11 |
| - S:bottomright=-2 -2 |
12 |
| - |
13 |
| - # Offsets for MIDDLECENTER (X<space>Y). |
14 |
| - S:middlecenter=0 0 |
15 |
| - |
16 |
| - # Offsets for MIDDLELEFT (X<space>Y). |
17 |
| - S:middleleft=2 0 |
18 |
| - |
19 |
| - # Offsets for MIDDLERIGHT (X<space>Y). |
20 |
| - S:middleright=-2 0 |
21 |
| - |
22 |
| - # Offsets for TOPCENTER (X<space>Y). |
23 |
| - S:topcenter=0 2 |
24 |
| - |
25 |
| - # Offsets for TOPLEFT (X<space>Y). |
26 |
| - S:topleft=2 80 |
27 |
| - |
28 |
| - # Offsets for TOPRIGHT (X<space>Y). |
29 |
| - S:topright=-2 2 |
30 |
| -} |
31 |
| - |
32 |
| - |
33 |
| -general { |
34 |
| - B:ShowHUD=true |
35 |
| - |
36 |
| - # The interval between file reads for the 'file' tag (in seconds). |
37 |
| - I:fileInterval=5 |
38 |
| - |
39 |
| - # The configuration that should be loaded on startup. |
40 |
| - S:filename=InGameInfo.xml |
41 |
| - |
42 |
| - # Replace the debug overlay (F3) with the InGameInfoXML overlay. |
43 |
| - B:replaceDebug=false |
44 |
| - |
45 |
| - # The overlay will be scaled by this amount. |
46 |
| - S:scale=0.7 |
47 |
| - I:"scale(new)"=5 |
48 |
| - |
49 |
| - # Display the overlay in chat. |
50 |
| - B:showInChat=false |
51 |
| - |
52 |
| - # Display the overlay on the player list. |
53 |
| - B:showOnPlayerList=false |
54 |
| - |
55 |
| - # Display the item overlay on icon (durability, stack size). |
56 |
| - B:showOverlayItemIcons=true |
57 |
| - |
58 |
| - # Display the vanilla potion overlay. |
59 |
| - B:showOverlayPotions=true |
60 |
| -} |
61 |
| - |
62 |
| - |
| 1 | +# Configuration file |
| 2 | + |
| 3 | +alignment { |
| 4 | + # Offsets for BOTTOMCENTER (X<space>Y). |
| 5 | + S:bottomcenter=0 -45 |
| 6 | + |
| 7 | + # Offsets for BOTTOMLEFT (X<space>Y). |
| 8 | + S:bottomleft=2 -2 |
| 9 | + |
| 10 | + # Offsets for BOTTOMRIGHT (X<space>Y). |
| 11 | + S:bottomright=-2 -2 |
| 12 | + |
| 13 | + # Offsets for MIDDLECENTER (X<space>Y). |
| 14 | + S:middlecenter=0 0 |
| 15 | + |
| 16 | + # Offsets for MIDDLELEFT (X<space>Y). |
| 17 | + S:middleleft=2 0 |
| 18 | + |
| 19 | + # Offsets for MIDDLERIGHT (X<space>Y). |
| 20 | + S:middleright=-2 0 |
| 21 | + |
| 22 | + # Offsets for TOPCENTER (X<space>Y). |
| 23 | + S:topcenter=0 2 |
| 24 | + |
| 25 | + # Offsets for TOPLEFT (X<space>Y). |
| 26 | + S:topleft=2 120 |
| 27 | + |
| 28 | + # Offsets for TOPRIGHT (X<space>Y). |
| 29 | + S:topright=-2 2 |
| 30 | +} |
| 31 | + |
| 32 | + |
| 33 | +general { |
| 34 | + # The interval between file reads for the 'file' tag (in seconds). |
| 35 | + I:fileInterval=5 |
| 36 | + |
| 37 | + # The configuration that should be loaded on startup. |
| 38 | + S:filename=InGameInfo.xml |
| 39 | + |
| 40 | + # Replace the debug overlay (F3) with the InGameInfoXML overlay. |
| 41 | + B:replaceDebug=false |
| 42 | + |
| 43 | + # The overlay will be scaled by this amount. |
| 44 | + S:scale=0.7 |
| 45 | + |
| 46 | + # Display the overlay in chat. |
| 47 | + B:showInChat=true |
| 48 | + |
| 49 | + # Display the overlay on the player list. |
| 50 | + B:showOnPlayerList=true |
| 51 | + |
| 52 | + # Display the item overlay on icon (durability, stack size). |
| 53 | + B:showOverlayItemIcons=true |
| 54 | + |
| 55 | + # Display the vanilla potion overlay. |
| 56 | + B:showOverlayPotions=true |
| 57 | +} |
| 58 | + |
| 59 | + |
0 commit comments