@GlyDers , Je me suis permis d'ajouter l'armure en bleu dans ton skript (pas sur qu'il marche :p):
command /setpolicier:
trigger:
set {setpolicier} to player's location
message "&3Le spawn du policier a été défini."
stop
command /zsp:
trigger:
spawn a zombie at {setpolicier}
set name of spawned entity to "&b&lPolicier"
equip spawned entity with a leather helmet
equip spawned entity with a leather chestplate
equip spawned entity with a leather leggings
equip spawned entity with a leather boots
dye spawned entity's helmet blue
dye spawned entity's chestplate blue
dye spawned entity's leggings blue
dye spawned entity's boots blue
message "&3Le policier a spawn"
stop
Amicalement,
Le SkyZik.