Empowering everyone to host fast and efficient Minecraft servers. https://pumpkinmc.org/
Find a file
Glory dc6ad807ce
fix(items): ender pearl logic and item cooldown (#2189)
* fix: throw sound pitch

* fix: ender pearl teleporting player to wrong position

* impl: spawn endermite on ender pearl collision

* fix: check world rules before spawning endermites

* impl: ender pearl damages collided entity

* impl: item use cooldown

* fix: cooldown_group in pumpkin-codegen

* resolve merge conflict

---------

Signed-off-by: Glory <89966094+gloryrunner@users.noreply.github.com>
Co-authored-by: Missing_Love <42416195+Q2297045667@users.noreply.github.com>
2026-06-08 13:27:29 +02:00
.devcontainer Add docker support to the dev container 2024-10-16 01:45:57 -05:00
.github build(deps): bump crate-ci/typos from 1.47.0 to 1.47.2 (#2249) 2026-06-08 08:14:34 +02:00
assets feat(bedrock): Initial inventory setup (#2215) 2026-06-07 07:59:06 +02:00
pumpkin fix(items): ender pearl logic and item cooldown (#2189) 2026-06-08 13:27:29 +02:00
pumpkin-api-macros feat: plugin permission system 2026-04-30 19:33:31 +02:00
pumpkin-codecs chore: enforce some more clippy lints 2026-05-20 22:27:54 +02:00
pumpkin-codegen fix(items): ender pearl logic and item cooldown (#2189) 2026-06-08 13:27:29 +02:00
pumpkin-config feat: add bedrock forms 2026-05-15 18:24:28 +02:00
pumpkin-data feat(bedrock): Initial inventory setup (#2215) 2026-06-07 07:59:06 +02:00
pumpkin-inventory feat: more loot table work 2026-05-22 22:23:47 +02:00
pumpkin-macros chore: enforce some more clippy lints 2026-05-20 22:27:54 +02:00
pumpkin-nbt fix: disable cave carver for now 2026-05-23 16:36:08 +02:00
pumpkin-plugin-api chore: expose packet events 2026-06-06 08:52:54 +02:00
pumpkin-plugin-wit@40ae442280 feat: extend packet send and receive events 2026-06-06 10:13:53 +02:00
pumpkin-protocol feat(bedrock): add container open 2026-06-07 21:12:16 +02:00
pumpkin-util feat(bedrock): add item drops 2026-06-07 14:34:54 +02:00
pumpkin-world fix(world): handle unsupported custom anvil compression (#2217) 2026-06-04 10:24:36 +02:00
.dockerignore Git inside build (#681) 2025-03-29 13:25:37 +01: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 fix: CI 2 (hopefully) 2026-05-16 12:41:29 +02:00
.gitmodules Convert pumpkin-plugin-wit folder to a git submodule 2026-05-19 18:29:14 +02:00
Cargo.lock feat(bedrock): add item drops 2026-06-07 14:34:54 +02:00
Cargo.toml feat(bedrock): add item drops 2026-06-07 14:34:54 +02:00
CODE_OF_CONDUCT.md Fix rust 1.89 warns 2025-08-11 20:45:55 +02:00
CONTRIBUTING.md fix: typos in CONTRIBUTING.md (#2146) 2026-05-17 09:39:34 +02: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 feat: add infested blocks & silverfish spawn 2026-02-05 19:34:04 +01:00
egg-pumpkin.json fix: Update server port in egg-pumpkin configuration (#1891) 2026-03-22 10:44:32 +01:00
flake.lock chore: fix and update nix flake (#1426) 2026-02-04 10:36:23 +01:00
flake.nix chore: fix and update nix flake (#1426) 2026-02-04 10:36:23 +01:00
LICENSE fix: structure connection through chunks 2026-02-01 23:03:15 +01:00
README.md feat: add rudimentary .pump format 2026-04-30 09:05:40 +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 build(deps): bump crate-ci/typos from 1.46.1 to 1.46.2 (#2155) 2026-05-18 21:55:09 +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.

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/Bedrock
    • ...
  • 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
    • Eating
    • ...
  • Entities
    • Non-Living (Minecart, Eggs...) (W.I.P)
    • Entity Effects
    • Players
    • Mobs (W.I.P)
    • Animals (W.I.P)
    • Entity AI
    • Boss
    • Villagers
    • 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 my GitHub sponsors.