Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Jevzo

Kubernetes-native Minecraft cloud platform with smart proxy routing and autoscaling workflows.

Report ogcloud?

Release
v1.2.1

Jevzo released ogcloud version v1.2.1 on March 10, 2026

Hey everyone,

OgCloud v1.2.1 is now released.

This update is focused on runtime stability, high-concurrency behavior, and better operational controls for real Minecraft network workloads.

Why this release matters

  • Runtime toggles for permission system and tablist behavior
  • Configurable proxy routing strategy (LOAD_BASED / ROUND_ROBIN)
  • Critical Velocity login fix to remove blocking Mongo permission reads
  • Async Kafka publishing flow in Velocity and Paper to avoid blocking critical threads
  • Controller-side throughput and reliability improvements (concurrency tuning, retries, DLT)
  • Atomic Redis player-session updates with strict permission version ordering

Quick start

  1. Install prerequisites:
  • Node.js + npm
  • kubectl (configured)
  • Helm
  1. Run:
npx @ogcloud/setup
  1. In the menu:
  • Generate config
  • Deploy your network

Useful commands

npx @ogcloud/setup --generate-config ogwars
npx @ogcloud/setup --deploy ogwars
npx @ogcloud/setup --update ogwars api 1.2.0
npx @ogcloud/setup --destroy ogwars

Key features in 1.2.1

  • Live network feature-state propagation across Velocity/Paper plugins
  • Safe handling when re-enabling permission system under high online player count
  • Controller connect dedupe and runtime permission-group caching
  • Improved fault handling for Kafka consumer failures via retry + dead-letter topics
  • New helper Discord bot module for support-role workflow automation

Roadmap highlight

Planned: support multiple Minecraft versions in one cluster via protocol-based routing at the loadbalancer plus plugin-side translation.

Status

OgCloud is still actively evolving, and v1.2.1 is beta-prod ready for teams comfortable with Kubernetes-based operations.

Feedback, bug reports, and feature ideas are very welcome.

Information

Published onMarch 10, 2026
Downloads0

Platforms

Paper Paper (1.21.11)
Velocity Velocity (3.5)