Starter Kit - Start with armor pre-equipped
James103 opened this issue ยท 1 comments
Information
Minecraft version: 1.19+
Modloader: Forge & Fabric (if possible)
Mod name: Starter Kit
Feature description
Would it be possible to start players off with a set of armor already equipped?
For example, I would like all players in my modpack to start with a full set of iron armour already equipped, instead of just having the armor in their inventory and requiring players to equip the armor themselves if they want to use it.
Workaround
Use a data pack that adds an advancement which triggers when a player joins and which runs a function that equips (with item replace
) the desired armor onto the player's armor slots.