1 Repo
Environments that load and execute compiled binary modules to extend system logic.
Distinct from Python Scripting Environments: Specifically about hosting Python extensions for game logic, not general scripting environments
Explore 1 awesome GitHub repository matching development tools & productivity · Binary Plugin Hosts. Refine with filters or upvote what's useful.
Pumpkin is a high-performance Minecraft game server implementation designed to host shared virtual worlds. It is specifically built to support multiple client editions, allowing different game versions to interact within a single world. The project distinguishes itself through a flexible plugin architecture that supports extensions written in Go and Python. These extensions are loaded as portable binary modules, enabling developers to implement custom game logic and modify server behavior without altering the core codebase. The server covers a broad range of operational capabilities, includi
Provides a server environment that allows developers to execute custom game logic using Python extensions.