#Can someone make this work?

1 messages · Page 1 of 1 (latest)

fallen gyro
#

command /sharelocation

get location of event-player
send location to all players
stop

(sorry im very new, i know this is prob very wrong, also please make the location simple coords, like -100 65 250, not like -100.4324334 65.221321231213312 250.3213123123 overworld)

slate seal
#

set a variable to location of player like {_v}

#

then broadcast the variable

#

no need for stop

#

and spigot automatically rounds

fallen gyro
#

@slate seal yo tysm, could you quickly create that for me? im very new to skripting, would be very appreciated :D

slate seal
#

its like 3 lines

#

just use docs

fallen gyro
#

oh

slate seal
#
command /sharelocation:
  trigger:
    set {_v} to location of player
    broadcast "%player%'s location is at %{_v}%"```
fallen gyro
#

thank you so much!