Started by
apsclan
on
Topic category: Help with Minecraft modding (Java Edition)
I use 1.20.1 plugin and gonna try to script like this.
Event trigger - triggered by external call
or when (global trigger): No additional trigger
Wait 20 ticks then on server-side
do Push Event/target entity with dx: 0 dy: 1, dz: 0
but the Push doesn't work when i using wait first. why it happend? is it bug?
Push doesn't work on players on server-side, it only works from client-side, so you will need to use some kind of nbt, variable, or potion effect-based timer instead of the wait block.