mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
98 lines
3.0 KiB
Markdown
98 lines
3.0 KiB
Markdown
<div align="center">
|
|
|
|
# Pumpkin
|
|
|
|

|
|
[](https://discord.gg/wT8XjrjKkf)
|
|
[](https://opensource.org/licenses/MIT)
|
|

|
|
|
|
</div>
|
|
|
|
[Pumpkin](https://snowiiii.github.io/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.
|
|
|
|

|
|
|
|
## What Pumpkin wants to achieve
|
|
|
|
- **Performance**: Leveraging multi-threading for maximum speed and efficiency.
|
|
- **Compatibility**: Supports the latest Minecraft server version and adheres to vanilla game mechanics.
|
|
- **Security**: Prioritizes security by preventing known exploits.
|
|
- **Flexibility**: Highly configurable, with the ability to disable unnecessary features.
|
|
- **Extensibility**: Provides a foundation for plugin development.
|
|
|
|
## What Pumpkin will not
|
|
|
|
- Be a drop-in replacement for Vanilla or other servers
|
|
- Be compatible with plugins or mods for other servers
|
|
- Function as a framework for building a server from scratch.
|
|
|
|
> [!IMPORTANT]
|
|
> Pumpkin is currently under heavy development.
|
|
|
|
## Features (WIP)
|
|
|
|
- [x] Configuration (toml)
|
|
- [x] Server Status/Ping
|
|
- [x] Login
|
|
- Player Configuration
|
|
- [x] Registries (biome types, paintings, dimensions)
|
|
- [x] Server Brand
|
|
- [ ] Server Links
|
|
- [x] Set Resource Pack
|
|
- [ ] Cookies
|
|
- World
|
|
- [x] World Joining
|
|
- [x] Player Tab-list
|
|
- [x] World Loading
|
|
- [x] Entity Spawning
|
|
- [x] Chunk Loading
|
|
- [x] Chunk Generation
|
|
- [ ] World Borders
|
|
- [ ] World Saving
|
|
- Player
|
|
- [x] Player Skins
|
|
- [x] Player Client brand
|
|
- [x] Player Teleport
|
|
- [x] Player Movement
|
|
- [x] Player Animation
|
|
- [x] Player Inventory
|
|
- [x] Player Combat
|
|
- Server
|
|
- [x] Plugins
|
|
- [ ] Query
|
|
- [x] RCON
|
|
- [x] Inventories
|
|
- [x] Particles
|
|
- [x] Chat
|
|
- [x] Commands
|
|
- Proxy
|
|
- [ ] Velocity
|
|
|
|
Check out our [Github Project](https://github.com/users/Snowiiii/projects/12/views/3) to see current progress
|
|
|
|
## How to run
|
|
|
|
See our [Quick Start](https://snowiiii.github.io/Pumpkin/about/quick-start.html) Guide to get Pumpkin running
|
|
|
|
## Contributions
|
|
|
|
Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)
|
|
|
|
## Docs
|
|
|
|
The Documentation of Pumpkin can be found at https://snowiiii.github.io/Pumpkin/
|
|
|
|
## Communication
|
|
|
|
Consider joining our [discord](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 my [GitHub sponsors](https://github.com/sponsors/Snowiiii)
|
|
|
|
## Thanks
|
|
|
|
A big thanks to [wiki.vg](https://wiki.vg/) for providing valuable information used in the development of this project.
|