Advertisement
LewY

masz.sk

Jun 9th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. on login:
  2. clear player's inventory
  3. wait 2 tick
  4. play raw sound "note.snare" at player with pitch 1 volume 8
  5. give enchanted book named "&c&lMenu serwera" to slot 0 of player's inventory
  6. wait 0.8 tick
  7. play raw sound "note.snare" at player with pitch 1 volume 8
  8. give ender pearl named "&e&lMagiczna Perla" to slot 1 of player's inventory
  9. wait 0.8 tick
  10. play raw sound "note.snare" at player with pitch 1 volume 8
  11. give clock named "&7&lGracze: &a&lWidoczni" to slot 8 of player's inventory
  12.  
  13. on inventory close:
  14. execute player command "lobbyity"
  15.  
  16. command /lobbyity:
  17. trigger:
  18. clear player's inventory
  19. wait 2 tick
  20. play raw sound "note.snare" at player with pitch 1 volume 8
  21. give enchanted book named "&c&lMenu serwera" to slot 0 of player's inventory
  22. wait 0.8 tick
  23. play raw sound "note.snare" at player with pitch 1 volume 8
  24. give ender pearl named "&e&lMagiczna Perla" to slot 1 of player's inventory
  25. wait 0.8 tick
  26. play raw sound "note.snare" at player with pitch 1 volume 8
  27. give clock named "&7&lGracze: &a&lWidoczni" to slot 8 of player's inventory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement