Pumpkin-MC/Pumpkin
Summary
Pumpkin is a high-performance Minecraft server built entirely in Rust, focusing on speed, security, and extensibility.
View Cached Full Text
Cached at: 07/22/26, 02:18 PM
Pumpkin-MC/Pumpkin
Source: https://github.com/Pumpkin-MC/Pumpkin
Pumpkin is a Minecraft server built entirely in Rust, offering a fast, efficient, and customizable experience. It prioritizes performance and player enjoyment while adhering to the core mechanics of the game.

Goals
- Performance: Leveraging multi-threading for maximum speed and efficiency.
- Compatibility: Supports the latest Java & Bedrock Minecraft server version while adhering to Vanilla game mechanics.
- Security: Prioritizes security by preventing known security exploits.
- Flexibility: Highly configurable, with the ability to disable unnecessary features.
- Extensibility: Provides a foundation for plugin development.
Pumpkin is currently under heavy development.
Features
- Configuration (toml)
- Tracking: Protocol
- Server Status/Ping
- Encryption
- Packet Compression
- Java Edition
- Bedrock Edition (W.I.P)
- …
- Tracking: World
- Player Tab-list
- Scoreboard
- World Loading
- World Time
- World Borders
- World Saving
- Lighting
- Entity Spawning
- Bossbar
- Chunk Loading (Vanilla, Linear, Pump)
- Chunk Generation
- Chunk Saving (Vanilla, Linear, Pump)
- Redstone
- Liquid Physics
- …
- Tracking: Player
- Skins
- Teleport
- Movement
- Animation
- Inventory
- Combat
- Experience
- Hunger
- Off Hand
- Advancements (W.I.P)
- Eating
- …
- Entities
- Non-Living (Minecart, Eggs…) (W.I.P)
- Entity Effects
- Players
- Mobs (W.I.P)
- Animals (W.I.P)
- Entity AI
- Boss (W.I.P)
- Villagers (W.I.P)
- Entity Saving
- Server
- Proxy
- Bungeecord
- Velocity
How to run
See our Quick Start guide to get Pumpkin running.
Contributions
Contributions are welcome! See CONTRIBUTING.md
Docs
Pumpkin’s documentation can be found at https://pumpkinmc.org/
Communication
Consider joining our Discord server to stay up-to-date on events, updates, and connect with other members.
Funding
If you want to fund me and help the project, check out my GitHub sponsors.
Similar Articles
Rust Glancer
Rust Glancer is a new LSP server for Rust that uses significantly less RAM than alternatives like rust-analyzer, as discussed in a blog post evaluating its features and potential.
punkpeye/awesome-mcp-servers
This article presents a curated list of awesome Model Context Protocol (MCP) servers, providing a web directory for AI models to interact with local and remote resources through standardized server implementations.
Concurrent Servers: Part 7 - Rust
This article, part of a series on concurrent servers, explains how to implement concurrent network servers in Rust, covering sequential, threaded, and event-driven approaches with code examples.
Running a Minecraft Server and More on a 1960s Univac Computer
A hobbyist successfully runs a Minecraft server, NES emulator, webserver, and modern crypto on a restored 1960s UNIVAC 1219B with only 250 kHz CPU and 90 KB RAM.
Mythos Minecraft Clone with functional multiplayer:
Mythos is a Minecraft clone that features functional multiplayer, demonstrated in a tweet.