{"id":13532092,"url":"https://github.com/Element-0/ElementZero","last_synced_at":"2025-04-01T20:31:21.069Z","repository":{"id":54998972,"uuid":"238628146","full_name":"Element-0/ElementZero","owner":"Element-0","description":"Run windows version of BDS in linux with Mod support","archived":true,"fork":false,"pushed_at":"2020-12-02T19:10:06.000Z","size":1367,"stargazers_count":271,"open_issues_count":50,"forks_count":51,"subscribers_count":47,"default_branch":"core","last_synced_at":"2025-02-01T09:02:39.180Z","etag":null,"topics":["bds","bedrock-server-mod","minecraft","mod-support"],"latest_commit_sha":null,"homepage":null,"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/Element-0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["CodeHz"],"patreon":"CodeHz"}},"created_at":"2020-02-06T07:06:41.000Z","updated_at":"2024-11-18T15:11:04.000Z","dependencies_parsed_at":"2022-08-14T08:40:25.307Z","dependency_job_id":null,"html_url":"https://github.com/Element-0/ElementZero","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Element-0%2FElementZero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Element-0%2FElementZero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Element-0%2FElementZero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Element-0%2FElementZero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Element-0","download_url":"https://codeload.github.com/Element-0/ElementZero/tar.gz/refs/heads/core","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709923,"owners_count":20821297,"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","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":["bds","bedrock-server-mod","minecraft","mod-support"],"created_at":"2024-08-01T07:01:08.143Z","updated_at":"2025-04-01T20:31:16.059Z","avatar_url":"https://github.com/Element-0.png","language":"C++","funding_links":["https://github.com/sponsors/CodeHz","https://patreon.com/CodeHz"],"categories":["Projects"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://ipfs.io/ipfs/QmYiuQE7WUeawAMTvQf9RUC7wWXb2b1wCFddVBpt6U7e1S/logo.png\" width=\"256px\" height=\"256px\" /\u003e\n\u003c/h1\u003e\n\n\u003ca href=\"https://github.com/Element-0/ElementZero/actions\"\u003e![status](https://img.shields.io/github/workflow/status/Element-0/ElementZero/CI?style=for-the-badge)\u003c/a\u003e\n![platform](https://img.shields.io/badge/platform-win--x64%20%7C%20wine--linux--x64-green?style=for-the-badge)\n\u003ca href=\"https://t.me/ezloader\"\u003e![Telegram](https://img.shields.io/badge/telegram-ezloader-%232CA5E0?style=for-the-badge\u0026logo=Telegram)\u003c/a\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/Element-0/ElementZero/releases/latest\"\u003e![Latest Tag](https://img.shields.io/github/v/tag/Element-0/ElementZero?label=LATEST%20TAG\u0026style=for-the-badge)![GitHub Releases (by Asset)](https://img.shields.io/github/downloads/Element-0/ElementZero/latest/total?style=for-the-badge)\u003c/a\u003e\u003cbr\u003e\n\nRun windows version of BDS in linux with Mod support (Yes, it is also can be run in windows)\n\n## Installation and usage instructions :point_right: [Wiki](https://github.com/Element-0/ElementZero/wiki)\n\n## Features\n\n0. Compatiable with official BDS\n1. And support behavior pack with custom item/recipes/scripts (* vanilla server *does* support them, but disabled in code)\n2. Can be run in windows and linux (with wine)\n3. Native modding support\n4. /transferserver is back!\n\n## FAQ\n\nQ: Why not use a native linux version?\u003cbr\u003e\nA: The windows version has noticeable performance improvements, even when running under wine.\n\nQ: Can the Windows version run directly under wine?\u003cbr\u003e\nA: No, because Microsoft uses Chakra.dll, which contains a lot of references to private dlls. (It also prevents you from running on systems prior to Windows 10.)\n\nQ: How it works?\u003cbr\u003e\nA: I created a dll that simply forwards all APIs to the open source version of Chakra engine i.e. ChakraCore. And this version can run directly under wine.\n\n\n## Build and install (optional)\n\n0. Download bedrock dedicated server binary\n1. Generate bedrock_server_mod.lib (see below)\n2. Install vcpkg and install dependencies (see below)\n3. Build it with Visual Studio 2019 (or use CMake manually see .githubn/workflows/ci.yaml)\n4. Copy Dist/* to bds folder (or use [symlink](https://blogs.windows.com/windowsdeveloper/2016/12/02/symlinks-windows-10/))\n5. Run bedrock_server_mod.exe\n\n## Visual Studio 2019 workloads and components\n\n0. Microsoft.VisualStudio.Workload.NativeDesktop\n1. Microsoft.VisualStudio.Workload.ManagedDesktop\n2. Microsoft.VisualStudio.Component.VC.Tools.x86.x64\n3. Microsoft.VisualStudio.Component.Windows10SDK.18362\n4. Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Llvm.Clang\n\n## How to use vcpkg\n\n0. Install vcpkg in source tree `cd vcpkg \u0026\u0026 bootstrap-vcpkg.bat`\n1. Install dependencies by `vcpkg\\vcpkg.exe install @vcpkg.txt` (run in $(SolutionDir))\n\n## How to get bedrock_server_mod.lib\n\n0. Download and install [EatPdb](https://github.com/CodeHz/EatPdb)\n1. Copy $(SolutionDir)\\eatpdb.yaml to bds folder\n2. Run `eatpdb exec eatpdb.yaml`\n3. Open `x64 Native Tools Command Prompt for VS 2019`, then run `lib /def:bedrock_server_mod.def /machine:x64`\n4. Copy bedrock_server_mod.lib, addition_symbols.db, bedrock_server_mod.exe to $(SolutionDir)Lib\\\n\n## LICENSE\n\nGPLv3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FElement-0%2FElementZero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FElement-0%2FElementZero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FElement-0%2FElementZero/lists"}