#How can I make this command be able to used to see other players kills not just my own?

1 messages · Page 1 of 1 (latest)

heavy vessel
#
    if attacker is a player:
        add 1 to {playerkills::%attacker's uuid%}

command /kills <player>:
    trigger:
        send "&4Player kills: &6%{playerkills::%player's uuid%} ? 0%"```
dry heath
#

just do in command
"&4Player kills: &6%{playerkills::%arg-1's uuid%} ? 0%"

#

arg-1's uuid instead if player's uuid

eternal cosmos
dry heath
#

arg-1 stands for the input u do when typing the command

heavy vessel
#

omg im so stupid i did that but i put arg-2

#

im stil learning about this stuff

#

ty

dry heath
#

and if you want to be able to see a player that is not online, do [<offline player>] (u could see online and offline player)

heavy vessel
#

where?

#

in the command?

dry heath
#

yes

heavy vessel
#

alr

#

thanks