{"id":21835525,"url":"https://github.com/wode490390/luckyblock","last_synced_at":"2025-10-26T02:39:50.453Z","repository":{"id":48306734,"uuid":"188328837","full_name":"wode490390/LuckyBlock","owner":"wode490390","description":"Lucky block plugin for Nukkit","archived":false,"fork":false,"pushed_at":"2021-08-02T13:01:53.000Z","size":44,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-11-12T20:45:25.748Z","etag":null,"topics":["fun","lottery","luck","lucky","minecraft","nukkit","plugin"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/wode490390.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}},"created_at":"2019-05-24T01:06:51.000Z","updated_at":"2023-11-12T19:55:11.000Z","dependencies_parsed_at":"2022-08-25T09:53:02.741Z","dependency_job_id":null,"html_url":"https://github.com/wode490390/LuckyBlock","commit_stats":null,"previous_names":[],"tags_count":3,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FLuckyBlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FLuckyBlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FLuckyBlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FLuckyBlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wode490390","download_url":"https://codeload.github.com/wode490390/LuckyBlock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226815544,"owners_count":17686489,"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":["fun","lottery","luck","lucky","minecraft","nukkit","plugin"],"created_at":"2024-11-27T20:21:43.943Z","updated_at":"2025-10-26T02:39:50.356Z","avatar_url":"https://github.com/wode490390.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucky Block\n[![Nukkit](https://img.shields.io/badge/Nukkit-1.0-green)](https://github.com/NukkitX/Nukkit)\n[![Build](https://img.shields.io/circleci/build/github/wode490390/LuckyBlock/master)](https://circleci.com/gh/wode490390/LuckyBlock/tree/master)\n[![Release](https://img.shields.io/github/v/release/wode490390/LuckyBlock)](https://github.com/wode490390/LuckyBlock/releases)\n[![Release date](https://img.shields.io/github/release-date/wode490390/LuckyBlock)](https://github.com/wode490390/LuckyBlock/releases)\n\u003c!--[![MCBBS](https://img.shields.io/badge/-mcbbs-inactive)](https://www.mcbbs.net/thread-868171-1-1.html \"幸运方块\")\n[![Servers](https://img.shields.io/bstats/servers/4839)](https://bstats.org/plugin/bukkit/LuckyBlock/4839)\n[![Players](https://img.shields.io/bstats/players/4839)](https://bstats.org/plugin/bukkit/LuckyBlock/4839)--\u003e\n\nCustomizable LuckyBlock plugin for Nukkit servers\n\n![](https://i.loli.net/2019/05/24/5ce745b82a0a470870.gif)\n\nIf you found any bugs or have any suggestions, please open an issue on [GitHub Issues](https://github.com/wode490390/LuckyBlock/issues).\n\nIf you like this plugin, please star it on [GitHub](https://github.com/wode490390/LuckyBlock).\n\n## Configuration\n\u003cdetails\u003e\n\u003csummary\u003econfig.yml\u003c/summary\u003e\n\n```yaml\nsend-msg: true\nmsg: \"\u00266You are so lucky!\"\n\nsend-animation: true\nanimation-id: 3\n\nblocks:\n  # block namespaced ID or number ID\n  # see https://minecraft.gamepedia.com/Bedrock_Edition_data_values#Block_IDs\n  emerald_ore: # namespaced ID\n    -\n      # command (@p = player's name)\n      cmd: \"give @p 382 2\"\n      # probability (0-1)\n      pr: 0.0005\n    -\n      cmd: \"give @p 450 1\"\n      pr: 0.0002\n  \"95\": # number ID\n    - cmd: \"say example :)\"\n      pr: 0.00000001\n```\n\u003c/details\u003e\n\n## Permissions\n| Permission | Description | Default |\n| - | - | - |\n| luckyblock.trigger | Allows a player to trigger the lucky block | true |\n\n## Download\n- [Releases](https://github.com/wode490390/LuckyBlock/releases)\n- [Snapshots](https://circleci.com/gh/wode490390/LuckyBlock)\n\n## Compiling\n1. Install [Maven](https://maven.apache.org/).\n2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.\n\n## Metrics Collection\n\nThis plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit). You can opt out using the global bStats config; see the [official website](https://bstats.org/getting-started) for more details.\n\n\u003c!--[![Metrics](https://bstats.org/signatures/bukkit/LuckyBlock.svg)](https://bstats.org/plugin/bukkit/LuckyBlock/4839)--\u003e\n\n###### If I have any grammar and/or term errors, please correct them :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fluckyblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwode490390%2Fluckyblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fluckyblock/lists"}