5
2
Fork
You've already forked AxolotlClient-mod
2
No description https://axolotlclient.com
  • Java 99.9%
moehreag b1d0665856
All checks were successful
Automated build / build (push) Successful in 3m1s
(1.21.11) fix hitColorOnArmor causing crashes
2026年07月10日 16:11:18 +02:00
.forgejo/workflows update gradle wrapper 2026年05月21日 14:31:53 +02:00
common update discord rpc title format 2026年07月07日 13:26:36 +02:00
doc Update README-de.md 2023年08月12日 14:24:15 +02:00
gradle/wrapper add support for BetterTab 2026年07月07日 13:24:14 +02:00
versions (1.21.11) fix hitColorOnArmor causing crashes 2026年07月10日 16:11:18 +02:00
.editorconfig correct indentation 2025年08月20日 18:50:03 +02:00
.gitattributes multiversion? 2023年01月22日 13:01:41 +01:00
.gitignore fix overflowing buttons 2024年12月11日 23:26:42 +01:00
build.gradle.kts move versioned code into subfolder 2026年06月14日 18:03:56 +02:00
CHANGELOG.md port to 26.2 2026年06月14日 17:26:44 +02:00
formatting.xml format a lot of things 2023年07月09日 16:36:34 +02:00
gradle.properties (1.21.11) fix hitColorOnArmor causing crashes 2026年07月10日 16:11:18 +02:00
gradlew add support for BetterTab 2026年07月07日 13:24:14 +02:00
gradlew.bat add support for BetterTab 2026年07月07日 13:24:14 +02:00
HEADER update header 2024年11月12日 19:37:23 +01:00
LICENSE enable the API and move away from java Files 2023年11月25日 10:47:11 +01:00
README.md clean up gradle configurations 2026年01月18日 00:46:25 +01:00
settings.gradle move versioned code into subfolder 2026年06月14日 18:03:56 +02:00

AxolotlClient-mod

A complete mod to have various features on various Minecraft versions

Also available in other Languages: Türkçe, Deutsch

Features

  • Custom Skies Implementation
  • Freelook (Disabled on some servers)
  • Nametag
  • Beacon Beams
  • Dynamic FOV
  • Low Fire / Low Shield
  • Hit Color
  • Screenshot Utils
  • Zoom
  • Various Hud Modules (port of KronHUD, but with additions)
    • including, but not limited to:
      • Ping
      • FPS
      • CPS
      • Armor
      • Potions
      • Keystrokes
      • ToggleModifiers
      • Server IP
      • Icon
      • Speed
      • Scoreboard
      • Crosshair
      • Coordinates
      • ActionBar
      • BossBar
      • Arrow
      • Item Update
      • Pack Display
      • Real Time
      • Reach
      • Hotbar
      • Memory
      • PlayerCount
      • Compass
      • TPS (Ticks per second)
      • Combo
      • Player
      • Chat
  • Hypixel Features
    • AutoGG / GF / GLHF
    • LevelHead
    • Nick Hider
    • Skyblock
    • AutoTip
    • AutoBoop
  • Custom Block Outlines
  • Time Changer
  • Fullbright
  • Motion Blur
  • TNT Time
  • Scrollable Tooltips
  • Particles
  • Discord RPC
  • Custom Badges

modrinth codeberg discord-plural

Contributing

  • feel free to join the discord to discuss new features
  • if you have a feature or a new/updated translation, feel free to open a pull request.
  • note your changes in CHANGELOG.md to be added to the next version's changelog.

To build:

./gradlew build

Use -Paxolotlclient.modules.<version_name>=true to add a version to the build. Add -Paxolotlclient.modules.all=true to build everything. In case you use an IDE, you can also add the respective properties to gradle.properties files (or remove them).

Licensing

  • This mod is licensed under the LGPL-3.0 License.
AxolotlClient-mod
Copyright (C) 2021-present moehreag + Contributors
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  • For more information see the LICENSE file.