Advertisement
Guest User

Untitled

a guest
Jul 18th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. variables:
  2. {blah} = false
  3.  
  4. command /youtube:
  5. trigger:
  6. if {blah} is false:
  7. wait a tick
  8. open chest with 1 row named "&4&lYou&f&lTube" to player
  9. wait a tick
  10. format slot 0 of player with player head named "&4&lIGN: &f&lNomeDoPlayer" with lore "&4&lYoutube: &f&lNomeCanal" to close then run "makeplayer %player% /NomeDoPlayer"
  11. format slot 1 of player with player head named "&4&lIGN: &f&lNomeDoPlayer2" with lore "&4&lYoutube: &f&lNomeDoCanal2" to close then run "makeplayer %player% /NomeDoPlayer2"
  12. format slot 2 of player with player head named "&4&lIGN: &f&lNomeDoPlayer3" with lore "&4&lYoutube: &f&lNomeDoCanal3" to close then run "makeplayer %player% /NomeDoPlayer3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement