Recent content by MasterHunter2003

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

    Pearl through an open fence gate.

    Skript Version: Skript 2.2-dev25 Skript Author: Bensku (I think) Minecraft Version: 1.8 --- Full Code: https://pastebin.com/raw/Zni324ZS Errors on Reload: None. Console Errors: (if applicable) None. Other Useful Info: Addons using (including versions): WildSkript (1.9, 1.10 & 1.11), SkQuery...
  2. M

    Solved Loop blocks between two locations

    Question: I am trying to make a fire creeper, problem is that the block looping doesn't seem to work. Does someone know how I could fix this? @EventHandler public void onExplode(EntityExplodeEvent e){ if(e.getEntity() instanceof Creeper){ Creeper c = (Creeper)...
  3. M

    Make arrows head in a random direction

    Question: How can I make 100 arrows go to a random location on leftclick with diamond: make player shoot a fireball set {_proj} to last spawned projectile wait 5 ticks loop all entities: if "%loop-entity-1%" = "fireball": send "%loop-entity-1%"...
  4. M

    Make block go to player's targeted block

    Question: How do I make it so that the block goes to the player's targeted block. Especially, how do I set the speed at which it is pushed. I've tried around with vectors but can't seem to get it to work. if {frost.meteor.casting.%player%} isn't set: set player's targeted block to...
  5. M

    Solved Frost walk boots

    Skript Version:2.2 Skript Author:Bensku Minecraft Version:1.8,1.9,1.10,1.11&1.12 (ViaVersion) --- Full Code: on walk on water: player has gold boots named "&cFrost boots": if block under player is water block: set block under player to ice Errors on Reload...
  6. M

    Help with looping blocks.

    Hi, I've got this code, on place of iron block: set {_h} to location of block 5 north of event-block set {_h2} to location of block 5 east of {_h} set {_xmax} to rounded up x-coordinate of {_h2} set {_zmax} to rounded up z-coordinate of {_h2} set {_ymax} to 255 set...
  7. M

    Draw image on map

    Skript Version: 2.2 Skript Author:Njol Minecraft Version:1.8,1.9 etc (viaversion) --- Full Code: command /draw: trigger: df "plugins/Maps/%player%.png" set {link} to "Drawlink (not gonna tell ya)" download file from "%{link}%" to file "plugins/Maps/%player%.png"...
  8. M

    Unregistering recipe

    Skript Version: Skript 2.2 Skript Author: (Forgot name), not Bensku but ... Minecraft Version: 1.8, 1.9, 1.10 & 1.11 (ViaVersion) --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not...
  9. M

    Smoke Wave

    Category: / Suggested name: / What I want: I thought it'd be the best idea to put this here. I basically want to make like a wave, please see the video. That's like the whole instruction.. Ideas for commands: /, I would like it in a function, no commands needed. Ideas for permissions: /...