Advertisement
twogz

Untitled

Jul 13th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on right click:
  2. if held item's name contains "&aMy Profile":
  3. if held item's lore contains "&7Right click me to view your profile":
  4. cancel event
  5. open virtual chest inventory with size 6 named "Profile of %player%" to player
  6. create a gui slot 13 of player with enchanted book named "&eStatistics and Achievements" with lore "&r ||&fView your Statistics and Achievements!||&r ||&fType &a/stats &fto access this anywhere!" to run player command "stats"
  7.  
  8. command /stats:
  9. trigger:
  10. close player's inventory
  11. message "&cThis feature is currently unavailable, please try again later."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement