Advertisement
70sOn7

Example Crates

Feb 9th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. # This part is for the common crate when u click it. like to use it
  2. #
  3. # format slot # of player with chest named "&aCommon Crate" to close then run [make console execute command "/commoncrateopen %player%"]
  4.  
  5. command /commoncrateopen [<player>]:
  6. permission:
  7. permission message:
  8. trigger:
  9. open chest with 1 row named "&3%arg-1%'s &bShard Panel" to player
  10. wait 1 tick
  11. format slot 1 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  12. format slot 2 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  13. format slot 3 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  14. format slot 4 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  15. format slot 5 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  16. format slot 6 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  17. format slot 7 of player with chest named "&a?" to close then run [make console execute command "/commoncrate %player%"]
  18.  
  19.  
  20. command /commoncrate [<player>]:
  21. permission:
  22. permission message:
  23. trigger:
  24. chance of 50%:
  25. send "&a you got fly perk!" to arg 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement