Empowering everyone to host fast and efficient Minecraft servers. https://pumpkinmc.org/
Find a file
2026-08-07 14:01:03 +02:00
.devcontainer Add docker support to the dev container 2024-10-16 01:45:57 -05:00
.github chore: update bug report template 2026-07-30 12:55:41 +02:00
assets feat(bedrock): update to 1.26.40 and add NetherNet transport (#2797) 2026-08-07 08:34:10 +02:00
crates feat: add fetchprofile command 2026-08-07 14:01:03 +02:00
tools/pumpkin-codegen feat(bedrock): update to 1.26.40 and add NetherNet transport (#2797) 2026-08-07 08:34:10 +02:00
.dockerignore fix: ci 2026-08-06 13:10:57 +02:00
.editorconfig Grammar fixes, terminology change (#633) 2025-03-16 10:40:17 +01:00
.envrc Nix flake (#758) 2025-05-10 12:46:42 +02:00
.gitignore feat(bedrock): update to 1.26.40 and add NetherNet transport (#2797) 2026-08-07 08:34:10 +02:00
.gitmodules chore: move to crates folder 2026-08-06 12:56:40 +02:00
Cargo.lock feat(bedrock): update to 1.26.40 and add NetherNet transport (#2797) 2026-08-07 08:34:10 +02:00
Cargo.toml feat(bedrock): update to 1.26.40 and add NetherNet transport (#2797) 2026-08-07 08:34:10 +02:00
CODE_OF_CONDUCT.md Fix rust 1.89 warns 2025-08-11 20:45:55 +02:00
CONTRIBUTING.md docs: add description for Redundancy in contributing guidelines (#2556) 2026-07-26 23:20:32 -04:00
default.nix build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
docker-compose.yml Add security_opt and new restart policy to docker-compose options (#693) 2025-04-28 19:11:15 +02:00
Dockerfile fix: ci 2026-08-06 13:10:57 +02:00
egg-pumpkin.json fix(egg): initialize git submodules during install (#2456) 2026-07-24 18:16:57 +02:00
flake.lock chore(nix): fix and update flake (#2252) 2026-06-10 14:41:39 +02:00
flake.nix chore(nix): fix and update flake (#2252) 2026-06-10 14:41:39 +02:00
LICENSE chore: move to crates folder 2026-08-06 12:56:40 +02:00
README.md docs: fix broken chunk loading image link in README (#2547) 2026-07-26 11:39:10 +02:00
rust-toolchain.toml build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
rustfmt.toml feat: add a rustfmt config file (#1160) 2025-08-31 11:35:36 +02:00
SECURITY.md Create SECURITY.md 2024-12-04 11:37:41 +01:00
shell.nix build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
typos.toml chore: move to crates folder 2026-08-06 12:56:40 +02:00

Pumpkin

CI Discord License: GPL

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.

Pumpkin Chunk Loading

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.

Important

Pumpkin is currently under heavy development.

See what needs to be done before the 1.0.0 Release

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
    • Plugins
    • Query
    • RCON
    • Inventories
    • Particles
    • Chat
    • Commands
    • Permissions
    • Translations
  • 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 the Donation Page.