Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. command /warps:
  2. trigger:
  3. warpsGUI(player)
  4.  
  5. function warpsGUI(player: player):
  6. close inventory of {_player}
  7. wait 5 tick
  8. open chest with 4 rows named "&4Events" to {_player}
  9. format slot 0 of {_player} with 160:5 named " " to be unstealable
  10. format slot 1 of {_player} with 160:5 named " " to be unstealable
  11. format slot 2 of {_player} with 160:5 named " " to be unstealable
  12. format slot 3 of {_player} with 160:5 named " " to be unstealable
  13. format slot 4 of {_player} with 160:5 named " " to be unstealable
  14. format slot 5 of {_player} with 160:5 named " " to be unstealable
  15. format slot 6 of {_player} with 160:5 named " " to be unstealable
  16. format slot 7 of {_player} with 160:5 named " " to be unstealable
  17. format slot 8 of {_player} with 160:5 named " " to be unstealable
  18. #----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  19.  
  20.  
  21. format slot 9 of {_player} with diamond sword named "&a&lWarp do neznáma" with lore "Popisek||Klikni na mě pro warp!" to close then run [make player execute command "/warp xxx"]
  22. #----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  23. format slot 27 of {_player} with 160:5 named " " to be unstealable
  24. format slot 28 of {_player} with 160:5 named " " to be unstealable
  25. format slot 29 of {_player} with 160:5 named " " to be unstealable
  26. format slot 30 of {_player} with 160:5 named " " to be unstealable
  27. format slot 31 of {_player} with 160:5 named " " to be unstealable
  28. format slot 32 of {_player} with 160:5 named " " to be unstealable
  29. format slot 33 of {_player} with 160:5 named " " to be unstealable
  30. format slot 34 of {_player} with 160:5 named " " to be unstealable
  31. format slot 35 of {_player} with 160:5 named " " to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement