Paste #121171: mycscript

Date: 2024/03/20 11:26:34 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13


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>