{"id":44617220,"url":"https://github.com/teamdeamonmc/daemonmc","last_synced_at":"2026-04-24T07:06:21.884Z","repository":{"id":233154001,"uuid":"786150153","full_name":"TeamDeamonMC/DaemonMC","owner":"TeamDeamonMC","description":"Lightning fast Minecraft Bedrock Edition server software in C#","archived":false,"fork":false,"pushed_at":"2026-03-16T09:07:04.000Z","size":1051,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-16T21:50:09.759Z","etag":null,"topics":["bedrock-dedicated-server","bedrock-server","c-sharp","mcpe"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeamDeamonMC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"Contributing.md","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":"2024-04-13T15:30:32.000Z","updated_at":"2026-03-16T09:01:00.000Z","dependencies_parsed_at":"2024-04-14T06:55:38.945Z","dependency_job_id":"a1ff781d-cf15-4c40-9e9f-900cc47b5f91","html_url":"https://github.com/TeamDeamonMC/DaemonMC","commit_stats":null,"previous_names":["cobwebsmp/deamonmc","laz1444/daemonmc"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/TeamDeamonMC/DaemonMC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDeamonMC%2FDaemonMC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDeamonMC%2FDaemonMC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDeamonMC%2FDaemonMC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDeamonMC%2FDaemonMC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeamDeamonMC","download_url":"https://codeload.github.com/TeamDeamonMC/DaemonMC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeamDeamonMC%2FDaemonMC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31787263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bedrock-dedicated-server","bedrock-server","c-sharp","mcpe"],"created_at":"2026-02-14T13:11:08.768Z","updated_at":"2026-04-24T07:06:21.878Z","avatar_url":"https://github.com/TeamDeamonMC.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# DaemonMC\n\u003e [!NOTE]\n\u003e This software is still in development. Usable but may contain bugs and unfinished features\n\nFast and lightweight server software for Minecraft: Bedrock Edition designed for mini games.\n\n[![Discord](https://img.shields.io/discord/932359565612294224?logo=discord\u0026logoColor=white\u0026color=blue)](https://discord.gg/A6BBcXSCj4)\n![Minecraft - Version](https://img.shields.io/badge/Minecraft_1.21.90_--_1.26.10-darkgreen)\n![LevelDB](https://img.shields.io/badge/LevelDB_1.21.110_--_1.26.10-gray)\n\nInstead of vanilla features and mechanics, here game is completely driven by plugins. DaemonMC provide only server core with simple API so you can add only what you need. No unnecessary server resources and network usage by various features like block tick or mobs.\n\n## Getting started\n\nDownload latest .zip from [Releases](https://github.com/TeamDeamonMC/DaemonMC/releases). Unzip and run DaemonMC.exe.\nThis action will create: \n- Plugins (for plugin .dll files)\n- Plugins/SharedLibraries (for library .dll files that are used by plugins)\n- Resource Packs (for resource pack .mcpack files and .key files for encrypted packs)\n- Worlds (for world .mcworld files)\n- DaemonMC.yaml (more info [wiki#daemonmcyaml](https://github.com/TeamDeamonMC/DaemonMC/wiki#daemonmcyaml))\n\nFor updating you will need to download latest .dll from [Releases](https://github.com/TeamDeamonMC/DaemonMC/releases) and replace with old one.\n\n\u003e [!NOTE]\nServer don't have it's own world generator (only temporary flat world when starting server without .mcworld file) so you will need to use your own .mcworld file in Worlds folder.\n\n## Features\n\n**Up to date resources:** This software will always support latest world format, entities, sounds and all other things found in latest Minecraft version.\n\n**Multiversion:** To make updating easier for players and servers, this software supports also previous game versions.\nJust remember that because of the latest world format, players using older game versions won't be able to see blocks added in new versions.\n\n**Multiworld:** You can have as many worlds as you want. Just specify spawn world name in ```DaemonMC.yaml``` and use API ([ChangeWorld(World, Vector3)](https://github.com/TeamDeamonMC/DaemonMC/wiki/Plugin-API-(Methods)#changeworldworld-vector3).) to transfer players to other worlds.\n\n**Simple plugin API:** Plugin tutoral, API and other useful things can be found in [Wiki](https://github.com/TeamDeamonMC/DaemonMC/wiki).\n\nClick here to learn how to create first plugin [Plugin tutorial](https://github.com/TeamDeamonMC/DaemonMC/wiki/Plugin-tutorial)\n\nWant to contribute? That's really cool. Here's some useful information: [Contributing.md](https://github.com/TeamDeamonMC/DaemonMC/blob/main/Contributing.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeamonmc%2Fdaemonmc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamdeamonmc%2Fdaemonmc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamdeamonmc%2Fdaemonmc/lists"}