Paste #72507: entering_minos

Date: 2020/07/19 14:19:55 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7


entering_minos:
    type: world
    events:
        on player enters necro:
        - narrate "You seem to hear something moving beneath."
        - wait 4
        - spawn minecraft:zombie ~ ~5 ~ {Health:20,Attributes:[{Name:"generic.maxHealth",Base:20},{Name:"generic.movementSpeed",Base:0.5f},{Name:"generic.attackDamage",Base:2},{Name:"zombie.spawnReinforcements",Base:0.15f}],IsBaby:0,CanBreakDoors:1,HandItems:[{id:"minecraft:iron_sword",tag:{Enchantments:[{id:sharpness,lvl:5}]},Count:1},{id:"minecraft:iron_sword",tag:{Enchantments:[{id:fire_aspect,lvl:2}]},Count:1}],ArmorItems:[{tag:{Enchantments:[{id:protection,lvl:4}],display:{color:0}},id:"minecraft:leather_boots",Count:1},{tag:{Enchantments:[{id:protection,lvl:4}],display:{color:0}},id:"minecraft:leather_leggings",Count:1},{tag:{Enchantments:[{id:protection,lvl:4}],display:{color:0}},id:"minecraft:leather_chestplate",Count:1},{id:"minecraft:leather_helmet",tag:{display:{color:0},Enchantments:[{id:protection,lvl:4}]},Count:1}]}