awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesModding Platforms

Development platforms for creating and managing modifications to game engines using standardized hooks.

Distinct from Minecraft Plugin Development: Distinct from Minecraft Plugin Development: focuses on a comprehensive modding platform for the game engine rather than server-side plugin development.

Explore 3 awesome GitHub repositories matching part of an awesome list · Modding Platforms. Refine with filters or upvote what's useful.

  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Game Development Plugins
  5. Minecraft Plugin Development
  6. Modding Platforms

Awesome Modding Platforms GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • luohuayu/catserverالصورة الرمزية لـ Luohuayu

    Luohuayu/CatServer

    2,057عرض على GitHub↗

    CatServer is a hybrid Minecraft server implementation designed to simultaneously execute Forge mods and Bukkit or Spigot plugins within a single environment. It functions as a runtime bridge that enables the integration of heterogeneous modding and plugin ecosystems, allowing content from both sources to operate together. The project provides a compatibility layer that translates plugin dependencies and synchronizes data between external extensions and internal game logic. By utilizing a unified classloader hierarchy and runtime bytecode instrumentation, it allows standard server extensions t

    Translates and dispatches game events between disparate plugin and mod frameworks to ensure unified communication across the entire server environment.

    Javabukkitcatservercauldron
    عرض على GitHub↗2,057
  • neoforged/neoforgeالصورة الرمزية لـ neoforged

    neoforged/NeoForge

    1,949عرض على GitHub↗

    NeoForge is a development framework and programming interface designed for modifying the Minecraft Java Edition game engine. It provides a standardized environment that allows developers to inject custom logic, extend core gameplay mechanics, and introduce new content into the game. The platform distinguishes itself by utilizing a system of hooks and registry patterns that manage how modifications interact with the game engine. It maintains stability across different versions by separating client and server execution environments and automating the discovery and loading of mod packages. The

    Provides a development platform for creating and managing modifications to the Minecraft Java Edition game engine using standardized hooks.

    Javahacktoberfestminecraftmodding-api
    عرض على GitHub↗1,949
  • teneted/tenetالصورة الرمزية لـ Teneted

    Teneted/Tenet

    1,518عرض على GitHub↗

    Tenet is a Java-based Minecraft server runtime designed to host multiplayer sessions that incorporate both complex custom content and server-side modifications. It functions as a modding platform that integrates distinct server ecosystems into a single, unified environment. The project distinguishes itself by enabling the simultaneous execution of Forge mods alongside Bukkit or Spigot plugins within one server instance. By bridging these traditionally separate frameworks, it allows administrators to combine diverse gameplay features and management tools that would otherwise be incompatible.

    Merges distinct Minecraft server ecosystems into one environment to allow players to experience content from multiple modding frameworks simultaneously.

    Javabukkitcauldroncraftbukkit
    عرض على GitHub↗1,518

استكشف الوسوم الفرعية

  • Cross-Ecosystem BridgesSynchronization layers that connect external plugins with modded content and virtual entities. **Distinct from Modding Platforms:** Distinct from Modding Platforms: focuses on the bridge and synchronization logic between disparate ecosystems rather than the platform for creating mods.
  • Cross-Ecosystem IntegratorsFrameworks that bridge distinct server modding ecosystems to allow unified content execution. **Distinct from Modding Platforms:** Distinct from Modding Platforms: focuses on the integration of separate ecosystems rather than the platform for creating mods.