
ShockAirHeads 2.1.5
release22 октября 2025 г.🎉 1.21.9 & 1.21.10 Stable Release
This version implements the required changes to support 1.21.9 and 1.21.10 (via PacketEvents) which is now considered a stable release!
If you want to help support us, please consider leaving us a ⭐ on Github 🙂
ShockAirHeads 2.1.4-DEV
beta6 октября 2025 г.⚠️This is a pre-release build! Packet Events version 2.10.0 is experimental & has not been merged to release yet. Please test before releasing on a production server. If you are not using the shaded version, you'll need to download the latest Packet Events jar from here.
Full Changelog
- Added Packet Events 2.10.0 which includes support for Minecraft 1.21.9 & 1.21.10
- Fixed an API issue related to
HologramConfig#builder()
Full Changelog: https://github.com/Savag3life/ShockAirHeads/compare/2.1.2...2.1.5-DEV
ShockAirHeads 2.1.3
release20 августа 2025 г.- Fixed loading issues when attempting to load for minor versions of 1.20
ShockAirHeads 2.1.2
release1 августа 2025 г.It's been a while since we updated Airheads on Modrinth! Below is a full change log from 1.6.0 -> 2.1.2
- Removed Hologram Bridge dependency & hologram plugins. (No more decent holograms or CMI)
- Added new internal TextDisplay based Holograms for Airheads. (Similar to
FancyHolograms, without a dependency) - New config layout. Better structured, over 20 new configurable options.
- New developer API. Full coverage for Airhead & Hologram features. Also include persistent AirHead API.
- No longer requires external PacketEvents, shaded copy is now default. (Technically zero dependencies 🎉)
- Fixed teleport command moving the Airhead, not you to the Airhead.
- Added command descriptions to /airheads help
- Fixed < 1.21.4 sound enum reference. (Paper enum -> interface refactor)
- Corrected a client-side error which happened when reconnecting too quickly after disconnecting.
- Fixed desync issues created when players relog quickly
- Fixed a load-before-world issue for 1.21
- Updated Packet Events - Now supporting Minecraft 1.21.6 & 1.21.7
- Added Velocity/BungeeCord support for send-to server interact setting
- Added support for 1.21.8
We do not release every build on Modrinth! If you want up-to-date builds, check our Github or Discord for more details :)
ShockAirHeads 1.6.0
release18 апреля 2025 г.This update primarily focused on user commands & making the config easier to use.
- Added new commands:
/airheads create- Create a new AirHead in-game./airheads tp- Teleport to an existing Airhead./airheads movehere- Teleport an AirHead to your current location/airheads delete- Delete a given Airhead
- Changed the default config to be empty, preventing loading issues.
- Config location world identifier now supports world name &
NamespacedKey - API now requires a "AirHead Name" when creating via
new AirHeadBuilder(String);
