Recent content by Flasser

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

    Opening a sign to a player.

    Oh ok, but how do I do that then?
  2. F

    Giving player head with custom nbt

    This does not work for some reason, anyone know any addon or somehing ive typed wrong? give player 1 player head with custom nbt "{display:{Name:""&eGold...
  3. F

    Opening a sign to a player.

    Hi, I am currently working on a script where I would like for the player to have a sign opened to them. The sign would look like if you had just placed it and were editing the sign. Then when the play closed the sign edit thing, the server would execute a command written on the 1st line, the 3...
  4. F

    Cannot drop air (on random item)

    You could allways just add all items to a list, and then make it drop a random element from the list.
  5. F

    Solved Triggering a function using tooltip

    Rip, but do you know any other way to trigger a function by clicking text in the chat, that you also can add hover effects to?
  6. F

    Solved add variable to variable

    How is {STOCKPAY::%{BUY::%player%}%} set? But if you want to do a multiplication of numbers with skript, you can use this. if clicked slot is 4: set {_pay} to 0 formatNum({STOCKPAY::%{BUY::%player%}%}, player) function formatNum(n:number, p: player) :: string: set {_anwser} to...
  7. F

    Solved Triggering a function using tooltip

    I have no idea how to trigger a function using tooltip. Here is my code send "<tooltip:&7Click here to at%nl%&7Confirm the request &c%arg-1%><function:sendDuelRequest(player, arg-1, arg-2, arg-3)>{@prefix}Are you sure you want to send the duel request with a price of &c%arg-2% &7and&c%arg-3%...