{"id":47046993,"url":"https://github.com/iceblcokmc/blueiceengine","last_synced_at":"2026-03-12T02:01:34.740Z","repository":{"id":265658822,"uuid":"896424382","full_name":"IceBlcokMC/BlueIceEngine","owner":"IceBlcokMC","description":"a javascript runtime for endstone","archived":false,"fork":false,"pushed_at":"2026-02-24T12:18:58.000Z","size":8867,"stargazers_count":10,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-24T12:54:46.409Z","etag":null,"topics":["bedrock-dedicated-server","endstone","engine"],"latest_commit_sha":null,"homepage":"https://iceblcokmc.github.io/BlueIceEngine/en/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IceBlcokMC.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":"2024-11-30T10:25:34.000Z","updated_at":"2026-02-24T12:19:01.000Z","dependencies_parsed_at":"2024-12-28T10:00:14.354Z","dependency_job_id":"508e492a-0b30-491c-9232-292b7359c6f7","html_url":"https://github.com/IceBlcokMC/BlueIceEngine","commit_stats":null,"previous_names":["engsr6982/js_engine","iceblcokmc/js_engine","iceblcokmc/blueiceengine"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/IceBlcokMC/BlueIceEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceBlcokMC%2FBlueIceEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceBlcokMC%2FBlueIceEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceBlcokMC%2FBlueIceEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceBlcokMC%2FBlueIceEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IceBlcokMC","download_url":"https://codeload.github.com/IceBlcokMC/BlueIceEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IceBlcokMC%2FBlueIceEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30412234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T00:40:14.898Z","status":"online","status_checked_at":"2026-03-12T02:00:07.260Z","response_time":114,"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":["bedrock-dedicated-server","endstone","engine"],"created_at":"2026-03-12T02:01:32.159Z","updated_at":"2026-03-12T02:01:34.732Z","avatar_url":"https://github.com/IceBlcokMC.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueIceEngine - A JavaScript runtime for endstone\n\n\u003e In a previous life as a Js_Engine, you can find the previous source code\n\u003e here [Go](https://github.com/IceBlcokMC/Js_Engine_v1).\n\n## Introduction\n\n// TODO\n\n## Example\n\n- bedrock_server/plugins/test_bie/\n    - index.js\n    - package.json\n\n```js\nconsole.log(\"Script loaded\");\n\nlet plugin = null;\n\nlet desc = new PluginDescription(\n    \"test_js_plugin\",\n    \"0.0.0\",\n    \"Test JS Plugin\",\n    PluginLoadOrder.PostWorld,\n    [],\n    [],\n    \"\",\n    \"\",\n    [],\n    [],\n    [],\n    [],\n    /* PermissionDefault.a */ 2,\n    [],\n    [],\n);\n\nexport default class TestPlugin extends Plugin {\n    constructor() {\n        super();\n        plugin = this;\n    }\n\n    onLoad() {\n        console.log(\"onLoad called\");\n        console.log(\"dataFloder: \", this.dataFolder)\n    }\n\n    onEnable() {\n        console.log(\"onEnable called\");\n    }\n\n    onDisable() {\n        console.log(\"onDisable called\");\n    }\n\n    getDescription() {\n        return desc;\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficeblcokmc%2Fblueiceengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficeblcokmc%2Fblueiceengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficeblcokmc%2Fblueiceengine/lists"}