Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. #Profiles Used On TurfWarz
  2. #Created By WilliamIsntHere/ William Morrissey
  3.  
  4.  
  5. options:
  6. prefix: &6Turf&eWarz &8»
  7. version: 1.0
  8.  
  9. command /profile [<offlineplayer>]:
  10. trigger:
  11. if arg-1 is not set:
  12. send "{@prefix} &cPlease Use /profile (player)"
  13. if arg-1 is set:
  14. open chest with 6 rows named "&cYour Profile/Stats" to player
  15. format slot 0 of player with stained_glass named "&8" to be unstealable
  16. format slot 1 of player with stained_glass named "&8" to be unstealable
  17. format slot 2 of player with stained_glass named "&8" to be unstealable
  18. format slot 3 of player with stained_glass named "&8" to be unstealable
  19. format slot 4 of player with book named "&c%arg-1%'s Stats" to be unstealable
  20. format slot 5 of player with stained_glass named "&8" to be unstealable
  21. format slot 6 of player with stained_glass named "&8" to be unstealable
  22. format slot 7 of player with stained_glass named "&8" to be unstealable
  23. format slot 8 of player with stained_glass named "&8" to be unstealable
  24. format slot 9 of player with stained_glass named "&8" to be unstealable
  25. format slot 20 of player with gold_block named "&6Coins:" with lore "&6%arg-1% currently has &c%{coins.%arg-1%}% &6Coin(s)" to be unstealable
  26. format slot 22 of player with Book named "&6Rank:" with lore "&6Rank: &c%{rank.%arg-1%}%" to be unstealable
  27. format slot 24 of player with Emerald named "&6Level" with lore "&6Level: &c%{Level.%arg-1%}%" to be unstealable
  28. format slot 38 of player with iron_sword named "&6Kills:" with lore "&c%{Kills.%arg-1%}%" to be unstealable
  29. format slot 40 of player with red_dye named "&6Deaths:" with lore "&c%{Death.%arg-1%}%" to be unstealable
  30. format slot 42 of player with book named "&6Social Media" with lore "&6In Development" to be unstealable
  31. format slot 10 of player with stained_glass named "&8" to be unstealable
  32. format slot 11 of player with stained_glass named "&8" to be unstealable
  33. format slot 12 of player with stained_glass named "&8" to be unstealable
  34. format slot 13 of player with stained_glass named "&8" to be unstealable
  35. format slot 14 of player with stained_glass named "&8" to be unstealable
  36. format slot 15 of player with stained_glass named "&8" to be unstealable
  37. format slot 16 of player with stained_glass named "&8" to be unstealable
  38. format slot 17 of player with stained_glass named "&8" to be unstealable
  39. format slot 18 of player with stained_glass named "&8" to be unstealable
  40. format slot 19 of player with stained_glass named "&8" to be unstealable
  41. format slot 21 of player with stained_glass named "&8" to be unstealable
  42. format slot 23 of player with stained_glass named "&8" to be unstealable
  43. format slot 25 of player with stained_glass named "&8" to be unstealable
  44. format slot 26 of player with stained_glass named "&8" to be unstealable
  45. format slot 27 of player with stained_glass named "&8" to be unstealable
  46. format slot 28 of player with stained_glass named "&8" to be unstealable
  47. format slot 29 of player with stained_glass named "&8" to be unstealable
  48. format slot 30 of player with stained_glass named "&8" to be unstealable
  49. format slot 31 of player with stained_glass named "&8" to be unstealable
  50. format slot 32 of player with stained_glass named "&8" to be unstealable
  51. format slot 33 of player with stained_glass named "&8" to be unstealable
  52. format slot 34 of player with stained_glass named "&8" to be unstealable
  53. format slot 35 of player with stained_glass named "&8" to be unstealable
  54. format slot 36 of player with stained_glass named "&8" to be unstealable
  55. format slot 37 of player with stained_glass named "&8" to be unstealable
  56. format slot 39 of player with stained_glass named "&8" to be unstealable
  57. format slot 41 of player with stained_glass named "&8" to be unstealable
  58. format slot 43 of player with stained_glass named "&8" to be unstealable
  59. format slot 44 of player with stained_glass named "&8" to be unstealable
  60. format slot 45 of player with stained_glass named "&8" to be unstealable
  61. format slot 46 of player with stained_glass named "&8" to be unstealable
  62. format slot 47 of player with stained_glass named "&8" to be unstealable
  63. format slot 48 of player with stained_glass named "&8" to be unstealable
  64. format slot 49 of player with stained_glass named "&8" to be unstealable
  65.  
  66. on kill:
  67. add 1 to %{Kills.%player%}%
  68.  
  69. on death:
  70. add 1 to %{Death.%player%}%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement