Jump to content

77om9

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by 77om9

  1. every 3 seconds:
        loop all players:
            wipe loop-player's sidebar
            set {_uuid} to loop-player's uuid
            set name of loop-player's sidebar to "&bSky&4V&3Mining"
            set score "&b----------------" in loop-player's sidebar to 7
            set score "&7Name: &f%loop-player's name%" in loop-player's sidebar to 6
            set score "&7Rank: &f%loop-player's prefix%" in loop-player's sidebar to 5
            set score "&7Mined Blocks: &f%{playerdata::%{_uuid}%::mined} ? 0%" in loop-player's sidebar to 4
            set score "&7Kills: &f%{playerdata::%{_uuid}%::kills} ? 0%" in loop-player's sidebar to 3
            set score "&7Deaths: &f%{playerdata::%{_uuid}%::deaths} ? 0%" in loop-player's sidebar to 2
            set score "&b----------------" in loop-player's sidebar to 1

    on death of player:
        set {_v} to victim's uuid
        set {_a} to attacker's uuid
        add 1 to {playerdata::%{_v}%::deaths}
        add 1 to {playerdata::%{_a}%::kills} if {_a} is set

    on break:
        set {_uuid} to player's uuid
        add 1 to {playerdata::%{_uuid}%::mined}

  2. https://www.toptal.com/developers/hastebin/axufotekin.md

    When I join my server it just spawn me in the void and on the same coordinates that is written on the dump +I don't have access to commands and this just shows up on my console which I cant run commands on? https://www.toptal.com/developers/hastebin/axufotekin.md

    and my skin is gone + it just kicks me out of the server with a message that says "connection lost" I cant run ANY commands on my server and the server on the minehut site is broken

×
×
  • Create New...