Skip to content

Commit 06221d2

Browse files
docs: improve feature list (#609)
1 parent 1bbb45f commit 06221d2

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

β€ŽREADME.md

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -190,32 +190,33 @@ docker compose -f docker-compose.release.yml up --build
190190

191191
## Feature Status
192192

193-
| Feature | Status | Notes |
194-
|------------------------------|---------------|-------------------------------------|
195-
| **Core Game Mechanics** |
196-
| Block Breaking/Placing | βœ… Implemented | Including physics simulation |
197-
| Entity Collisions | βœ… Implemented | Both entity-entity and block-entity |
198-
| Lighting Engine | βœ… Implemented | Dynamic lighting updates |
199-
| World Borders | βœ… Implemented | Configurable boundaries |
200-
| Block Edit API | βœ… Implemented | WorldEdit-like functionality |
201-
| PvP Combat | βœ… Implemented | Custom combat mechanics |
202-
| Inventory System | βœ… Implemented | Full item management |
203-
| Raycasting | 🚧 Planned | Required for ranged combat/arrows |
204-
| **Player Experience** |
205-
| Particle Effects | βœ… Implemented | Full particle support |
206-
| Chat System | βœ… Implemented | Global and proximity chat |
207-
| Commands | βœ… Implemented | Custom command framework |
208-
| Proximity Voice | βœ… Implemented | Using Simple Voice Chat |
209-
| **Technical Infrastructure** |
210-
| Multi-threading | βœ… Implemented | Vertical scaling |
211-
| Proxy Layer | βœ… Implemented | Horizontal scaling with Velocity |
212-
| Performance Tracing | βœ… Implemented | Using Tracy profiler |
213-
| Basic Anti-Cheat | βœ… Implemented | Core anti-cheat functionality |
214-
| Moderator Tools | 🚧 Planned | Admin controls and monitoring |
193+
| Feature | Status | Notes |
194+
|------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
195+
| **Technical Infrastructure** | | |
196+
| 🧡 Multi-threading | βœ… Implemented | Vertical scaling |
197+
| πŸ”„ Proxy Layer | βœ… Implemented | Horizontal scaling |
198+
| πŸ“Š Performance Tracing | βœ… Implemented | Using Tracy profiler |
199+
| πŸ›‘οΈ Basic Anti-Cheat | βœ… Implemented | Core anti-cheat functionality |
200+
| πŸ”§ Moderator Tools | 🚧 WIP [#425](https://github.com/andrewgazelka/hyperion/issues/425), [@Kumpelinus](https://github.com/Kumpelinus) | Admin controls and monitoring |
201+
| πŸ”Œ Plugin API | βœ… Implemented | Extensible plugin system; see [`events/tag`](https://github.com/andrewgazelka/hyperion/tree/main/events/tag) |
202+
| **Core Game Mechanics** | | |
203+
| 🧱 Block Breaking/Placing | βœ… Implemented | Including physics simulation |
204+
| πŸ’« Entity Collisions | βœ… Implemented | Both entity-entity and block-entity |
205+
| πŸ’‘ Lighting Engine | βœ… Implemented | Dynamic lighting updates |
206+
| 🌐 World Borders | βœ… Implemented | Configurable boundaries |
207+
| πŸ› οΈ Block Edit API | βœ… Implemented | WorldEdit-like functionality |
208+
| βš”οΈ PvP Combat | βœ… Implemented | Custom combat mechanics |
209+
| πŸŽ’ Inventory System | βœ… Implemented | Full item management |
210+
| 🎯 Raycasting | 🚧 WIP [#580](https://github.com/andrewgazelka/hyperion/issues/580) [#584](https://github.com/andrewgazelka/hyperion/issues/584) [#598](https://github.com/andrewgazelka/hyperion/issues/598) | Required for ranged combat/arrows |
211+
| **Player Experience** | | |
212+
| ✨ Particle Effects | βœ… Implemented | Full particle support |
213+
| πŸ’¬ Chat System | βœ… Implemented | Global and proximity chat |
214+
| ⌨️ Commands | βœ… Implemented | Custom command framework |
215+
| 🎀 Proximity Voice | βœ… Implemented | Using Simple Voice Chat |
215216

216217
Legend:
217218
- βœ… Implemented
218-
- 🚧 Planned
219+
- 🚧 WIP/Planned
219220
- ❌ Not Planned
220221

221222
**Note:** This feature list represents core functionality. Hyperion is designed to be modular meaning you can implement

0 commit comments

Comments
Β (0)