Date: 2024/03/20 11:26:34 UTC-07:00
Type: Denizen Script
piggg:
type: entity
entity_type: pig
SUMMON_PIG:
type: command
name: summon_pig
usage: /summon_pig
description: spawn pig who attack the player
script:
- define pig <piggg>
- spawn <[pig]> <player.location>
- attack <[pig]> target:<player>