FERMA 🌍
Ferma was inspired from the Terra project, but takes a different approach. Instead of rebuilding world generation from scratch, it hijacts specifically the noise components, allowing customizable world generation by modifying noise parameters (for example, clamping temperature to 1.0 in order to create a desert world of only hot biomes. Or also clamp continentalness to 0.1 and you'll get Arakis, with no oceans either).
One of the major advantages of this approach is that it allows only as much modification from vanilla as you want, AND it is compatible with most world-generation datapacks.
Getting Started
Add the plugin to your plugins folder on the server along with Multiverse, then generate a new world using Ferma with
mv create <world_name> normal --generator Ferma:void_template
Available packs are logged on the server at startup.
STATUS ⚠️
The project is currently in ALPHA and under heavy development. Due to NMS reflection, it only works on Paper 1.21.4, but later version upgrades are planned.