Hello, First of all I want to say that my English is not great :/ When I change armorstand armor, there is a very annoying sound. Is it possible to delete it ? Thanks in advance
Yes it is possible by creating a custom armorstand class that you have to use then. The Method that you have to override is this: Code (Text): @Override protected void a_(@javax.annotation.Nullable net.minecraft.server.v1_9_R2.ItemStack itemstack) { //Remove sounds } That's the method for 1.9 haven't checked the method for 1.10 / 1.11 ( might have changed but you can simply search for the itemstack tho )
@Override protected void a_(@javax.annotation.Nullable net.minecraft.server.v1_9_R2.ItemStack itemstack) { //I have to put what ? I can't find the field }
No i ment by that, have you created a custom entity class by extending the entityarmorstand? And post that class then