mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
35 lines
1002 B
Markdown
35 lines
1002 B
Markdown
## Pumpkin (WIP)
|
|
A Minecraft server written in pure Rust
|
|
|
|
## What Pumpkin aims to be:
|
|
- A fast, efficient, and scalable Minecraft server
|
|
- Compatible with the latest Minecraft server version
|
|
- Adherent to Vanilla game mechanics
|
|
- Highly configurable with the ability to disable unnecessary features
|
|
- A platform for plugin development
|
|
|
|
## What Pumpkin is not:
|
|
- A direct replacement for Vanilla or Bukkit servers
|
|
- A framework for building a Server from scratch
|
|
|
|
### Features
|
|
- States
|
|
- [x] Handshake
|
|
- [x] Status
|
|
- [x] Login
|
|
- [x] Config
|
|
- [ ] Play
|
|
- [x] Server Status/Ping
|
|
- [x] Encryption
|
|
- [ ] Compression
|
|
- [x] Configuration
|
|
|
|
## Contributions
|
|
Contributions are welcome!. Feel free to open an issue or pull request.
|
|
|
|
## Communication
|
|
Consider joining our discord https://discord.gg/wT8XjrjKkf to stay up-to-date on events, updates, and connect with other members.
|
|
|
|
### Thanks
|
|
A big thank you to https://wiki.vg/ for providing valuable information used in the development of this project.
|