GitHunt
SW

Swofty-Developments/HypixelSkyBlock

Minecraft 1.21.11 (no Spigot) recreation of Hypixel SkyBlock with a goal of a properly abstracted and scalable codebase.

Hypixel SkyBlock

Discord

A 1.21.11 Minestom-based recreation of Hypixel SkyBlock with a properly abstracted, scalable microservices architecture.

Note: This implementation is under active development and is not yet production-ready.

Documentation

Full documentation is available at opensource.swofty.net

Features

  • Multi-Server Architecture - 13 server types (SkyBlock + BedWars)
  • Microservices - 8 independent services (Auctions, Bazaar, Party, etc.)
  • Redis Communication - Real-time inter-service messaging
  • MongoDB Storage - Persistent data storage
  • Velocity Proxy - Load balancing and player routing
  • Docker Support - Full Docker Compose deployment
  • Java 25 - Modern Java with virtual threads

Requirements

  • 16GB+ RAM
  • 6+ CPU Cores
  • Java 25
  • MongoDB
  • Redis

See the full requirements for details.

Quick Start

# Clone the repository
git clone https://github.com/Swofty-Developments/HypixelSkyBlock.git

# Docker deployment
docker-compose up --build

For manual setup, follow the documentation.

Credits

Thanks to the Minestom community and all contributors.

License

See repository for license details.

Languages

Java98.9%Shell0.6%HTML0.3%GLSL0.1%Vue0.0%TypeScript0.0%CSS0.0%Batchfile0.0%
GNU Affero General Public License v3.0
Created December 14, 2023
Updated March 11, 2026
Swofty-Developments/HypixelSkyBlock | GitHunt