EnderZoo icon indicating copy to clipboard operation
EnderZoo copied to clipboard

Request: Spawn Control by Coordinates?

Open rihlsul opened this issue 10 years ago • 0 comments

Not sure if it would be possible, but can the Spawn Config have CoordFilters?

So for example, like this, assuming one has a server with spawn at 0,70,0:

  <entry id="FallenKnight" mobName="enderzoo.FallenKnight" rate="30" minGroupSize="1" maxGroupSize="4">
    <biomeFilter type="any">
      <biome type="PLAINS" />
      <biome type="NETHER" exclude="true" />
      <biome type="END" exclude="true" />
    </biomeFilter>
    <coordFilter type="exclude">
        <coordRange id="[named, ex "Spawn]" minX="-250" minZ="-250" maxX="250" maxZ="250" ignoreY="true" />
    </coordFilter>
    <dimensionExclude name="Twilight Forest"/>
  </entry>

When spawning FallenKnights, check if it falls within exclusion zones first. The above example would give a 500x500 (bedrock to world height) exclusion zone for FallenKnight spawning. This way, server ops can make the difficult scale up or make particular areas of their world skew heavy to particular mob types.

rihlsul avatar Jan 03 '15 08:01 rihlsul