{"id":28392200,"url":"https://github.com/oreqr/fake-minecraft-server","last_synced_at":"2025-10-05T17:12:43.853Z","repository":{"id":295649191,"uuid":"952704024","full_name":"OreQr/fake-minecraft-server","owner":"OreQr","description":"🎮Lightweight Rust implementation of a fake Minecraft server","archived":false,"fork":false,"pushed_at":"2025-05-26T20:03:41.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T01:36:58.435Z","etag":null,"topics":["fake-server","game-server","minecraft","minecraft-protocol","minecraft-server","rust","testing"],"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/OreQr.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}},"created_at":"2025-03-21T18:23:12.000Z","updated_at":"2025-05-26T20:03:44.000Z","dependencies_parsed_at":"2025-05-26T17:44:05.752Z","dependency_job_id":"d61a1639-205d-42bd-a5d4-9975d90eb0e9","html_url":"https://github.com/OreQr/fake-minecraft-server","commit_stats":null,"previous_names":["oreqr/fake-minecraft-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OreQr/fake-minecraft-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OreQr%2Ffake-minecraft-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OreQr%2Ffake-minecraft-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OreQr%2Ffake-minecraft-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OreQr%2Ffake-minecraft-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OreQr","download_url":"https://codeload.github.com/OreQr/fake-minecraft-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OreQr%2Ffake-minecraft-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278486308,"owners_count":25994945,"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-05T02:00:06.059Z","response_time":54,"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":["fake-server","game-server","minecraft","minecraft-protocol","minecraft-server","rust","testing"],"created_at":"2025-05-31T11:44:12.644Z","updated_at":"2025-10-05T17:12:43.822Z","avatar_url":"https://github.com/OreQr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fake Minecraft Server\n\n[![CI](https://github.com/OreQr/fake-minecraft-server/actions/workflows/ci.yml/badge.svg)](https://github.com/OreQr/fake-minecraft-server/actions/workflows/ci.yml)\n\nLightweight Rust implementation of a fake Minecraft server. It supports server list responses (status/ping) and connection attempts, useful for testing clients or as a placeholder server.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/829ff354-60a0-41d8-8de5-3d6863de6b19\" alt=\"Server list\" width=\"600\"/\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/a0f20c5a-36a7-4827-b2cd-3a5677de48db\" alt=\"Connection attempt\" width=\"400\"/\u003e\n\n## Installation\n\n### Pre-built binaries\n\nYou can download pre-built binaries for Windows, macOS, and Linux from the [Releases page](https://github.com/OreQr/fake-minecraft-server/releases).\n\n### Docker\n\n```bash\ndocker run --name fake-server -d -p 25565:25565 -v \"$(pwd)/config.yml:/config.yml\" ghcr.io/oreqr/fake-minecraft-server:latest\n```\n\n## Configuration\n\nServer uses a YAML configuration file (`config.yml`). If no configuration is found, default values will be used.\n\nYou can specify a custom path to the configuration file by setting the `CONFIG_PATH` environment variable.\n\nExample configuration file with comments is provided in [`config.example.yml`](https://github.com/OreQr/fake-minecraft-server/blob/master/config.example.yml).\n\n### Default values:\n\n```yaml\ndebug: false\n\nhost: 0.0.0.0\nport: 25565\n\nstatus:\n  version:\n    same: true\n\n  players:\n    max: 20\n    online: 0\n\n  motd: \"§cFake Minecraft Server\"\n  favicon: server-icon.png\n\nkick_message: \"§c§lThis is a fake server!\\n§eIt only responds to ping requests.\"\n```\n\n## Debugging\n\nTo enable debug logging, you can either:\n\n1. Set the environment variable:\n\n   ```env\n   DEBUG=true\n   # or Rust lang\n   RUST_LOG=\"debug\"\n   ```\n\n2. Or enable debug in the config file:\n\n   ```yaml\n   debug: true\n   ```\n\n## License\n\n[MIT](https://github.com/OreQr/fake-minecraft-server/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreqr%2Ffake-minecraft-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foreqr%2Ffake-minecraft-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foreqr%2Ffake-minecraft-server/lists"}