is this bug?

Started by apsclan on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is this bug?

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?

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Push doesn't work on players…
Sun, 04/06/2025 - 16:40

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.