Advertisement
WoagWoagan

Untitled

Sep 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. command /location <text> [<text>]:
  2. permission: skript.admin
  3. trigger:
  4. if arg-1 is "add":
  5. if arg-2 is set:
  6. add location of player to {location::*}
  7. add arg-2 to {location_name::*}
  8. message "&a座標を記録しました。"
  9. else:
  10. message "&c座標の名前を入力してください。"
  11. if arg-1 is "list":
  12. if arg-2 is not set:
  13. message "&a%{location_name::*}% &f: &6%{location::*}%" to player
  14. else:
  15. message "&cエラーが発生しました。"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement