{"id":21835528,"url":"https://github.com/wode490390/worldreset","last_synced_at":"2026-04-22T16:34:14.255Z","repository":{"id":122975436,"uuid":"164806144","full_name":"wode490390/WorldReset","owner":"wode490390","description":"WorldReset plugin for Nukkit","archived":false,"fork":false,"pushed_at":"2020-03-20T13:53:29.000Z","size":26,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T07:42:41.411Z","etag":null,"topics":["auto","minecraft","nukkit","oam","plugin","reset"],"latest_commit_sha":null,"homepage":"","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-09T06:52:55.000Z","updated_at":"2024-09-25T11:17:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c277d600-42aa-461f-bbd4-200a3dc03c15","html_url":"https://github.com/wode490390/WorldReset","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wode490390/WorldReset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FWorldReset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FWorldReset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FWorldReset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FWorldReset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wode490390","download_url":"https://codeload.github.com/wode490390/WorldReset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wode490390%2FWorldReset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32145828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T15:33:03.595Z","status":"ssl_error","status_checked_at":"2026-04-22T15:30:42.712Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["auto","minecraft","nukkit","oam","plugin","reset"],"created_at":"2024-11-27T20:21:45.214Z","updated_at":"2026-04-22T16:34:09.247Z","avatar_url":"https://github.com/wode490390.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# World Reset for Nukkit\n[![Build](https://img.shields.io/circleci/build/github/wode490390/WorldReset/master)](https://circleci.com/gh/wode490390/WorldReset/tree/master)\n[![Release](https://img.shields.io/github/v/release/wode490390/WorldReset)](https://github.com/wode490390/WorldReset/releases)\n[![Release date](https://img.shields.io/github/release-date/wode490390/WorldReset)](https://github.com/wode490390/WorldReset/releases)\n[![MCBBS](https://img.shields.io/badge/-mcbbs-inactive)](https://www.mcbbs.net/thread-819930-1-1.html \"世界重置\")\n\u003c!--[![Servers](https://img.shields.io/bstats/servers/6811)](https://bstats.org/plugin/bukkit/WorldReset/6811)\n[![Players](https://img.shields.io/bstats/players/6811)](https://bstats.org/plugin/bukkit/WorldReset/6811)--\u003e\n\nThis plugin is used to automatically reset worlds. You can also use command to reset worlds.\n\nIf you found any bugs or have any suggestions, please open an issue on [GitHub Issues](https://github.com/wode490390/WorldReset/issues).\n\nIf you love this plugin, please star it on [GitHub](https://github.com/wode490390/WorldReset).\n\n## Download\n- [Releases](https://github.com/wode490390/WorldReset/releases)\n- [Snapshots](https://circleci.com/gh/wode490390/WorldReset)\n\n## Commands\n| Command | Alias | Permission | Description | Default |\n| - | - | - | - | - |\n| /worldreset \\\u003clevelName\\\u003e [keepSeed] [keepRules] | `/wr` | worldreset.command | Resets a world | OP |\n\n## Configurations\n\n### config.yml\n```yaml\nworlds:\n  # world name\n  example_world1:\n    # default is 10080 minutes (7 days)\n    period: 10080\n    keep-seed: false\n    keep-gamerule: true\n  example_world2:\n    period: 10080\n    keep-seed: false\n    keep-gamerule: true\n```\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/WorldReset.svg)](https://bstats.org/plugin/bukkit/WorldReset/6811)--\u003e\n\n###### If I have any grammar and terms error, please correct my wrong :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fworldreset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwode490390%2Fworldreset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwode490390%2Fworldreset/lists"}