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

    Math if, else...

    [12:41:57 ERROR]: Can't understand this expression: '{_time} parsed as data' (te st.sk, line 128: set {_data} to {_time} parsed as data')
  2. GoodmanSIG

    Math if, else...

    console 0 error.
  3. GoodmanSIG

    Math if, else...

    TempBan: GoodmanSIG: Ban: 'true' Duvod: Minutka konzole Kdo_zabanoval: GoodmanSIG Kdo_odbanoval: Kdy_zacatek: 15.12.18 22:15 Kdy_konec: 15.12.18 22:16
  4. GoodmanSIG

    Math if, else...

    set {_kdy_konec} to skutil yaml value "TempBan.%player%.Kdy_konec" from file "plugins\BanSIG\bansig.yml" if {_kdy_konec} > now: message "Trest jeste neskoncil %{_kdy_konec}% - %now%" else: message "Skoncil %{_kdy_konec}% - %now%" stop it...
  5. GoodmanSIG

    Solved Date/Time

    set {_unix-time} to convert date now to unix date set {_haha} to {_unix-time} + 1000 set {_var} to convert unix {_haha} to date formatted as "dd/MM/yy HH:mm" Does anyone know the solution? I need to add some time to the current time.
  6. GoodmanSIG

    Solved Prefix/Suffix

    That's what's wrong. Now it works. Thanks;)
  7. GoodmanSIG

    Solved Prefix/Suffix

    no
  8. GoodmanSIG

    Solved Prefix/Suffix

    Can't compare 'If prefix of player' with a text
  9. GoodmanSIG

    Solved Prefix/Suffix

    I need to get a suffix, a player prefix to determine what a rank. Player, Veteran, Admin ...
  10. GoodmanSIG

    Solved Prefix/Suffix

    %player's prefix%%player's display name%%player's suffix% Do you know how it works for version v2.2-dev26d?
  11. GoodmanSIG

    Solved GUI menu skull player

    I have a problem getting a player's head icon in the GUI menu. Server version 1.12.2 command /hats2: trigger: open chest with 6 rows named "&bHats" to player wait 3 ticks format slot 0 of player with skull to player named "&eGoodmanSIG:" to be unstealable Can't...