<p>When I am using the give command, I just type in my name and the item name and just add my modifiers and data values. But I want to large changes, like summoning traders like no other, or troops that deal 100 damage a hit. but I have a problem, I can't figure out how to use data values in the slots.
</p><p>For example:
</p><p>/lotr_summon lotr.BreeInnkeeper ~ ~1 ~ {LOTRBuyTrades:{Trades:[{id:397,Cost:100,Count:1}]},LOTRSellTrades:{Trades:[{id:1,Cost:100,Count:1}]}}
</p><p>This trader sells skulls and buys stone, each for 100 silver coins. Now, if you look up the data value for the skeleton skull, the result is zero, which is the default. But I want to make a bounty hunting game where you can sell the heads of enemy players to claim the bounty, the data value of the Human Head is 3.
</p><p>Problem two is with troops:
</p><p>/summon lotr.Rohirrim ~ ~1 ~ {HiredNPCInfo:{AlignmentRequired:0,CanMove:1,IsActive:1,HiringPlayerUUID:"blank"},Equipment:[{},{id:4313},{id:4312},{id:4311},{id:4310}],NPCItemsInv:[{Slot:0,id:4150},{Slot:1,id:4150},{Slot:2,id:4195},{Slot:4,id:4143}],NPCName:Sauron}
</p><p>This command summons a weird looking rohirrim whos name is Sauron. his weapon is a normal Mace of Sauron which deals 8 damage a hit. I don't know how to increase that value (even while knowing how to give myself a weapon with modifiers).
</p><p>How can change the data values in my NPC slots so I could use them for more ambitious ways of playing?
</p>
(Edited by A Fandom user)