Commit 0cc92e8
authored
3.1.2 (#141)
- Customizable keystrokes
- Mouse movement is now its own HUD element
- Custom text-based HUD elements
- Add DebugCountersHud, displaying Counters from the F3 screen
- Add Bedwars resources HUD
- Update NickHider (closes #140 )
- Add /playerstats command to display stats of hypixel gamemodes
(`@Floweynt`)
- Move config file location
- Add various additional options to some HUD elementsFile tree
538 files changed
+18639
-4198
lines changed- .github/workflows
- 1.16_combat-6/src/main
- java/io/github/axolotlclient
- api
- chat
- commands
- config
- screen
- mixin
- translation
- modules
- auth
- blur
- freelook
- hud
- gui
- hud
- item
- simple
- vanilla
- keystrokes
- util
- hypixel
- autoboop
- autotip
- bedwars
- upgrades
- levelhead
- nickhider
- particles
- screenshotUtils
- sky
- zoom
- util
- events
- options
- rounded
- vanilla
- resources
- 1.20/src/main
- java/io/github/axolotlclient
- api
- chat
- commands
- config
- screen
- mixin
- translation
- modules
- auth
- blur
- freelook
- hud
- gui
- hud
- item
- simple
- vanilla
- keystrokes
- util
- hypixel
- autoboop
- autotip
- bedwars
- upgrades
- levelhead
- nickhider
- particles
- screenshotUtils
- sky
- zoom
- util
- events
- resources
- 1.21.4/src/main
- java/io/github/axolotlclient
- api
- chat
- worldhost
- commands
- config
- screen
- mixin
- translation
- modules
- auth
- freelook
- hud
- gui
- hud
- item
- simple
- vanilla
- keystrokes
- snapping
- util
- hypixel
- autoboop
- autogg
- autotip
- bedwars
- upgrades
- levelhead
- nickhider
- skyblock
- particles
- screenshotUtils
- scrollableTooltips
- tablist
- zoom
- util
- events
- notifications
- options/vanilla
- resources
- 1.21/src/main
- java/io/github/axolotlclient
- api
- chat
- worldhost
- commands
- config
- screen
- mixin
- translation
- modules
- auth
- blur
- freelook
- hud
- gui
- hud
- item
- simple
- vanilla
- keystrokes
- util
- hypixel
- autoboop
- autotip
- bedwars
- upgrades
- nickhider
- particles
- screenshotUtils
- zoom
- util
- events
- resources
- 1.8.9
- src/main
- java/io/github/axolotlclient
- api
- chat
- commands
- config
- screen
- mixin
- commands
- translation
- modules
- auth
- blur
- hud
- gui
- hud
- item
- simple
- vanilla
- keystrokes
- util
- hypixel
- autoboop
- autotip
- bedwars
- upgrades
- levelhead
- nickhider
- particles
- screenshotUtils
- sky
- unfocusedFpsLimiter
- zoom
- util
- events
- notifications/toasts
- resources
- assets/axolotlclient/lang
- common
- src/main
- java/io/github/axolotlclient
- api
- handlers
- requests
- types
- util
- credits
- modules
- auth
- hud/util
- hypixel
- autoboop
- bedwars
- levelhead
- mcci
- rpc
- screenshotUtils
- util
- options
- resources
- assets/axolotlclient/lang
- gradle/wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
538 files changed
+18639
-4198
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
Lines changed: 15 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| 75 | + | |
74 | 76 | | |
75 | | - | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
109 | | - | |
110 | | - | |
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
| |||
116 | 111 | | |
117 | 112 | | |
118 | 113 | | |
119 | | - | |
120 | 114 | | |
121 | 115 | | |
122 | 116 | | |
| |||
128 | 122 | | |
129 | 123 | | |
130 | 124 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | | - | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 37 | + | |
46 | 38 | | |
47 | 39 | | |
48 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
Lines changed: 21 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
305 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
0 commit comments