SkillAgentSearch skills...

Meteorist

☄️ Meteorist is a handy multi-tool add-on for Meteor Client, packed with utilities for everyday gameplay. ☄️

Install / Use

/learn @Zgoly/Meteorist

README

<div align="center">

Meteorist Download

License Release Downloads Stars Code Size Issues Pulls Forks

Discord

Fabric

</div>

📖 About

Add-on for Meteor Client that adds modules, commands, and other useful features for anarchy servers.

<div align="center"> <a href="https://meteorist.pages.dev" target="_blank"> <img align="center" height="64px" alt="Meteorist Download" src="website/button.svg"> </a> </div>

📦 Requirements

Required

Optional

  • Baritone - required for ItemSucker module (pathfinding to items and returning to origin)
  • Minescript - required for Minescript Integration module (custom script execution)

🧩 Features

Modules

A wide variety of modules for automation, combat, movement, rendering, and general quality of life improvements.

View all modules

Commands

Custom commands for running scheduled instructions, managing player data, inspecting NBT data, and more.

View all commands

Presets

Additional HUD presets for displaying various statistics.

View all presets

📁 Project Structure

Meteorist/
├── src/
│   ├── main/
│   │   ├── java/zgoly/meteorist/
│   │   │   ├── commands/      # Custom commands
│   │   │   ├── devmodules/    # Development-only modules
│   │   │   ├── events/        # Event handlers
│   │   │   ├── gui/           # Custom GUI screens
│   │   │   ├── hud/           # HUD elements
│   │   │   ├── mixin/         # Mixin classes
│   │   │   ├── modules/       # Game modules
│   │   │   ├── settings/      # Configuration settings
│   │   │   ├── utils/         # Utility classes
│   │   │   └── Meteorist.java # Main entry point
│   │   └── resources/
│   │       ├── assets/        # Mod stuff (icons, etc.)
│   │       ├── fabric.mod.json
│   │       └── meteorist.mixins.json
│   └── dev/java/              # Development stuff
├── gradle/                    # Gradle wrapper stuff
└── website/                   # Website stuff (meteorist.pages.dev)

🛠️ Building from Source

Prerequisites

Steps

# Clone the repository
git clone https://github.com/Zgoly/Meteorist.git
cd Meteorist

# Build with Gradle
./gradlew build

The compiled JAR will be in build/libs/.

Development Commands

# Run in development environment
./gradlew runClient

# Generate module/command/preset info JSON
./gradlew generateMeteoristInfo

# Clean build artifacts
./gradlew clean

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License.

👥 Community

Join Discord Join Discord

Join our Discord server for support and discussions.


<div align="center"> <a href="https://github.com/Zgoly/Meteorist/stargazers"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=dark&user=Zgoly&repo=Meteorist"> <source media="(prefers-color-scheme: light)" srcset="https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=light&user=Zgoly&repo=Meteorist"> <img alt="Stargazers" src="https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?theme=dark&user=Zgoly&repo=Meteorist"> </picture> </a> <a href="https://www.star-history.com/?repos=zgoly%2Fmeteorist"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/image?repos=zgoly/meteorist&theme=dark"> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/image?repos=zgoly/meteorist"> <img alt="Star History Chart" src="https://api.star-history.com/image?repos=zgoly/meteorist"> </picture> </a> </div>

Related Skills

View on GitHub
GitHub Stars199
CategoryDevelopment
Updated1d ago
Forks20

Languages

Java

Security Score

100/100

Audited on Mar 29, 2026

No findings