Welcome to the official repository hub of StarLight Network, high-performance Minecraft Bedrock network. We engineer everything from scratch with a zero-compromise philosophy—prioritizing vibrant modern aesthetics, optimized network routing, and deep database synchronization.
Our network combines a lightning-fast Go-based distributed backend with a highly-tuned PHP game engine, creating a seamless, lag-free gameplay environment for players worldwide.
We do not rely on standard out-of-the-box multi-server setups. We design our own gateways and custom network brokers to handle player sessions with absolute integrity:
graph TD
%% Player Access
P_Game["Player Bedrock"] -->|Port 19132| StarProxy["StarProxy Gateway - Go"]
P_Web["User Website / Store"] -->|Browser| WebFront["Next.js Frontend"]
%% Core Controllers
StarProxy -->|Active Session Verification| StarObserver{StarObserver - Core Brain}
WebFront -->|API Requests| WebBack["Go Backend - Fiber"]
subgraph "Logical Game Nodes (Minecraft Servers)"
Lobby_01["Lobby-01 PMMP"]
Lobby_02["Lobby-02 PMMP"]
Bedwars_01["Bedwars-01 PMMP"]
Duels_01["Duels-01 PMMP"]
end
%% Smart Routing
StarObserver -->|Active Server Registry| StarProxy
StarProxy -->|Seamless Transfer| Lobby_01
StarProxy -->|Seamless Transfer| Lobby_02
StarProxy -->|Seamless Transfer| Bedwars_01
StarProxy -->|Seamless Transfer| Duels_01
%% Centralized Data Layer
Lobby_01 <-->|TCP Socket Sync| StarObserver
Lobby_02 <-->|TCP Socket Sync| StarObserver
Bedwars_01 <-->|TCP Socket Sync| StarObserver
Duels_01 <-->|TCP Socket Sync| StarObserver
StarObserver <-->|Write Buffer| DB[(MySQL Central Database)]
WebBack <-->|Read / Write| DB
%% Integrations
WebBack -->|Automated Billing| Midtrans["Midtrans Payment API"]
WebBack -->|Real-time Bot Logs| Discord["Discord API"]
Our front-line high-concurrency gateway built on Go. It handles multi-version protocol translations, manages player handshakes, filters malicious packets, and executes smooth camera transition fades when moving players between active nodes.
The persistent state manager of our network. Built in Go, it holds player sessions in a secure in-memory cache and serves as the sole writer to the central MySQL database, completely shielding player ranks, currencies, and statistics from write-conflicts.
Engineered using deeply optimized custom PHP plugins. These instances host our core game modes (Lobbies, Bedwars, Duels, Valorant) and run asynchronously connected tasks that communicate with the central StarObserver via a custom TCP socket protocol.
A next-generation web portal themed around a stunning "Dungeon" design. Built with Next.js, it offers integrated community forums, custom account authentication, developer dashboards, and automated store deliveries powered by the Midtrans gateway.
Our Bedwars mode is fully optimized for tactical competitive play, offering a refined multiplayer experience:
- Dynamic Generator Systems: Gorgeous visual custom item generators designed to float gracefully above resource blocks, providing players with clear battlefield visibility.
- Interactive Villager Shop: A responsive inventory-based merchant interface with instant buy-back confirmation, smooth transaction feedback, and zero click-latency.
- Custom Team Mechanics: Beautiful team color HUD overlays, dynamic team chat isolation, and customized team upgrade systems.
- Seamless Teleportation: Instant transfer logic that relocates players from game lobbies to arena battlegrounds smoothly.
- Grid Arena Manager: Dynamically loads template arenas in isolated coordinate grids, providing instant match setups with zero memory overhead.
- Matchmaking: Built-in competitive matchmaking queues using a custom Elo ranking algorithm and predictive logic.
- AI Battle Bots: Highly advanced combat training bots simulating human player movements, strafing, and combo techniques.
- Custom HUD Binding: High-fidelity client-side HUD JSON bindings to display round times, shield status, and kill reports.
- Agent Abilities & Spike Engine: Complete custom game loop representing spike planting/defusing, dynamic character barriers, and real-time Unicode bossbars.
- Tab Grid Statistics: Dynamic scoreboard grid capturing player combat scores, KDA ratios, and economy stats.
We believe a great game server must look premium, modern, and distinct:
- Custom Scoreboard & UI Typography: A custom scoreboard rendering system using our high-fidelity bitmap font to deliver a clean, space-morphic sidebar while keeping standard in-game text, names, and inventory lists clean and original.
- Custom Ranks & Unicode Icons: Elegant chat prefixes, custom ranks, and interactive HUD icons that scale perfectly with default Minecraft text sizes, creating a consistent visual layout.
- Stunning 3D Wing Cosmetics: Breathtaking double-sided custom cosmetic wings (such as our signature Snowflake Wings) designed with advanced alpha-test transparency to render flawlessly on modern Bedrock engines.
- Custom Form UI & Layouts: Custom-slotted, fluid form menus featuring floating header animations and responsive layout designs that give the interface a living, dynamic feel.
| Technology | Purpose | Badge |
|---|---|---|
| Go (Golang) | High-concurrency network servers, web api, & observer services | |
| PHP 8.2+ | PocketMine-MP plugin logic & game loops |
| Database | Purpose | Badge |
|---|---|---|
| MySQL / MariaDB | Persistent storage for users, ranks, and purchases | |
| Redis | High-speed global session caching & Pub/Sub chat |
The duo behind the vision, design, and execution of StarLight Network:
![]() Claudy 👑 Lead Developer & Architect Lead architect in charge of core network systems, high-concurrency game nodes, web applications, and backend database integrations. |
![]() Valeska 🌸 Co-Developer & Interface Designer Creative designer managing custom asset styling, fluid in-game UI menus, elegant web interfaces, refined UI/UX flows, and stylish visual identities across digital platforms. |
The dedicated team behind the StarLight Network. Our administrative and support staff work tirelessly to ensure a seamless, fair, and engaging ecosystem for all players:
![]() Letnan 👾 Innovate Admin & Lead Builder Lead Builder in charge of core world layouts, large-scale architectural projects, immersive landscape designs, and collaborative multiplayer construction |
![]() Noel 🍀 Innovate Admin & Creative Designer Managing making custom logos and banners. styling & rebuilding discord server and engaging with collaborative designs |
- Website: https://starlightmc.net
- Discord Server: https://starlightmc.net/discord
- IP Address: starlightmc.net




