Solved Help me

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

AlliSighs

Member
Feb 12, 2024
41
0
6
14
Code:
every 0.1 seconds:
    set {_highest} to -1
    set {_player} to "none"
    loop all players:
        if loop-player's y-coordinate is greater than {_highest}:
            set {_highest} to loop-player's y-coordinate
            set {_player} to loop-player's name
    loop all players:
        set action bar of loop-player to "&e&l%{_player}% &a- &e&lпокоритель высот сейчас! &7(он на &a&l%{_highest}%&7 высоте)"
        
command /zapusk_timera:
    trigger:
        set {_time} to difference between
        set {_minutes} to {_time} in minutes
        set {_seconds} to {_time} in seconds minus 60 * {_minutes}
        send subtitle "&a%{_minutes}%:%{_seconds}%" to player

1709931785165.png
 
I'm making an analogue of the Only Up game but in minecraft, and so I made the top who is higher, but I can't make a stopwatch
please help me