Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. #FFGames skript | Profile | Player list | Snowman game
  2.  
  3. #--> First: Profile Menu.
  4. command "/profile":
  5. trigger:
  6. wait 1 tick
  7. open chest with 3 rows named "Profile %player%" to player%
  8. wait 1 tick
  9. format slot 10 of player with skull of {_p} named "&aName: &f%{_p}%" with lore "&8Profile player||||&eKills: &f<development>||&eDeaths: &f<development>||&ePoints: &f<development>" to be unstealable
  10. format slot 12 of player with sign named "&aChat: &2Enabled" with lore "&8Chat manager||||&eMuted: &fnone||&eSwearing: &fnone||||&aClick to change!" to be unstealable
  11. format slot 14 of player with redstone named "&aSettings" with lore "&8Player settings||||&eComing!" to be unstealable
  12. format slot 16 of player with brewing stand named "&aRank: &fnone" with lore "&8Player rank||||&ePermission: &fnone||&eformat: &fnone" to be unstealable
  13.  
  14. on command "/list":
  15. cancel event
  16. open chest with 5 rows named "Online players" to player
  17. wait 1 tick
  18. set {_n} to 0
  19. set {_head} to "%offline player%" parsed as offline player
  20. open chest with 4 rows named "MurderCraft - Online players" to player
  21. loop all players:
  22. wait 3 ticks
  23. format slot {_n} of player with skull of loop-player named "&7%loop-player%" with lore "&7Status: &aOnline||&7Level: &a%{level.%loop-player%}%||&7Points: &f0" to be unstealable
  24. add 1 to {_n}
  25. if {_n} is 29:
  26. format slot 40 of player with arrow named "&eNext page" with lore "&7Next page." to close then run [make player execute command "/list 2"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement