Meteorist
☄️ Meteorist is a handy multi-tool add-on for Meteor Client, packed with utilities for everyday gameplay. ☄️
Install / Use
/learn @Zgoly/MeteoristREADME
📖 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
- Java: 21 or higher
- Fabric Loader
- Meteor Client
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.
Commands
Custom commands for running scheduled instructions, managing player data, inspecting NBT data, and more.
Presets
Additional HUD presets for displaying various statistics.
📁 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 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
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
