This plugin allows you to easily adjust the generation rate of structures in your world by modifying internal values, you can find some details on the Minecraft wiki:
https://minecraft.gamepedia.com/Custom#Generator_types
This plugin will only work on 1.18.2, other versions are currently not supported. Currently still experimental.
Default configuration:
Code (YAML):
# Should the plugin cache the default values before it overrides them so you can check them out later?
cache-default-values
: true
# Per-world configuration
#
# Structure options: mineshafts, nether_complexes, desert_pyramids, jungle_temples, ocean_ruins, buried_treasures,
# ruined_portals, end_cities, shipwrecks, igloos, ocean_monuments, villages, pillager_outposts, nether_fossils,
# woodland_mansions, swamp_huts, strongholds
#
# Spread type options: linear, triangular
worlds:
"world":
structures:
"mineshafts":
spacing
: 20
# Optional
separation
: 15
# Optional
spread-type
: 'linear'
# Optional
salt
: 123456
# Optional
Commands:
- /sgr reload [Permission: sgr.use]
- /sgr defaultvalue <structure name> [Permission: sgr.use]