pushing enitities

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. I

    i need help with "push" scripting.

    this is the script: on damage: if attacker is holding an iron sword named "&5&lSpaceSender &6&lHammer": push victim upwards at speed 5 and for some reason it isnt working. can anyone help me please? on damage: if attacker is player: if attacker is holding iron axe named...
  2. M

    Can I prevent minecart push using skript?

    Skript Version (do not put latest): Skript v2.5-alpha2 Skript Author: Bensku Minecraft Version: 1.12.2 I don't have any code yet, but how can I prevent player pushing minecart outside it, or moving it by using WASD when the player is in the cart? So that I can make something like traincart...
  3. I

    Minecraft Skript I Pushing players

    Hello! I just wanted to ask how to push all players in a radius of 6 blocks in the opposite direction of the player because I don't know how to do it. It just works with: on right click: player is holding a blaze rod {empirewand.effect.%player%} is 1: loop all entities in radius...