No description
Find a file
Alexander Medvedev bbf685622b
Some checks are pending
deploy-docker-image / docker-build-deploy (push) Waiting to run
Cargo Build, Test, and Linting / Check formatting (push) Waiting to run
Cargo Build, Test, and Linting / Run lints (push) Waiting to run
Cargo Build, Test, and Linting / Build project and test (push) Waiting to run
Cargo Build, Test, and Linting / Build project in release (push) Waiting to run
Cargo Build, Test, and Linting / Run lints in release mode (push) Waiting to run
Spelling / Spell Check with Typos (push) Waiting to run
Update RSA
this should fix some plugin issues
2025-08-31 15:56:46 +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.35.4 to 1.35.5 (#1150) 2025-08-26 09:06:21 +02:00
assets fix world y offset & bedrock update (#1121) 2025-08-30 09:27:03 +02:00
nix/dev build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
pumpkin Update RSA 2025-08-31 15:56:46 +02:00
pumpkin-api-macros remove some internal crates 2025-07-11 14:23:14 +02:00
pumpkin-config Parse SocketAddr 2025-08-16 17:02:25 +02:00
pumpkin-data add more loot table conditions 2025-08-30 11:58:43 +02:00
pumpkin-inventory feat: make totems work 2025-08-21 16:43:13 +02:00
pumpkin-macros Repurpose Event trait as generic Payload trait (#1116) 2025-08-27 18:00:55 +02:00
pumpkin-nbt fix: test 2025-08-15 15:35:30 +02:00
pumpkin-protocol add more loot table conditions 2025-08-30 11:58:43 +02:00
pumpkin-registry feat: implement Mob Spawners 2025-08-24 23:02:59 +02:00
pumpkin-util add more loot table conditions 2025-08-30 11:58:43 +02:00
pumpkin-world fix world y offset & bedrock update (#1121) 2025-08-30 09:27:03 +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 Improve tags (#1057) 2025-07-27 21:34:18 +02:00
Cargo.lock Update RSA 2025-08-31 15:56:46 +02:00
Cargo.toml readme: check eating as complete 2025-08-20 16:31:07 +02:00
CODE_OF_CONDUCT.md Fix rust 1.89 warns 2025-08-11 20:45:55 +02:00
CONTRIBUTING.md Fix rust 1.89 warns 2025-08-11 20:45:55 +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 I give up 2025-08-12 18:05:04 +02:00
egg-pumpkin.json Add Pterodactyl egg (#425) 2025-02-06 18:08:56 +01:00
flake.lock build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
flake.nix build: nix user development simplification (#1141) 2025-08-21 10:03:27 +02:00
LICENSE Update year in license 2025-01-01 13:05:17 +01:00
README.md readme: check eating as complete 2025-08-20 16:31:07 +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 feat: Added custom translations (#1109) 2025-08-15 09:59:47 +02:00

Pumpkin

CI Discord License: MIT Current version)

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

Features

  • Configuration (toml)
  • Server Status/Ping
  • Networking
    • Encryption
    • Packet Compression
  • Player Configuration
    • Registries (biome types, paintings, dimensions)
    • Server Brand
    • Server Links
    • Set Resource Pack
    • Cookies
  • World
    • World Joining
    • Player Tab-list
    • Scoreboard
    • World Loading
    • World Time
    • World Borders
    • World Saving
    • Lighting
    • Entity Spawning
    • Item drops (W.I.P)
    • Bossbar
    • TNT
    • Chunk Loading (Vanilla, Linear)
    • Chunk Generation
    • Chunk Saving (Vanilla, Linear)
    • Biomes
    • Redstone (W.I.P)
    • Liquid Physics
    • Vegetation
    • Structure Generation
  • Player
    • Skins
    • Client brand
    • 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 (W.I.P)
    • Boss
    • Villagers
    • Mobs Inventory
    • Entity Saving
  • Server
    • Plugins (W.I.P)
    • Query
    • RCON
    • Inventories
    • Particles
    • Chat
    • Commands (W.I.P)
    • Permissions
    • Translations
  • Proxy
    • Bungeecord
    • Velocity

Check out our Github Project to see current progress.

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.