Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maksim2498/mc-ever-winter

Small minecraft plugin that makes it snow everywhere
https://github.com/maksim2498/mc-ever-winter

bukkit bukkit-plugin ever-winter minecraft plugin winter

Last synced: 16 days ago
JSON representation

Small minecraft plugin that makes it snow everywhere

Awesome Lists containing this project

README

        

# Ever Winter

![Logo](/images/logo.png)

## Table of Contents

- [Table of Contents](#table-of-contents);
- [Commands](#commands);
- [Config](#config);
- [Download](#download);
- [Installation](#installation).

## About

__Warning: this is kinda buggy now. It can corrupt your world's biome data so
don't use it on production servers yet.__

This plugins temporarily changes world biomes to corresponding winter-biomes
when _ever-winter_ mode is enabled. When this mode is turned off biomes are
recovered. This mode can be enabled via command.

Biomes are changed as listed below:

| Before | After |
|--------------------------|-------------------|
| BAMBOO_JUNGLE | SNOWY_TAIGA |
| BEACH | SNOWY_BEACH |
| BIRCH_FOREST | SNOWY_TAIGA |
| DARK_FOREST | SNOWY_TAIGA |
| DESERT | SNOWY_PLAINS |
| DEEP_COLD_OCEAN | DEEP_FROZEN_OCEAN |
| DEEP_LUKEWARM_OCEAN | DEEP_FROZEN_OCEAN |
| DEEP_OCEAN | DEEP_FROZEN_OCEAN |
| ERODED_BADLANDS | SNOWY_PLAINS |
| FLOWER_FOREST | SNOWY_TAIGA |
| FOREST | SNOWY_TAIGA |
| JAGGED_PEAKS | FROZEN_PEAKS |
| JUNGLE | SNOWY_TAIGA |
| MANGROVE_SWAMP | SNOWY_TAIGA |
| COLD_OCEAN | FROZEN_OCEAN |
| MEADOW | SNOWY_PLAINS |
| OCEAN | FROZEN_OCEAN |
| OLD_GROWTH_BIRCH_FOREST | SNOWY_TAIGA |
| OLD_GROWTH_PINE_TAIGA | SNOWY_TAIGA |
| OLD_GROWTH_SPRUCE_TAIGA | SNOWY_TAIGA |
| PLAINS | SNOWY_PLAINS |
| SAVANNA | SNOWY_PLAINS |
| SAVANNA_PLATEAU | SNOWY_PLAINS |
| SPARSE_JUNGLE | SNOWY_TAIGA |
| STONY_PEAKS | FROZEN_PEAKS |
| STONY_SHORE | SNOWY_BEACH |
| SUNFLOWER_PLAINS | SNOWY_PLAINS |
| SWAMP | SNOWY_TAIGA |
| TAIGA | SNOWY_TAIGA |
| WARM_OCEAN | FROZEN_OCEAN |
| WINDSWEPT_FOREST | SNOWY_TAIGA |
| WINDSWEPT_GRAVELLY_HILLS | SNOWY_PLAINS |
| WINDSWEPT_HILLS | SNOWY_PLAINS |
| WINDSWEPT_SAVANNA | SNOWY_PLAINS |
| WOODED_BADLANDS | SNOWY_PLAINS |
| RIVER | FROZEN_RIVER |

Bimes not presented in the table aren't changed.

## Commands

The plugin provides only one command `/everWinter` (or it's alias `/ew`).
Being called without arguments it shows current status of _ever-winter_ mode.
You can pass `enable` or `disable` as second argument to turn plugin on or off
respectively.

## Config

Configuration file contains only one entry - `enabled`. This entry controlles
the _ever-winter_ mode status.

## Download

Go to [releases](https://github.com/Maksim2498/mc-ever-winter/releases)
section and download desired one.

## Installation

Simply put downloaded .jar file in the plugins folder.