Advertisement
nunonuno_riku

JoinSystem

Dec 24th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. on join:
  2. if player is op:
  3. broadcast "&7[&a+&7]%player%"
  4. else:
  5. broadcast "&7[&b+&7]%player%"
  6. teleport player to location at (0, 4, 0)
  7. format slot 4 of player with snowball named "&b参加&7(Right Click)" to close
  8.  
  9. command /givejoin:
  10. permission: skript.admin
  11. trigger:
  12. format slot 4 of player with snowball named "&b参加&7(Right Click)" to close
  13.  
  14. on rightclick with snowball:
  15. cancel event
  16. name of held item contains "&b参加&7(Right Click)"
  17. send "&7参加しました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement