{"id":31592415,"url":"https://github.com/baukewestendorp/keisteen","last_synced_at":"2025-10-06T03:13:09.083Z","repository":{"id":318060222,"uuid":"1069647583","full_name":"BaukeWestendorp/keisteen","owner":"BaukeWestendorp","description":"An experimental Minecraft Server implementation written in Rust","archived":false,"fork":false,"pushed_at":"2025-10-04T19:15:13.000Z","size":216,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T21:23:00.641Z","etag":null,"topics":["minecraft","rust","server"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaukeWestendorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T10:50:44.000Z","updated_at":"2025-10-04T19:15:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BaukeWestendorp/keisteen","commit_stats":null,"previous_names":["baukewestendorp/keisteen"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/BaukeWestendorp/keisteen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaukeWestendorp%2Fkeisteen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaukeWestendorp%2Fkeisteen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaukeWestendorp%2Fkeisteen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaukeWestendorp%2Fkeisteen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaukeWestendorp","download_url":"https://codeload.github.com/BaukeWestendorp/keisteen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaukeWestendorp%2Fkeisteen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551962,"owners_count":26005482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft","rust","server"],"created_at":"2025-10-06T03:09:02.197Z","updated_at":"2025-10-06T03:13:09.078Z","avatar_url":"https://github.com/BaukeWestendorp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keisteen\n*Keisteen is an experimental Minecraft Server implementation written in Rust.*\n\n![Server List](README/serverlist.png)\n\n**Why?**\na) Why not?\nb) For fun!\n\nThere are lots of Minecraft Server implementations written in Rust to be found, and I do not intend to challenge them. This project is mostly a side-project that started out of curiosity, so do not expect it to work, be fast or, God forbid, be stable.\n\n## Checklist\n- [ ] Handshaking\n\t- [x] Handle intended connection state\n\t- [ ] Kick player if protocol versions do not match\n\t- [ ] Handle legacy server list ping packet\n- [ ] Status\n\t- [ ] Status response\n\t\t- [x] Version\n\t\t- [x] Players\n\t\t- [x] Description\n\t\t\t- [x] Send hardcoded description\n\t\t\t- [x] Send customizable description\n\t\t- [ ] Favicon\n\t\t- [ ] Enforce secure chat\n\t\t  - [x] Send in packets\n\t\t\t- [ ] Actually enforce\n\t- [x] Pong response\n- [ ] Login\n\t- [ ] Handle disconnected packet\n\t- [ ] Encryption\n\t\t- [x] Encrypt packets\n\t\t- [ ] Authenticate\n\t- [ ] Compression\n\t- [ ] Login plugin request packet\n\t- [ ] Cookie packets\n\t- [ ] Send player properties\n- [ ] Transfer\n- [ ] Configuration\n\t- [ ] Use client information to store their settings\n\t- [ ] Cookie packets\n\t- [ ] Plugin messages\n\t\t- [ ] Store client brand\n\t\t- [x] Send server brand\n\t\t- [ ] Expose received plugin messages to API\n\t- [ ] Keep-alive packets\n\t- [ ] Ping-pong packets\n\t- [ ] Resource packs\n\t- [ ] Synchronize known packs\n\t- [ ] Handle custom click action\n\t- [ ] Reset chat packet\n\t- [ ] Registry packets\n\t\t- [x] Basic registry support\n\t\t- [ ] Send all registries to client\n\t- [ ] Send feature flags\n\t- [ ] Update tags\n\t- [ ] Dialogs\n\t- [ ] Server links\n- [ ] Play\n\t- [ ] Allow player to log in\n- [ ] Server config\n  - [ ] Properties\n      - [ ] accepts-transfers\n      - [ ] allow-flight\n      - [ ] broadcast-console-to-ops\n      - [ ] broadcast-rcon-to-ops\n      - [ ] bug-report-link\n      - [ ] difficulty\n      - [ ] enable-code-of-conduct\n      - [ ] enable-jmx-monitoring\n      - [ ] enable-query\n      - [ ] enable-rcon\n      - [ ] enable-status\n      - [ ] enforce-secure-profile\n      - [ ] enforce-whitelist\n      - [ ] entity-broadcast-range-percentage\n      - [ ] force-gamemode\n      - [ ] function-permission-level\n      - [ ] gamemode\n      - [ ] generate-structures\n      - [ ] generator-settings\n      - [ ] hardcore\n      - [ ] hide-online-players\n      - [ ] initial-disabled-packs\n      - [ ] initial-enabled-packs\n      - [ ] level-name\n      - [ ] level-seed\n      - [ ] level-type\n      - [ ] log-ips\n      - [ ] management-server-enabled\n      - [ ] management-server-host\n      - [ ] management-server-port\n      - [ ] management-server-secret\n      - [ ] management-server-tls-enabled\n      - [ ] management-server-tls-keystore\n      - [ ] management-server-tls-keystore-password\n      - [ ] max-chained-neighbor-updates\n      - [x] max-players\n      - [ ] max-tick-time\n      - [ ] max-world-size\n      - [x] motd\n      - [ ] network-compression-threshold\n      - [ ] online-mode\n      - [ ] op-permission-level\n      - [ ] pause-when-empty-seconds\n      - [ ] player-idle-timeout\n      - [ ] prevent-proxy-connections\n      - [ ] query.port\n      - [ ] rate-limit\n      - [ ] rcon.password\n      - [ ] rcon.port\n      - [ ] region-file-compression\n      - [ ] require-resource-pack\n      - [ ] resource-pack\n      - [ ] resource-pack-id\n      - [ ] resource-pack-prompt\n      - [ ] resource-pack-sha1\n      - [x] server-ip\n      - [x] server-port\n      - [ ] simulation-distance\n      - [ ] spawn-protection\n      - [ ] status-heartbeat-interval\n      - [ ] sync-chunk-writes\n      - [ ] text-filtering-config\n      - [ ] text-filtering-version\n      - [ ] use-native-transport\n      - [ ] view-distance\n      - [ ] white-list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaukewestendorp%2Fkeisteen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaukewestendorp%2Fkeisteen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaukewestendorp%2Fkeisteen/lists"}