https://github.com/hapticx/ody
nim minecraft server core
https://github.com/hapticx/ody
Last synced: about 1 year ago
JSON representation
nim minecraft server core
- Host: GitHub
- URL: https://github.com/hapticx/ody
- Owner: HapticX
- License: mit
- Created: 2024-10-11T15:35:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T13:56:29.000Z (over 1 year ago)
- Last Synced: 2025-06-01T13:53:59.909Z (about 1 year ago)
- Language: Nim
- Size: 53.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ODY
### A Minecraft Server written in Nim with ❤
## Features
- Multi-version support: Players can join the game from different versions, such as 1.12.2 and 1.14.4.
## TODO
- [x] Server status
- [x] Server ping
- [x] Login to the server
- [x] Working with NBT tags
- [x] Working with Chunks
- [ ] Enter the world
- [ ] World generation
## Version Support
| Version | Support Status |
| :-- | --: |
| 1.21 | Work in progress |
| 1.14.4 | Work in progress |
| 1.12.2 | Work in progress |
## Modding Support
| Language | Support Status |
| :-- | --: |
| Python | Work in progress |
| Java | Work in progress |
| Kotlin | Work in progress |
| C/C++ | Work in progress |