Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.2 KB

File metadata and controls

89 lines (66 loc) · 2.2 KB

summon

summon - Nr: 0

Summons an entity.

summon <entity type: entity> [spawnPos x: coordinate] [spawnPos y: coordinate] [spawnPos z: coordinate] [rotation y: coordinate] [rotation x: coordinate] [spawnevent: event] [name: string]
Parameter Type Required Other
summon keyword true
entity type entity true
spawnPos x coordinate false
spawnPos y coordinate false
spawnPos z coordinate false
rotation y coordinate false
rotation x coordinate false
spawnevent event false
name string false

summon - Nr: 1

Summons an entity.

summon <entity type: entity> [name: string] [spawnPos x: coordinate] [spawnPos y: coordinate] [spawnPos z: coordinate]
Parameter Type Required Other
summon keyword true
entity type entity true
name string false
spawnPos x coordinate false
spawnPos y coordinate false
spawnPos z coordinate false

summon - Nr: 2

Summons an entity.

summon <entity type: entity> <name: string> <spawnPos x: coordinate> <spawnPos y: coordinate> <spawnPos z: coordinate> facing <lookat entity: entity> [spawnevent: event] [name: string]
Parameter Type Required Other
summon keyword true
entity type entity true
name string true
spawnPos x coordinate true
spawnPos y coordinate true
spawnPos z coordinate true
facing keyword true
lookat entity entity true
spawnevent event false
name string false

summon - Nr: 3

Summons an entity.

summon <entity type: entity> <name: string> <spawnPos x: coordinate> <spawnPos y: coordinate> <spawnPos z: coordinate> facing <lookat x: coordinate> <lookat y: coordinate> <lookat z: coordinate> [spawnevent: event] [name: string]
Parameter Type Required Other
summon keyword true
entity type entity true
name string true
spawnPos x coordinate true
spawnPos y coordinate true
spawnPos z coordinate true
facing keyword true
lookat x coordinate true
lookat y coordinate true
lookat z coordinate true
spawnevent event false
name string false