Recent content by TheBlazeTuber

  • 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. TheBlazeTuber

    Firework pop

    Minecraft Version: 1.12.2 Full Code: if player has permission "tbt.wands.netherwand.spark": if name of player's tool is "&4Nether Wand": cancel event if line 1 of lore of player's tool is "&4Spark": pop burst firework coloured...
  2. TheBlazeTuber

    Solved Adding coordinates to set variable

    Fixed it myself already, I wanted to spawn an arrow from the block that the player is looking at but higher, Used code: Shoot an arrow from the block 16 above the targetedblock of player downwards Thanks anyway!
  3. TheBlazeTuber

    Solved Adding coordinates to set variable

    Minecraft Version: 1.12.2 Full Code: if player has permission "tbt.wands.netherwand.arrowrain": if name of player's tool is "&4Nether Wand": cancel event if line 1 of lore of player's tool is "&4Arrow Rain": set...
  4. TheBlazeTuber

    Solved Repeat Loop

    Skript Version: Skript 2.2 bensku-dev36 Skript Author: TheBlazeTuber Minecraft Version: 1.12.2 if player is holding blaze rod named "&4Nether Wand: &5Blaze Aura" with lore "&5Blaze Aura": set line 1 of lore of player's tool to "&5Blaze Aura: &4Off" stop if player is holding...
  5. TheBlazeTuber

    Solved Loop block help

    Thank you! That worked! Now just one more thing, Would it be possible to make the ice disappear per block while also making a particle when that block disappears?
  6. TheBlazeTuber

    Solved Loop block help

    Not quite what I meant, I mean as in that the player shoots ice from himself to create a path of some sort. https://imgur.com/a/dPHlZJk Like that but after around 10 seconds it woud be deleted The ice spawned through this code loop blocks from the block in front of the player to the block 50 in...
  7. TheBlazeTuber

    Solved Loop block help

    I mean as in the player shoots an particle and ice spawns in that direction
  8. TheBlazeTuber

    Solved Loop block help

    Skript Version:Skript 2.2 bensku-dev36 Skript Author:TheBlazeTuber Minecraft Version:1.12.2 --- Full Code: https://hastebin.com/ogoyuqejez.vbs Errors on Reload: None Console Errors: (if applicable) None Other Useful Info: I want to "shoot" ice from the player and after 10 seconds the ice...