{"id":21161750,"url":"https://github.com/maksim2498/mc-ever-winter","last_synced_at":"2026-05-20T06:11:25.675Z","repository":{"id":62938476,"uuid":"562607186","full_name":"Maksim2498/mc-ever-winter","owner":"Maksim2498","description":"Small minecraft plugin that makes it snow everywhere","archived":false,"fork":false,"pushed_at":"2023-03-03T00:21:14.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T09:29:42.380Z","etag":null,"topics":["bukkit","bukkit-plugin","ever-winter","minecraft","plugin","winter"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maksim2498.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-11-06T21:12:17.000Z","updated_at":"2022-11-06T21:13:29.000Z","dependencies_parsed_at":"2025-01-21T09:38:40.865Z","dependency_job_id":null,"html_url":"https://github.com/Maksim2498/mc-ever-winter","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fmc-ever-winter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fmc-ever-winter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fmc-ever-winter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maksim2498%2Fmc-ever-winter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maksim2498","download_url":"https://codeload.github.com/Maksim2498/mc-ever-winter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243606962,"owners_count":20318314,"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":["bukkit","bukkit-plugin","ever-winter","minecraft","plugin","winter"],"created_at":"2024-11-20T13:17:25.589Z","updated_at":"2026-05-20T06:11:25.627Z","avatar_url":"https://github.com/Maksim2498.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ever Winter\n\n![Logo](/images/logo.png)\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents);\n- [Commands](#commands);\n- [Config](#config);\n- [Download](#download);\n- [Installation](#installation).\n\n## About\n\n__Warning: this is kinda buggy now. It can corrupt your world's biome data so\ndon't use it on production servers yet.__\n\nThis plugins temporarily changes world biomes to corresponding winter-biomes\nwhen _ever-winter_ mode is enabled. When this mode is turned off biomes are\nrecovered. This mode can be enabled via command.\n\nBiomes are changed as listed below:\n\n| Before                   | After             |\n|--------------------------|-------------------|\n| BAMBOO_JUNGLE            | SNOWY_TAIGA       |\n| BEACH                    | SNOWY_BEACH       |\n| BIRCH_FOREST             | SNOWY_TAIGA       |\n| DARK_FOREST              | SNOWY_TAIGA       |\n| DESERT                   | SNOWY_PLAINS      |\n| DEEP_COLD_OCEAN          | DEEP_FROZEN_OCEAN |\n| DEEP_LUKEWARM_OCEAN      | DEEP_FROZEN_OCEAN |\n| DEEP_OCEAN               | DEEP_FROZEN_OCEAN |\n| ERODED_BADLANDS          | SNOWY_PLAINS      |\n| FLOWER_FOREST            | SNOWY_TAIGA       |\n| FOREST                   | SNOWY_TAIGA       |\n| JAGGED_PEAKS             | FROZEN_PEAKS      |\n| JUNGLE                   | SNOWY_TAIGA       |\n| MANGROVE_SWAMP           | SNOWY_TAIGA       |\n| COLD_OCEAN               | FROZEN_OCEAN      |\n| MEADOW                   | SNOWY_PLAINS      |\n| OCEAN                    | FROZEN_OCEAN      |\n| OLD_GROWTH_BIRCH_FOREST  | SNOWY_TAIGA       |\n| OLD_GROWTH_PINE_TAIGA    | SNOWY_TAIGA       |\n| OLD_GROWTH_SPRUCE_TAIGA  | SNOWY_TAIGA       |\n| PLAINS                   | SNOWY_PLAINS      |\n| SAVANNA                  | SNOWY_PLAINS      |\n| SAVANNA_PLATEAU          | SNOWY_PLAINS      |\n| SPARSE_JUNGLE            | SNOWY_TAIGA       |\n| STONY_PEAKS              | FROZEN_PEAKS      |\n| STONY_SHORE              | SNOWY_BEACH       |\n| SUNFLOWER_PLAINS         | SNOWY_PLAINS      |\n| SWAMP                    | SNOWY_TAIGA       |\n| TAIGA                    | SNOWY_TAIGA       |\n| WARM_OCEAN               | FROZEN_OCEAN      |\n| WINDSWEPT_FOREST         | SNOWY_TAIGA       |\n| WINDSWEPT_GRAVELLY_HILLS | SNOWY_PLAINS      |\n| WINDSWEPT_HILLS          | SNOWY_PLAINS      |\n| WINDSWEPT_SAVANNA        | SNOWY_PLAINS      |\n| WOODED_BADLANDS          | SNOWY_PLAINS      |\n| RIVER                    | FROZEN_RIVER      |\n\nBimes not presented in the table aren't changed.\n\n## Commands\n\nThe plugin provides only one command `/everWinter` (or it's alias `/ew`).\nBeing called without arguments it shows current status of _ever-winter_ mode.\nYou can pass `enable` or `disable` as second argument to turn plugin on or off\nrespectively.\n\n## Config\n\nConfiguration file contains only one entry - `enabled`. This entry controlles\nthe _ever-winter_ mode status.\n\n## Download\n\nGo to [releases](https://github.com/Maksim2498/mc-ever-winter/releases)\nsection and download desired one.\n\n## Installation\n\nSimply put downloaded .jar file in the plugins folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim2498%2Fmc-ever-winter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaksim2498%2Fmc-ever-winter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaksim2498%2Fmc-ever-winter/lists"}