Edit Potion duration, effect and amplifier with packets
General
5
Posts
5
Posters
339
Views
-
is it possible that u can send the server packets with ur edited potion effects?
smth like that??
packetIn.getDuration(), packetIn.getAmplifier()
addPotionEffect(potioneffect);
potioneffect.setPotionDuration(duration);
potioneffect.setPotionAmplifier(amplifier); -
you can't
-
is it possible that u can send the server packets with ur edited potion effects?
smth like that??
packetIn.getDuration(), packetIn.getAmplifier()
addPotionEffect(potioneffect);
potioneffect.setPotionDuration(duration);
potioneffect.setPotionAmplifier(amplifier); -
u can only change it client-side