squidingtin

Armor Stand Villager Command

Jul 4th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.79 KB | None | 0 0
  1. Trader Summon
  2. /summon villager ~ ~ ~ {VillagerData:{profession:"minecraft:mason",level:99,type:"minecraft:plains"},Invulnerable:1b,PersistenceRequired:1b,Silent:1b,NoAI:1b,CustomName:'"Armor Stand Trader"',Offers:{Recipes:[{buy:{id:"minecraft:armor_stand",Count:1b},sell:{id:"minecraft:vex_spawn_egg",Count:1b,tag:{display:{Name:'"Armor Stand Spawn Egg"'},EntityTag:{id:"minecraft:vex",CustomName:'"Armor Stand"',CustomNameVisible:1b,NoAI:1b,PersistenceRequired:1b,NoGravity:1b,CanPickUpLoot:0b,Silent:1b,ActiveEffects:[{Id:14b,Amplifier:0b,Duration:2147483647,ShowParticles:0b}]}}},maxUses:9999999}]}}
  3.  
  4. /execute at @e[type=vex,name="Armor Stand"] run summon armor_stand ~ ~ ~ {ShowArms:1b,NoBasePlate:1b}
  5. (Repeat, Always Active)
  6.  
  7. /kill @e[type=minecraft:vex,name="Armor Stand"]
  8. (Chain, Needs Redstone)
Add Comment
Please, Sign In to add comment