{"id":45879156,"url":"https://github.com/loitietu/loicollectiona","last_synced_at":"2026-05-01T12:01:39.855Z","repository":{"id":254607839,"uuid":"846535017","full_name":"loitietu/LOICollectionA","owner":"loitietu","description":"Minecraft Bedrock Server LeviLamina Plugin","archived":false,"fork":false,"pushed_at":"2026-04-10T15:29:29.000Z","size":1888,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-10T17:15:15.485Z","etag":null,"topics":["blacklist","cdk","chat","collection","levilamina","levilamina-mod","market","menu","minecraft","modules","monitor","mute","notice","plugin","pvp","server-mod","shop","tpa","wallet"],"latest_commit_sha":null,"homepage":"https://loitietu.github.io/LOICollectionA/","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/loitietu.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-08-23T12:18:26.000Z","updated_at":"2026-04-10T15:29:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f36f495-94ec-40c9-afc9-399b1baa4b93","html_url":"https://github.com/loitietu/LOICollectionA","commit_stats":null,"previous_names":["loitietu/loicollectiona"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/loitietu/LOICollectionA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loitietu%2FLOICollectionA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loitietu%2FLOICollectionA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loitietu%2FLOICollectionA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loitietu%2FLOICollectionA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loitietu","download_url":"https://codeload.github.com/loitietu/LOICollectionA/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loitietu%2FLOICollectionA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32495949,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["blacklist","cdk","chat","collection","levilamina","levilamina-mod","market","menu","minecraft","modules","monitor","mute","notice","plugin","pvp","server-mod","shop","tpa","wallet"],"created_at":"2026-02-27T13:17:46.165Z","updated_at":"2026-05-01T12:01:39.828Z","avatar_url":"https://github.com/loitietu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LOICollectionA\n\n\u003e **A Minecraft Server Plugin For LeviLamina**\n\n![Release](https://img.shields.io/github/v/release/loitietu/LOICollectionA?style=flat-square)\n![Stars](https://img.shields.io/github/stars/loitietu/LOICollectionA?style=social)\n![Downloads](https://img.shields.io/github/downloads/loitietu/LOICollectionA/total?style=flat-square)\n[![License](https://img.shields.io/github/license/loitietu/LOICollectionA)](LICENSE)\n\n[![English](https://img.shields.io/badge/English-inactive?style=for-the-badge)](README.md)\n[![中文](https://img.shields.io/badge/简体中文-informational?style=for-the-badge)](README.zh.md)\n\nLOICollectionA is a plugin that originated from LOICollection and has evolved through a comprehensive refactoring. This process also served as an opportunity to adapt it for LeviLamina.\n\nIt inherits the functional diversity of LOICollection while introducing numerous optimizations. The plugin adopts a `Micro Kernel` architecture for its functional modules, enhancing flexibility and extensibility.\n\nFuture developments will provide more API interfaces to empower plugin developers with richer functionality.\n\n## Implemented Modules\n\n\u003e All modules below can be enabled/disabled in the configuration file.\n\n- [x] Blacklist\n- [x] Mute\n- [x] Cdk\n- [x] Menu\n- [x] Tpa\n- [x] Shop\n- [x] Monitor\n- [x] Pvp\n- [x] Wallet\n- [x] Chat\n- [x] Notice\n- [x] Market\n- [x] BehaviorEvent\n- [x] Statistics\n\n## Installation\n\n1. Execute the following command in your server directory:\n\n    ```cmd\n    lip install github.com/loitietu/LOICollectionA\n    ```\n\n2. Start the server.\n3. Wait for the loading confirmation message.\n4. Installation complete.\n\n\u003e [!TIP]\n\u003e For more information, visit [Github Pages](https://loitietu.github.io/LOICollectionA/)\n\n## Local Compilation\n\nOpen Command Prompt (`cmd`) and execute:\n\n```cmd\ngit clone https://github.com/loitietu/LOICollectionA.git\ncd LOICollectionA\nxmake repo -u\nxmake\n```\n\n## Contributing\n\nWe welcome `PRs` and `Issues` to help improve this plugin.\n\n## License\n\n- Licensed under the [GPL-3.0](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floitietu%2Floicollectiona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floitietu%2Floicollectiona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floitietu%2Floicollectiona/lists"}