Advertisement
Guest User

first_join_tp.sk

a guest
Sep 16th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. options:
  2. first_join: point # команда установки точки
  3. on first join: # при первом входе
  4. wait 1 tick
  5. teleport player to {point.loc} # телепортация на точку
  6. command /{@first_join}:
  7. permission: set.firstjoin
  8. permission message: &7
  9. trigger:
  10. set {point.loc} to location of the player # установки точки для телепортации
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement