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

    Arithmetic Error?

    set {_stock} to line 2 of lore of clicked item replace "- Stock : " with "" in {_stock} set {_stock} to "%{_stock}%" parsed as integer set {_sum} to {_stock} - item number of clicked item broadcast "%{_stock}%, %{_sum}%"...
  2. H

    Tempban Skript <none>

    You didn't define {_waiting} so that's why it returns <none> Use this: on connect: if {tempbanned.time.%player's uuid%} is set: set {_waited} to difference between {tempbanned.timestamp.%player's uuid%} and now set {_totaltime} to {tempbanned.time.%player's uuid%} subtract...
  3. H

    Solved getting block's location from damage cause "block explosion" in on damage event

    As I said, if something damaged by "create safe explosion", I want to get a location where the explosion has created without variables. so I tried these: block's location block explosion's location explosion's location attacker's location But these didn't work at all. Can someone help me, please?