Search results

  • 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 community!

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

  1. M

    push vehicle up and forward

    I want to push armor stand to up and forward when block is before(move on him) I had something like this to normal move: on vehicle steer forward: vehicle of player is on ground push vehicle of player forward at speed 0.3
  2. M

    Yaw and Pitch rotation armor stand

    Hi, yaw and pitch doesn't work, I always get <none>. set {_yaw12} to yaw of {_p} send "%{_yaw12}%" to {_p} set {_pitch12} to pitch of {_target} send "%{_pitch12}%" to {_p} SetRotation({_target}, {_yaw12}, {_pitch12})
  3. M

    Push forward and glued armorstand

    I need push vehicle foward but if have to move up(block) to do this. push vehicle of player horizontally forward at speed 0.25 And I want to glued other armostand to my vehicle(moveable) Refresh Refresh
  4. M

    push vehicle addon

    You have right :D Thanks :) How can I glue other armorstand next to armorstand? I want to teleport armostand always one block to the right of the player's vehicle.
  5. M

    push vehicle addon

    I think gravity is true but I dont remember
  6. M

    push vehicle addon

    Armorstand
  7. M

    push vehicle addon

    on vehicle steer forward: #push vehicle of player horizontally forward at speed 0.2 push player's vehicle in player's direction with speed .3 broadcast "Go ahead" I use WolvSK and in chat I can see "Go ahead" but my vehicle stands still.
  8. M

    Solved Gravity and visible of armostand

    [Skript] ':1}"' is not a valid item data (skriptttt.sk, line 27: add nbt "{Invisible:1}" to {_target}')
  9. M

    Solved Gravity and visible of armostand

    Can't understand this condition/effect: set is visible of {_target2} to false Can't understand this condition/effect: set has gravity of {_target3} to true Which of addons can do this? TUSKE doesn't work.
  10. M

    Discord move player to other channel

    what's function to do this?
  11. M

    Discord move player to other channel

    Hello :) Is it possible to move player to other channel by plugin, addon or bot?
  12. M

    Shoot Particle

    How to shoot(line) particles to looking block(far away) and when particles touch player or block, make explode. Using Biosphere2 or not?
  13. M

    Hides the "Unbreakable"

    That will help to make a new items using durability and textures.
  14. M

    right...click on armor_stand

    Why rightclick...click on armor_stand doesn't work? on rightclick on a armor_stand: send "Work?" Do nothing(no errors)
  15. M

    Solved Right clicking an entity with a name

    Why rihtclick...click on armor_stand doesn't work? on rightclick on a armor_stand: send "Work?" Do nothing
  16. M

    Destroy block effect

    ehh ok... randomsk... alternative?
  17. M

    Destroy block effect

    How to do effect on block when we destroying it? Like here:
  18. M

    the rest of the division

    How to do this: if number % 2 == 0 (php) in skript? Modulo works?
  19. M

    Addon SkQuery [1.13-1.21+]

    Can't understand this condition/effect: set is visible of {_target} to false (xxx.sk, line 7: set is visible of {_target} to false')