@Vengelis_
J'ai réussi à faire un p'tit système sympa, le voilà :
on script load:
set {ClicPosJoinPvP} to position 296.500, 76, 303.500 in world "world"
spawn 1 armor stand at {ClicPosJoinPvP}
add "{Invisible:1b,NoBasePlate:1b,ShowArms:1b,Equipment:[{},{},{},{},{id:minecraft:diamond_block}]}" to nbt of last spawned entity
set {x} to -360
loop 750 times:
wait 1 tick
add "{Pose:{Head:[0f,%{x}%f,0f]}}" to nbt of last spawned entity
add 3 to {x}
on unload:
loop all entities in radius 1 around {ClicPosJoinPvP}:
loop-value is not a player
delete loop-entity
Mais le seul problème c'est que je sais pas comment faire pour que la loop ne s’arrête jamais sans/avec nbt :x