Skip to content

en Merged Plots

Bloody_Mind edited this page Dec 5, 2025 · 1 revision

Merged Plots

Support for merged plots in EthriaPlotAddon.


🏘️ What are Merged Plots?

Merged plots are multiple PlotSquared plots that have been combined into one larger plot.


πŸ” Detection

EthriaPlotAddon automatically detects:

  • Single plots
  • 2x, 3x, 4x+ merges
  • Irregular merge shapes

Output Examples:

# Single plot
Result: 20 sheep found on this plot.

# Merged plot  
Result: 45 sheep found on this 4x merge.

βš™οΈ How it Works

Counting:

  1. Current plot is detected
  2. All connected plots are found
  3. Entities are counted on all parts
  4. Result is summarized

Performance:

  • Optimized for large merges
  • Cache for plot boundaries
  • Asynchronous calculation

Clone this wiki locally