Have you ever wondered about plants, growing only in their native Biomes?
This plugin allows you to limit Block placing/breaking, based on Biomes. You can limit any Block in game, but first of all this plugin aimed to confine crops, trees and other plants.
Find the Project Page on Spigot or Modrinth
You can combine this limitations with any other plugin, to boost your server economy, by adding Biome factor to production of resources.
For example, you can combine it with Towny and Brewery, then players will have to harvest beverage ingridients in different Biomes, it'll increase the need for trade between Towns.
- Download latest BiomeLimits version from Spigot or Modrinth.
- Put it into your
/plugins
folder. - Restart your server. (not /reload)
If you don't know how to use configs, take a look at comments inside them.
All configs has auto-generated templates, which will help you to configure plugin for your needs.
There is one issue with auto-generated templates, you can read about it below.
All plugin permissions and commands are described in the Wiki.
There is no external dependencies, plugin uses only compiled dependencies.
The only requirement for plugin is Java 16 or higher.
- CommandAPI — for better Command handling.
- CommentedConfiguration — for advanced configurations.
- MineDown — for MarkDown like syntax in creation of plugin messages.
- XSeries — for easy cross-version support without NMS headache.
There is one known issue, when templates of limited blocks, generated on configs creation, loses describing commentaries after plugin/server reload.
It can't be fixed, because that's how CommentedConfiguration works, but you can find these templates in the Wiki.
If you have any issues with this plugin, open your issue here, on GitHub.