awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
cuberite avatar

cuberite/cuberite

0
View on GitHub↗
5,411 स्टार्स·657 फोर्क्स·C++·12 व्यूज़cuberite.org↗

Cuberite

Cuberite is a high-performance multiplayer game server for Java Edition clients, designed to provide a low-memory and low-CPU environment for hosting shared virtual spaces.

The server is built for cross-platform deployment across various operating systems and hardware types. It allows for the extension of game mechanics and server logic through a Lua scripting interface, enabling functionality changes without recompiling the core engine.

The project includes tools for server administration via a remote console and world data management for analyzing statistics and optimizing save file storage. Additional capabilities cover the visualization of biome generation and the analysis of memory dumps for resource monitoring.

Features

  • Multiplayer Game Servers - Runs a high-performance multiplayer game server that coordinates multiple users in a shared virtual space.
  • Game Logic Scripting - Implements a Lua scripting interface that allows for the extension of game mechanics and server logic.
  • Minecraft Server Hosting - Provides a high-performance hosting environment specifically optimized for Minecraft Java Edition clients.
  • Lua Game - Embeds a Lua interpreter for runtime game logic scripting and functionality extensions.
  • Storage Space Optimization - Reclaims disk space and increases loading speeds through save file defragmentation and removal of unused data.
  • Remote Diagnostic Consoles - Provides a remote diagnostic console for administrative command execution and server management without active game participation.
  • Cross-Platform Server Deployments - Enables server deployment across various operating systems, including Windows, Linux, and macOS.
  • Multi-Platform Deployments - Supports execution across multiple operating systems and hardware types to ensure compatibility across hosting environments.
  • World Save Optimizers - Manages world data through statistics analysis and save file optimization to reduce disk footprint.
  • Game Server Administration Interfaces - Provides a remote console interface for managing server settings and executing administrative commands.
  • Game Server Frameworks - Open-source game server for voxel-based games.

स्टार हिस्ट्री

cuberite/cuberite के लिए स्टार हिस्ट्री चार्टcuberite/cuberite के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Cuberite के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Cuberite के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • kbengine/kbenginekbengine का अवतार

    kbengine/kbengine

    5,690GitHub पर देखें↗

    KBEngine is a distributed game server engine and backend infrastructure designed for massively multiplayer online environments. It provides a multi-process architecture to handle high player concurrency and real-time interactions within a shared virtual world. The system features a scriptable game logic framework that combines a high-performance core with a high-level scripting language. This allows for game behavior modifications through a hot-fixable runtime that updates logic without requiring server restarts. The engine manages server scaling via dynamic load balancing across multiple ha

    C
    GitHub पर देखें↗5,690
  • netease/pomeloNetEase का अवतार

    NetEase/pomelo

    11,880GitHub पर देखें↗

    Pomelo is a distributed Node.js game server framework designed for building scalable multiplayer game backends and real-time web applications. It employs a multi-process architecture to distribute application logic horizontally across a cluster of machines, enabling high concurrency and balanced network traffic. The framework utilizes a WebSocket communication layer to manage bidirectional data exchange between diverse web clients and server clusters. It incorporates a remote procedure call system for triggering functions across remote server processes and uses Protocol Buffers for binary ser

    JavaScript
    GitHub पर देखें↗11,880
  • papermc/paperPaperMC का अवतार

    PaperMC/Paper

    12,385GitHub पर देखें↗

    Paper is a high-performance server implementation for hosting multiplayer Minecraft games. It functions as a performance-oriented game engine designed to reduce resource usage and resolve mechanical inconsistencies in game logic. The project provides a platform for extending server logic and adding custom gameplay features through a dedicated plugin API. This allows for the development and integration of third-party extensions to add specialized capabilities to the server environment. The software covers several technical areas including server performance optimization for high-concurrency e

    Javabukkitjavaminecraft
    GitHub पर देखें↗12,385
  • o3de/o3deo3de का अवतार

    o3de/o3de

    8,954GitHub पर देखें↗

    This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic environments. It functions as a robotics simulation platform with native integration for ROS 2 to model robot controllers and sensors. The engine features a multi-threaded Forward+ physically based renderer that supports hardware-accelerated ray tracing and global illumination. The system is built on a modular extension architecture using Gems to add or replace features without modifying core binaries. It includes a native SDK for AWS cloud integration, enabling IAM authenticati

    C++3d-graphics3d-graphics-engineanimation
    GitHub पर देखें↗8,954
Cuberite के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

cuberite/cuberite क्या करता है?

Cuberite is a high-performance multiplayer game server for Java Edition clients, designed to provide a low-memory and low-CPU environment for hosting shared virtual spaces.

cuberite/cuberite की मुख्य विशेषताएं क्या हैं?

cuberite/cuberite की मुख्य विशेषताएं हैं: Multiplayer Game Servers, Game Logic Scripting, Minecraft Server Hosting, Lua Game, Storage Space Optimization, Remote Diagnostic Consoles, Cross-Platform Server Deployments, Multi-Platform Deployments।

cuberite/cuberite के कुछ ओपन-सोर्स विकल्प क्या हैं?

cuberite/cuberite के ओपन-सोर्स विकल्पों में शामिल हैं: kbengine/kbengine — KBEngine is a distributed game server engine and backend infrastructure designed for massively multiplayer online… netease/pomelo — Pomelo is a distributed Node.js game server framework designed for building scalable multiplayer game backends and… papermc/paper — Paper is a high-performance server implementation for hosting multiplayer Minecraft games. It functions as a… warzone2100/warzone2100 — Warzone 2100 is an open-source real-time strategy game engine focused on tactical combat and base building. It… o3de/o3de — This project is an open-source 3D game engine designed for building high-fidelity games, simulations, and cinematic… pumpkin-mc/pumpkin — Pumpkin is a high-performance Minecraft game server implementation designed to host shared virtual worlds. It is…