Skip to content

Repository files navigation

Hyperglide

Hyperglide

A Meteor Client add-on focused on utility modules for the 2b2t server.

License Latest Release Stars Downloads Forks


Join CoreBuilders Discord

📖 About

A Meteor Client add-on for the 2b2t anarchy server, providing practical utility and automation modules.

📦 Requirements

Make sure to downgrade to 1.20.3-1.20.4 in ViaFabricPlus settings before joining the server.

🧩 Modules

  • Air Place - Allows blocks to be placed in the air without requiring the adjacent surface
  • Auto Pilot - Automatically navigates through the nether using calculated travel route
  • Auto Web - Places cobwebs around listed entities with optional movement prediction
  • Block Farm - Repeatedly places and mines selected blocks for extremely fast farming
  • Bounce Fly - Uses elytra bouncing for fast highway travel with optional obstacle passing
  • Control Fly - Provides controlled elytra flight using predictive movement stabilization
  • Critical Hits - Triggers critical hits while keeping the player grounded during combat
  • Deep Trace - Highlights unusual dropped items found below the configurable Y level
  • Easy Access - Opens hidden containers and supported interactive entities within range
  • Elytra Tweaks - Adds automatic elytra swap, takeoff, recovery and collision protection
  • Fast Portal - Builds and lights nether portals near the player using minimal obsidian
  • FD3 Crafter - Strictly crafts FD3 firework rockets from available inventory ingredients
  • Mining Tweaks - Enables packet mining, including fast remine and double-break support
  • Navigation - Provides a map of the nether highway network with interactive route planning
  • No Sprint FOV - Removes vanilla sprinting zoom effects for a more consistent field of view
  • Overview - Displays a content icon on shulker boxes and bundles for quick identification
  • Rocket Boost - Enhances firework rocket acceleration during elytra flight for faster travel
  • Scaffolding - Places selected blocks beneath and ahead of the player for safer bridging
  • Self Trapper - Builds a configurable block trap around the player with queued placements
  • Trigger Bot - Attacks selected entities under the crosshair, including targets through walls

📁 Project Structure

Hyperglide/
├── gradle/                         # Gradle wrapper files
├── libs/                           # Local dependencies
├── src/
│   └── main/
│       ├── java/dev/arkieee/hyperglide/
│       │   ├── mixin/              # Mixin classes
│       │   ├── modules/            # Meteor modules
│       │   ├── navigation/         # Route planning
│       │   └── Hyperglide.java     # Main entry point
│       └── resources/
│           ├── assets/hyperglide/
│           │   └── icon.png
│           ├── fabric.mod.json
│           └── mixins.json
├── build.gradle
├── gradle.properties
├── settings.gradle
├── gradlew
├── gradlew.bat
├── icon.png
├── LICENSE
└── README.md

🛠️ Building from Source

Prerequisites

Windows

git clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
.\gradlew.bat clean build

Linux and macOS

git clone https://github.com/Ark223/Hyperglide.git
cd Hyperglide
./gradlew clean build

The compiled add-on JAR will be located in:

build/libs/

🐛 Issues and Suggestions

Found a bug or have an idea?

📄 License

This add-on is licensed under the GNU General Public License v3.0.

Releases

Packages

Contributors

Languages