Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. command /profile [<offline player>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&4Invalid Format"
  5. send "&6/profile %player%"
  6. if arg-1 is set:
  7. open chest with 1 row named "&7%arg-1%'s profile" to player
  8. wait 1 tick
  9. if display name of arg-1 is set:
  10. format slot 0 of player with arg-1's skull named "%display name of arg-1%" with lore "&7%uuid of arg-1%" to be unstealable
  11. format slot 1 of player with red stained glass to be unstealable
  12. format slot 2 of player with arg-1's held item to be unstealable
  13. format slot 3 of player with nether star named "&bHeld Items" with lore "&e<< Held item | Off Hand Item >>" to be unstealable
  14. format slot 4 of player with arg-1's slot 40 to be unstealable
  15. format slot 5 of player with red stained glass to be unstealable
  16. format slot 6 of player with stone named "&7Player" to be unstealable
  17. format slot 8 of player with red stained glass to be unstealable
  18. if arg-1 is "TroopahK" or "Cnusax":
  19. open chest with 1 row named "&7%arg-1%'s profile" to player
  20. wait 1 tick
  21. format slot 0 of player with arg-1's skull named "%display name of arg-1%" with lore "&7%uuid of arg-1%" to be unstealable
  22. format slot 1 of player with red stained glass to be unstealable
  23. format slot 2 of player with arg-1's held item to be unstealable
  24. format slot 3 of player with nether star named "&bHeld Items" with lore "&e<< Held item | Off Hand Item >>" to be unstealable
  25. format slot 4 of player with arg-1's slot 40 to be unstealable
  26. format slot 5 of player with red stained glass to be unstealable
  27. format slot 6 of player with stone named "&7Player" to be unstealable
  28. format slot 7 of player with diamond named "&cStaff" with lore "&4Owner" to be unstealable
  29. format slot 8 of player with red stained glass to be unstealable
  30. if arg-1 is "nyballer":
  31. open chest with 1 row named "&7%arg-1%'s profile" to player
  32. wait 1 tick
  33. format slot 0 of player with arg-1's skull named "%display name of arg-1%" with lore "&7%uuid of arg-1%" to be unstealable
  34. format slot 1 of player with red stained glass to be unstealable
  35. format slot 2 of player with arg-1's held item to be unstealable
  36. format slot 3 of player with nether star named "&bHeld Items" with lore "&e<< Held item | Off Hand Item >>" to be unstealable
  37. format slot 4 of player with arg-1's slot 40 to be unstealable
  38. format slot 5 of player with red stained glass to be unstealable
  39. format slot 6 of player with stone named "&7Player" to be unstealable
  40. format slot 7 of player with diamond named "&cStaff" with lore "&6Admin" to be unstealable
  41. format slot 8 of player with red stained glass to be unstealable
  42. if arg-1 is "Exploding_Nachos":
  43. open chest with 1 row named "&7%arg-1%'s profile" to player
  44. wait 1 tick
  45. format slot 0 of player with arg-1's skull named "%display name of arg-1%" with lore "&7%uuid of arg-1%" to be unstealable
  46. format slot 1 of player with red stained glass to be unstealable
  47. format slot 2 of player with arg-1's held item to be unstealable
  48. format slot 3 of player with nether star named "&bHeld Items" with lore "&e<< Held item | Off Hand Item >>" to be unstealable
  49. format slot 4 of player with arg-1's slot 40 to be unstealable
  50. format slot 5 of player with red stained glass to be unstealable
  51. format slot 6 of player with stone named "&7Player" to be unstealable
  52. format slot 7 of player with diamond named "&cStaff" with lore "&eModerator" to be unstealable
  53. format slot 8 of player with red stained glass to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement