WoagWoagan

Untitled

Sep 14th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. command /location add <text>:
  2. permission: skript.admin
  3. trigger:
  4. set {location::*} to location of player
  5. set {location_name::*} to arg-1
  6. message "&a座標を記録しました。"
  7.  
  8. command /location list
  9. permission: skript.admin
  10. trigger:
  11. message "&a{location_name::*} &f: &6{location::*}" to player
Add Comment
Please, Sign In to add comment