mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
6a5add8de54de6c285cd61e6a81f6cfa26fc14d1
* Starting work on Operator permission system This commit adds the ops.json configuration found in vanilla servers, and updates the basic configuration to handle the default permission level. Server now uses ops file and defaults players to op level 0 The /op command has been added but needs players to rejoin for now. * Clippy Fix + need to Rejoin after /op removed I found the source of the DeadLock. Updated set permission function. Fix cargo formatting issues and clippy issues. * Remove temp warn message * Move OperatorConfig to server As Snowiii pointed out, OperatorConfig is runtime data. Revert most changes in pumpkin-config. op_permission_level must say in the basic configuration for parity with Minecraft. * cargo fmt + cargo clippy * Sync permission change with client * Fixs issues @Commandcracker found in review - Move PermissionLvl to core and removed OpLevel - Move ops.json to /data/ops.json - Fix permissions issue with /op command - Shorten /op command description * refactor into `data` folder * create data dir when needed * add to readme * fix: conflicts --------- Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>
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 security exploits.
- Flexibility: Highly configurable, with the ability to disable unnecessary features.
- Extensibility: Provides a foundation for plugin development.
What Pumpkin will not
- 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)
- Configuration (toml)
- Server Status/Ping
- Login
- 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
- Bossbar
- Chunk Loading
- Chunk Generation
- World Time
- Scoreboard
- World Borders
- World Saving
- Player
- Player Skins
- Player Client brand
- Player Teleport
- Player Movement
- Player Animation
- Player Inventory
- Player Combat
- Entities
- Players
- Mobs
- Animals
- Entity AI
- Minecart
- Boss
- Server
- Plugins
- Query
- RCON
- Inventories
- Particles
- Chat
- Commands
- OP Permission
- 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://snowiiii.github.io/Pumpkin-Website/
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
Empowering everyone to host fast and efficient Minecraft servers.
dockergame-servergamedevminecraftminecraft-bedrock-editionminecraft-protocolminecraft-servernetworkingrustserver
Readme
GPL-3.0
250 MiB
Languages
Rust
100%