Advertisement
buss2

Class

Nov 4th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /class [<text>] [<text>]:
  2. trigger:
  3. if player has permission "bCllas.class":
  4. if arg 1 is "open":
  5. open chest with 6 rows named " &2Klasy" to player
  6. wait 1 tick
  7. format slot 13 of player with 1 of diamond sword to close then run "test"
  8.  
  9.  
  10. command /test:
  11. trigger:
  12. wait 5 tick
  13. send "&2xD" to player
  14.  
  15.  
  16. on rightclick:
  17. if tool of player is blaze rod named "Klasy":
  18. run player command "class open" as op
  19.  
  20. on join:
  21. give 1 of blaze rod named "Klasy" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement