README: Specify features state (#598)

* Order completed to be up

Make completed features on top and unfinished below

* Group similar features

* Add features and mark if completed

Basically we have:
(W.I.P): The feature is there but is not behaving as intended.
Checkmark: The feature works as intended, it could be improved but it works.
No checkmark: The feature does not exist and will not work nor do anything.

* config is not wip
This commit is contained in:
Toyo
2025-02-27 12:42:05 -03:00
committed by GitHub
parent fe400e4970
commit d827f68826

View File

@@ -25,7 +25,7 @@ and customizable experience. It prioritizes performance and player enjoyment whi
> [!IMPORTANT]
> Pumpkin is currently under heavy development.
## Features (WIP)
## Features
- [x] Configuration (toml)
- [x] Server Status/Ping
@@ -41,19 +41,19 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- World
- [x] World Joining
- [x] Player Tab-list
- [x] Scoreboard
- [x] World Loading
- [x] World Time
- [x] World Borders
- [x] World Saving (W.I.P)
- [x] Lighting
- [x] Entity Spawning
- [x] Item drops
- [x] Item drops (W.I.P)
- [x] Bossbar
- [x] TNT
- [x] Chunk Loading (Vanilla, Linear)
- [x] Chunk Generation
- [x] Chunk Saving (Vanilla, Linear)
- [x] World Time
- [x] Scoreboard
- [x] World Borders
- [x] World Saving
- [ ] Redstone
- [ ] Liquid Physics
- [ ] Biomes
@@ -70,19 +70,20 @@ and customizable experience. It prioritizes performance and player enjoyment whi
- [x] Hunger
- [ ] Off Hand
- [ ] Advancements
- [ ] Eating
- Entities
- [x] Non-Living (Minecart, Eggs...)
- [x] Non-Living (Minecart, Eggs...) (W.I.P)
- [x] Entity Effects
- [ ] Entity Saving
- [x] Players
- [x] Mobs
- [x] Animals
- [x] Entity AI
- [x] Mobs (W.I.P)
- [x] Animals (W.I.P)
- [x] Entity AI (W.I.P)
- [ ] Entity Saving
- [ ] Boss
- [ ] Villagers
- [ ] Mobs Inventory
- Server
- [x] Plugins
- [x] Plugins (W.I.P)
- [x] Query
- [x] RCON
- [x] Inventories