#How would I code an ability that gives you effects?
1 messages · Page 1 of 1 (latest)
U just need a chat send command to run conmand
wdym by "an abiliy"
I was using events to run the effect comand to geive speed and strencht 2
yes but when was the event triggered
that is how you add an effect to a player instance
Player.addEffect("speed",20,{showParticles:false})
player.addEffect(“speed”, 20, {amplifier: 1, showParticles: false});
you can still use commands if you want
if there's a method within the api, you should use it.
true, but i just wanted to know if he had problems with the commands