How do you damage yourself?
-
are you in singeplayer survival?
-
@plumer-man yes but I also tried it on several test servers also would you like to continue this conversation on discord because I can only chat every 2 minutes
-
var C04PacketPlayerPosition = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition")
-
@plumer-man said in How do you damage yourself?:
var C04PacketPlayerPosition = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition")
okay
-
@plumer-man is there another way to increase your speed that doesn't flag as much as strafe?
-
@plumer-man vulcan
-
@plumer-man hycraft's vulcan though
-
@plumer-man I have another question because im making settings for a module and fsr the settings won't register with the module when you change them. Im pretty sure module.settings.(setting).get() will be the settings value, but this is not working for me.
-
@xunder you need to add the settings to the module not just make them
like this
this.addValues = function(values) { values.add(cmode); values.add(pulsehue); values.add(indexmultiplier); values.add(cduration); values.add(arrayspace); };
-
@plumer-man that code only applies to scriptapi v1 smh
-
@plumer-man I did but its not working
-
@xunder fixed your script, its working now
-
i forgot to add the ; to some lines but meh
-
@suicidemouse33 thx