Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Configuration

SlimeDog edited this page Jun 9, 2023 · 18 revisions

BiomeRemap-wiki

The default configuration file should be fine to get started, with one exception: The snowbound biomemap must be assigned to one or more worlds; as discussed above, this should be a new world. To assign a biomemap to a world, find this line in plugins/BiomeRemap/config.yml

  - world_name_goes_here

and substitute the desired world(s). Then reload the BiomeRemap configuration or restart the server. Remember that the configuration file must contain valid YAML.

The biome assignments in any biomemap may also be changed, and different biomemaps may be created. But to begin, we recommend using the default snowbound biomemap. Once you have gained experience with the plugin, feel free to experiment. But remember that existing chunks will not be remapped, regardless of any configuration changes.

Only biomes for the current Minecraft version are included in the configured biomemaps. Biomes that do not exist in your Spigot version will generate warnings in the console/log on server start-up; these may be safely ignored.

It is a vanilla Minecraft feature that rain and snow are interspersed in FROZEN_OCEAN and DEEP_FROZEN_OCEAN biomes, due to variable internal temperatures. In order to work around this feature and produce snow worldwide, ocean biomes are remapped to FROZEN_RIVER in the default snowbound biomemap, starting with version 2.0.x. You may change this mapping in the configuration.

Default configuration files

BiomeRemap 3.2.2 (MC 1.19.4 and 1.20)

config.yml
messages.yml

BiomeRemap 3.2.0 (MC 1.19.4)

config.yml
messages.yml

BiomeRemap 3.1.0 (MC 1.19.3)

config.yml
messages.yml

BiomeRemap 3.0.4 (MC 1.19)

config.yml
messages.yml

BiomeRemap 3.0.0 (MC 1.18)

config.yml
messages.yml

BiomeRemap 2.3.2 (MC 1.17.1)

config.yml
messages.yml

BiomeRemap 2.3.1 (MC 1.17)

config.yml
messages.yml

BiomeRemap 2.2.1 (MC 1.16.5)

config.yml

BiomeRemap 2.0.3 (MC 1.15.2)

config.yml

BiomeRemap 1.0.1 (MC 1.14.4)

config.yml

Clone this wiki locally