Back Original

Show HN: Pumpkin – A Modern Minecraft server written in Rust

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.

image

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.
  • 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.

  • Configuration (toml)
  • Server Status/Ping
  • Login
  • Player Configuration
    • Registries (biome types, paintings, dimensions)
    • Server Brand
    • Server Links
    • Set Resource Pack
    • Cookies
  • World
    • World Joining
    • Player Tab-list
    • World Loading
    • Entity Spawning
    • Chunk Loading
    • World Generation
    • Chunk Generation
    • World Borders
    • World Saving
  • Player
    • Player Skins
    • Player Client brand
    • Player Teleport
    • Player Movement
    • Player Animation
    • Player Inventory
    • Player Combat
  • Server
    • Plugins
    • Query
    • RCON
    • Inventories
    • Particles
    • Chat
    • Commands
  • Proxy
    • Velocity

Check out our Github Project to see current progress

See our Quick Start Guide to get Pumpkin running

Contributions are welcome! See CONTRIBUTING.md

The Documentation of Pumpkin can be found at https://snowiiii.github.io/Pumpkin/

Consider joining our discord to stay up-to-date on events, updates, and connect with other members.

If you want to fund me and help the project, Check out my GitHub sponsors

A big thanks to wiki.vg for providing valuable information used in the development of this project.