BiomeReplacer is a cross version spigot plugin that prevents unfamilier biomes you from generating, and replace it to another one!
Here are some examples: a world that only desert exist
bamboos world! it's possible to replace overworld biomes to end biomes
Config Files
Code (Text):
Biome_Replaced: '&7Successfully replace &a{biome} &7to &a{changed}&7.'
Biome_Not_Exist: '&cBiome &4{biome} does not exist.'
Can_Not_Replace_Biome: '&cError while replacing &4{biome} &cto &4{changed}&c.'
Code (Text):
BiomeChanger:
PLAINS:
#Replace biomes that under this commit to plains.
- PLAINS
# FOREST:
# #Replace biomes that under this commit to forest.
# - JUNGLE
# SWAMPLAND:
# #Replace biomes that under this commit to swampland.
# - JUNGLE_EDGE
# - JUNGLE_HILLS
# RIVER:
# #Replace all biomes to river.
# - ALL
#Do not change this
Version: 1
Command_Aliases: [biomereplacer,br]
Commands
Code (Text):
/biomereplacer reload - reload the settings and replace biome again.
API
Code (Java):
publicclass ApiExample
{
BiomeReplacerApi api
=new BiomeReplacerApi
(< YourPlugin
>);
publicvoid test
(){ api.
replace(BiomeData.
PLAINS, BiomeData.
DESERT); }
}
Open Source
Yes! this plugin is now Open Source! feel free to check it out in github page, contributes are welcome, and please give it a star if you like this plugin, it really helped me a lot!