# Pumpkin

[](https://discord.gg/wT8XjrjKkf)
[](https://opensource.org/licenses/gpl-3-0)
[Pumpkin](https://pumpkinmc.org/) 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.
> [!IMPORTANT]
> Pumpkin is currently under heavy development.
>
> [See what needs to be done before the 1.0.0 Release](https://github.com/Pumpkin-MC/Pumpkin/issues/449)
## Features
- [x] Configuration (toml)
- [Tracking: Protocol](https://github.com/Pumpkin-MC/Pumpkin/issues/1401)
- [x] Server Status/Ping
- [x] Encryption
- [x] Packet Compression
- [x] Java Edition
- [x] Bedrock Edition (W.I.P)
- ...
- [Tracking: World](https://github.com/Pumpkin-MC/Pumpkin/issues/1403)
- [x] Player Tab-list
- [x] Scoreboard
- [x] World Loading
- [x] World Time
- [x] World Borders
- [x] World Saving
- [x] Lighting
- [x] Entity Spawning
- [x] Bossbar
- [x] Chunk Loading (Vanilla, Linear, Pump)
- [Chunk Generation](https://github.com/Pumpkin-MC/Pumpkin/issues/36)
- [x] Chunk Saving (Vanilla, Linear, Pump)
- [Redstone](https://github.com/Pumpkin-MC/Pumpkin/issues/1402)
- [x] Liquid Physics
- ...
- [Tracking: Player](https://github.com/Pumpkin-MC/Pumpkin/issues/1405)
- [x] Skins
- [x] Teleport
- [x] Movement
- [x] Animation
- [x] Inventory
- [Combat](https://github.com/Pumpkin-MC/Pumpkin/issues/1404)
- [x] Experience
- [x] Hunger
- [X] Off Hand
- [X] Advancements (W.I.P)
- [x] Eating
- ...
- Entities
- [x] Non-Living (Minecart, Eggs...) (W.I.P)
- [x] Entity Effects
- [x] Players
- [x] Mobs (W.I.P)
- [x] Animals (W.I.P)
- [Entity AI](https://github.com/Pumpkin-MC/Pumpkin/issues/1406)
- [x] Boss (W.I.P)
- [x] Villagers (W.I.P)
- [X] Entity Saving
- Server
- [Plugins](https://github.com/Pumpkin-MC/Pumpkin/issues/1407)
- [x] Query
- [x] RCON
- [x] Inventories
- [x] Particles
- [x] Chat
- [Commands](https://github.com/Pumpkin-MC/Pumpkin/issues/15)
- [x] Permissions
- [x] Translations
- Proxy
- [x] [BungeeCord](https://github.com/SpigotMC/BungeeCord)
- [x] [BungeeGuard](https://github.com/lucko/BungeeGuard)
- [x] [Velocity](https://github.com/PaperMC/Velocity)
## How to run
See our [Quick Start](https://docs.pumpkinmc.org/#quick-start) guide to get Pumpkin running.
## Contributions
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
## Docs
Pumpkin's documentation can be found at
## Communication
Consider joining [our Discord server](https://discord.gg/wT8XjrjKkf) 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](https://pumpkinmc.org/donate/).
## License & Attribution
* **Pumpkin Server**: Licensed under the [GNU General Public License v3.0 (GPLv3)](LICENSE).
* **Plugin API (`pumpkin-plugin-api` & `pumpkin-plugin-wit`)**: Dual-licensed under [MIT](crates/pumpkin-plugin-api/LICENSE-MIT) OR [Apache-2.0](crates/pumpkin-plugin-api/LICENSE-APACHE) for maximum flexibility when writing plugins.
* **Third-Party Assets & Data**: Bedrock mappings, protocol conversion data, and Minecraft assets are subject to their respective licenses and attribution terms. See [assets/NOTICE.md](assets/NOTICE.md) for full details.