Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
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
- Install prerequisites:
- Node.js + npm
- kubectl (configured)
- Helm
- Run:
npx @ogcloud/setup
- 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.
Links
- GitHub: https://github.com/Jevzo/ogcloud
- npm setup package: https://www.npmjs.com/package/@ogcloud/setup
- Discord support: https://discord.gg/pE9gCBm822
- Sponsors: https://github.com/sponsors/Jevzo
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 on | March 10, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.21.11)
Velocity (3.5)