Advertisement
TE1TO9_

Untitled

Apr 5th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.40 KB | None | 0 0
  1. command /ch:
  2.     trigger:
  3.         if {%arg%} is set:
  4.             teleport player to {%arg%}
  5.         else:
  6.             message "チェックポイントが設定されていません"
  7. command /chc:
  8.     trigger:
  9.         if {%arg%} is set:
  10.             message "<yellow>チェックポイントを設定しました"
  11.        set {%arg%} to location of player
  12.        message "%arg%を追加しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement