[OpenSource]

[OpenSource] 1.3.0

Native Minecraft Version:
1.13
Tested Minecraft Versions:
1.81.91.101.111.121.131.141.151.161.17
Source Code:
Languages Supported:
All (Customizable)
Donation Link:
About
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
Spoiler: messeges.yml


Spoiler: settings.yml







































































































Commands
Code (Text):
/biomereplacer reload - reload the settings and replace biome again.

API
Code (Java):
public class ApiExample {

BiomeReplacerApi api = new BiomeReplacerApi( < YourPlugin >);

public void 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!
Author
Mined
Downloads
6
Views
40
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Mined

  • Essential
    Essential
    Mobs with nametags cannot be killed (with a few exceptions)
  • Better
    Better
    servercmd
  • Anti-ChatPacketKick
    Anti-ChatPacketKick
    Get rid of Out-of-order chat packet kick
  • Revive
    Revive
    Get knocked out first before dying and be revived by someone with a specific item.
  • Teleport
    Teleport
    teleportation
Top