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 comminuty!

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

  1. B

    solved

    .
  2. B

    How to play particle with speed and force

    Hey, I'm on 1.14.4 and I am wondering how can I play a particle with a certain speed and force render in skript? I tried show firework spark at {_loc} with speed 0 but that gives a can't understand error.
  3. B

    Solved Loop between blocks

    Hey is there a way to loop all blocks between 2 cords in a square selection? I tried loop blocks between block at x and x: but that only loops the blocks between the 2 cords, I'm trying to loop the blocks in a square like matter like /fill, can anyone help? bump Solved, I did blocks within...
  4. B

    Armorstand Head Rotations

    Hey, I'm wondering if there is any other way to smoothly rotate a armorstands head or just the armorstand, right now I've tried adding nbt's to it but it isn't as smooth as I would like it, Is there any other way to smoothly rotate the armorstand? Like Vectors or something? What I'm using...
  5. B

    Armorstands

    Skript version: 2.2-dev25 MC version: 1.10.2 Hey! I have a rotating armorstand and I'm wondering how I could get another armorstand to be moving around it as the main armorstand rotates.
  6. B

    Solved Toggle players

    Hey, I'm wondering how could I make it so on /togglep it will toggle all players(remove all players from the player who ran the command) except people that have the perm "toggle.bypass.player" I'm using 1.10.2 MC.
  7. B

    Pastebin

    Hey, Idk if this is too much to ask for but how could I make it with reqn so if I set a file address it will upload the text in the address to pastebin or whatever and send me the link to it via chat? I'm using 1.10.2 and Skript 2.2 Dev-25
  8. B

    Solved Else: problem

    loop items in player's inventory: loop-item is a written book: title of loop-item is "Welcome book": author of loop-item is "notch": remove loop-item from player's inventory else: send "Player doesn't have notch book" to arg 1 So I got that...
  9. B

    Solved Books

    I have loop items in player's inventory: loop-item is a written book: name of loop-item is "&cWelcome book": author of loop-item is "%player%": send "&4&oERROR" stop give player written book titled "&cWelcome book", by "%player%", pages...
  10. B

    Solved Delete Thread

    Delete thread Please.
  11. B

    On Inventory slot click

    Skript Version: 2.2-dev25 Minecraft Version: 1.10.2 Hey! I'm trying to make a skript where if a player clicks on the slot "2" in his/her's inventory it won't move. How could I do this?
  12. B

    Solved Teleport player's vehicle

    Skript Version: Skript 2.2-dev25 Minecraft Version: 1.10.2 Hey I was wondering how to teleport players vehicle forward in player's direction at a variable speed. So far I got teleport player's vehicle forward {carsspeed} in direction of player but that keeps giving me errors saying that it...
  13. B

    Solved Loop infinite

    Skript 2.2 Mc version: 1.10.2 Hey! I'm trying to make it so if a player does /say it will do a loop, spamming /say Drill until the player runs the command again? How could I do this?
  14. B

    Solved Inventory Save

    Is there anyway to make it so it saves the inventory of a player and then it will restore the inventory? If so how?
  15. B

    Armorstand movement

    Hey! Would there be anyway for a armorstand to move so if a player is sitting on a armorstand and you click w it will move forward and if you click a it will move to the left and so on?
  16. B

    Solved On any movement

    Anyone know how to this error? https://screenify.eu/share?img=LTU3hMW1KFXAepPSb8GdSUwxbzoF8s My Code: every second: loop all entities: if loop-entity's name is "tiger": On entity movement: make console execute command "/say t"
  17. B

    AFK System

    Would it be possible if the loop-entity was moving it would do /say M and when he stoped moving it would say /say s?
  18. B

    Skript groups

    Skript version: 2.2-Dev25 Mc version: 1.10.2 Would anyone know how to tp 2 people out of a skript group and then remove those 2 people that got teleported from the group? My code so far: command /add-1: trigger: add %player% to group score "Test" Anyone? I really need this!
  19. B

    Remove player from score

    Mc Version: 1.8.8 Skript version: 2.2-25dev Hello so I am using the addon SkRayfall and for some reason when i try to remove a person from the score "DropTower" it gives me an error: My code: remove player from group score with id "DropTower" Does anyone know how to make this work?
  20. B

    Inventory Item transfer

    Skript version: 2.2 Mc Version: 1.10.2 Hello so is there any way on the command /post <player> it will give the <player> the person who ran the command's book that has the name "Tester". So the book was in the inverntory of the person to ran the command at first but after the command the book...