Skip to main content

Summon Entity Result

The summon result spawns one or more entities when crafting finishes.

This is a premium result.

Basic example

result:
summon_zombie:
type: summon
entity: ZOMBIE
amount: 1
location:
param: offset
x: 0
y: 0
z: 0

Fields

FieldTypeDescription
entityEntity typeBukkit entity type to spawn.
amountNumberNumber of entities.
locationLocation sectionSpawn location or offset.

Random amount example

result:
summon_random:
type: summon
entity: ZOMBIE
amount:
param: randomint
min: 1
max: 5
location:
param: offset
x: 0
y: 0
z: 0

Use summon results for rituals, boss spawns, arena rewards, or magical structures.

Do not spawn large amounts of entities without testing server performance.