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. DieHollander_

    Solved Need help with sending specific players a message

    Use arg-1 instead of %arg-1%
  2. DieHollander_

    Script NameinChat

    Looping all players every time someone chats? That will cause a lot of lag when there are a couple players spamming the chat...
  3. DieHollander_

    Can someone make a Server Tutorial plugin in Skript for 1.8 Mc Version?

    Please go HERE to post a request.
  4. DieHollander_

    Script PrisonCore

    Is it needed to update this 5 times today?
  5. DieHollander_

    Script RUSTZ

    Uhhhm, why is this resource free on spigot? https://www.spigotmc.org/resources/rustz.10227/
  6. DieHollander_

    How to use a "tab" in text / string / chat?

    Press space 4 times
  7. DieHollander_

    it is possible to make a Grappling hook?

    on fishing: if "%fishing state%" is "IN_GROUND": set {_loc} to location of fishing hook set yaw of {_loc} to player's yaw set pitch of {_loc} to player's pitch teleport player to {_loc} There you go
  8. DieHollander_

    chest named?

    Lol, that isnt even what he's asking...
  9. DieHollander_

    How do you make upgradable ores-gen?

    There's no other way to do it. If you are using a skyblock plugin you could try get the owner of the island.
  10. DieHollander_

    How do you make upgradable ores-gen?

    on form: if id of block is 4: set block to coal ore
  11. DieHollander_

    Solved Variables inside Variables

    Just use variables instead of options
  12. DieHollander_

    Solved Change name of item?

    Its not "change name of player's tool" but "set name of player's tool".
  13. DieHollander_

    Sign GUI for user input.

    Add me on discord @DieHollander//Kian#6420
  14. DieHollander_

    Sign GUI for user input.

    https://forums.skunity.com/threads/pikachus-snippets.4304/
  15. DieHollander_

    Solved Skript Snowballs

    on right click with carrot on a stick: shoot a snowball from player at speed 1
  16. DieHollander_

    Solved Freeze Player On Death

    You could set there flying speed to 0
  17. DieHollander_

    Solved steel from Armorstand ?

    on right click on an armor stand: cancel event
  18. DieHollander_

    Solved Name Tag Block

    Hello, could you please use a better format since I dont really understand what you mean.
  19. DieHollander_

    Apply speed when on path blocks - Help

    Something like this on join: wait 1 tick while player is online: set {_b} to block below player if {_b} is grass_path: apply speed without any particles to the player for 2 seconds wait 2 seconds
  20. DieHollander_

    Apply speed when on path blocks - Help

    Uhh just saying, always add a wait to a while loop.