1c7

autowelcome

1c7
Aug 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. command /autowelcome <text>:
  2. permission: autowelcome
  3. trigger:
  4. set {autowelcome::%player's uuid%} to arg-1
  5. send "autowelcome set"
  6.  
  7. on first join:
  8. wait 2 seconds
  9. loop all players:
  10. if {autowelcome::%loop-player's uuid%} is set:
  11. make loop-player say "%{autowelcome::%loop-player's uuid%}%"
Advertisement
Add Comment
Please, Sign In to add comment