Untitled

 avatar
unknown
plain_text
2 years ago
488 B
3
Indexable
# JigmonDevs tarafından yapılmıştır
commands:
  ışınla:
    permission: op
    usage: "/ışınla <x> <y> <z>"
    execute:
      - set {_x} to arg-1 as a number
      - set {_y} to arg-2 as a number
      - set {_z} to arg-3 as a number
      - set {_baltop} to the location at (1000, 100, 1000)
      - teleport {_baltop} to {_x} {_y} {_z}
      - set {_baltop} to the location at {_x} {_y} {_z}
      - execute console command "holographicdisplays create baltop {_x} {_y} {_z}"
Editor is loading...