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

    Issue on UNIX Time

    Skript Version: Skript 2.5-alpha2 (Github) --- Full Code: command /tempban <offlineplayer> <text>: trigger: set {_sections::*} to arg-2 split at "~" if {LocalTimeExpire::%arg-1's UUID%} is not set: set {LocalTimeExpire::%arg-1's UUID%} to now add {_sections::1} parsed as a...
  2. Y

    Solved Issue on deducting on date and time.

    Skript Version: Skript 2.5-alpha2 (Github) --- Full Code: if {TimeExpire::%player's UUID%} is not set: send a "get" request to "http://localhost/api2.php?UUID=%player's UUID%" set {_response} to the last http response set {_body} to {_response}'s body copy json...