3 مستودعات
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.
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.
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.
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.