Advertisement
WoagWoagan

Untitled

Aug 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. command /cp <text>:
  2. permission: skript.admin
  3. trigger:
  4. if arg-1 is "set":
  5. set {cp.%player%.%region at player%} to location of player
  6. if arg-1 is "delete":
  7. delete {cp.%player%.%region at player%}
  8. if arg-1 is "tp":
  9. teleport player to {cp.%player%.%region at player%}
  10. else:
  11. send " &4>>> &cそのようなコマンドはありません。"
  12.  
  13. every tick:
  14. loop all players:
  15. if loop-player's y-coordinate is less than 1:
  16. teleport player to {cp.%player%.%region at player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement