#Mob with effect
11 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Yo?
inside server_scripts
const spedUpMobs = ["minecraft:creeper"];
EntityEvents.spawned(event => {
const {entity, server} = event;
if (!spedUpMobs.includes(entity.type)) return;
entity.potionEffects.add('minecraft:speed', 999999*20, 1, true, false);
})
thank you so much! 🔥
are the particles invisible?
yes
thank you so much!
Idk how to thank you
if you join Wipezone I will give you Helper role
Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue!
This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.
Do you have any other questions regarding your issue? Feel free to ask!
Note: You should create a new post for unrelated issues.