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

    Yes, I tried that too but it isn't smooth enough..
  5. B

    Armorstand Head Rotations

    wdym?
  6. 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...
  7. B

    [1$|1-2 DAYS] I'll code you anything!

    You got discord?
  8. B

    Pastebin

    How could I change this to gist since pastebin has a annoying post limit?
  9. B

    Armorstands

    How could I make it so I can have a armorstand teleporting behind the armorstand named "Test" 3.1 and above it at 1.2, WITH Skript
  10. 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.
  11. B

    Moving Armor Stands

    I was looking for something like this for a while, how could I make it so I can setloc's and save the armorstand pos and it will teleport to the next loc and change into the other pos smoothly and then have a different arg run the whole setloc
  12. 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.
  13. 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
  14. 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...
  15. 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...
  16. B

    Solved Delete Thread

    Delete thread Please.
  17. 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?
  18. 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...
  19. 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?
  20. 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?