Advertisement
Kusa_Haenai_wWW

Untitled

Jul 6th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. command /warp:
  2. trigger:
  3. if {warp%player%} is not set:
  4. send "&aワープ地点が設定されていません/setwarpでsetできます"
  5. else:
  6. teleport the player to {warp%player%}
  7. send "&aワープ地点に移動しました"
  8.  
  9. command /setwarp:
  10. trigger:
  11. if {warp%player%} is not set:
  12. send "&aワープ地点をセットしました"
  13. set {warp%player%} to location of player
  14. else:
  15. send "&aワープ地点を上書きしました"
  16. set {warp%player%} to location of player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement