MrMelther daa67c2dfa Reworking block properties (#529)
* Added 11 blocks properties

Added the following properties:
Axis
Open
Age
Attachment
Signal Fire
6 connection directions

* Clippy my beloved 💕

* Reworked block properties

Changed block properties to make them more extensible and easier to handle.

* Little too much of Clippy

* Lever works!!! 🎉

Made the lever work, implementing modifiers to the “on_place” per block, plus the “on_interact” function to handle the state when interacting with a block that has it.

* Kinda implemented bool as value

* A little bit of Clippy :)
2025-02-09 18:45:18 +01:00
2025-01-03 12:31:48 +01:00
2025-02-08 19:23:59 +01:00
2024-10-14 12:01:35 +02:00
2025-02-09 18:45:18 +01:00
2025-02-07 00:22:52 +01:00
2025-02-08 19:23:59 +01:00
2025-02-01 18:14:28 +01:00
2025-02-07 00:22:52 +01:00
2025-02-08 19:23:59 +01:00
2024-10-06 12:57:47 +02:00
2024-10-14 23:56:34 +02:00
2025-01-24 17:26:09 +01:00
2025-02-05 23:12:16 +01:00
2024-08-02 12:33:51 +02:00
2025-02-05 23:12:16 +01:00
2024-12-29 12:40:22 +01:00
2025-02-06 18:08:56 +01:00
2025-01-01 13:05:17 +01:00
2025-02-07 00:22:52 +01:00
2024-12-04 11:37:41 +01: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.

image

Goals

  • 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 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 (WIP)

  • 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
    • World Loading
    • Lighting
    • Entity Spawning
    • Item drops
    • Bossbar
    • Chunk Loading (Vanilla, Linear)
    • Chunk Generation
    • Chunk Saving (Vanilla, Linear)
    • World Time
    • Scoreboard
    • World Borders
    • World Saving
    • Redstone
    • Liquid Physics
  • Player
    • Skins
    • Client brand
    • Teleport
    • Movement
    • Animation
    • Inventory
    • Combat
    • Experience
    • Hunger
  • Entities
    • Non-Living (Minecart, Eggs...)
    • Players
    • Mobs
    • Animals
    • Entity AI
    • Boss
  • Server
    • Plugins
    • Query
    • RCON
    • Inventories
    • Particles
    • Chat
    • Commands
    • 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

The Documentation of Pumpkin can be found at https://pumpkinmc.org/

Communication

Consider joining our discord 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 or my PayPal

Description
Languages
Rust 100%