Zeldaboy111

Skript #148

Apr 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. on enable:
  2. set {_mb::prefix} to "&3[&dMobile&3] &f>> &8"
  3.  
  4.  
  5.  
  6. command /mobile [<text>]:
  7. aliases: /mb
  8. trigger:
  9. if arg 1 is "get":
  10. give player a book named "&8Mobile" with lore "&7Mobieltje"
  11. stop
  12.  
  13. on rightclick:
  14. player is holding a book named "&8Mobile" with lore "&7Mobieltje":
  15. open chest with 1 rows to player
  16. make gui slot 0 of player with a paper named "&fWord" to run function word(player, "menu")
  17. make gui slot 1 of player with a green dye named "&2Whatsappp" to run function whatsapp(player, "menu")
  18. make gui slot 2 of player with a gold block named "&6Bank" to run function bank(player, "menu")
  19.  
  20.  
  21.  
  22. function word(Player p, String s):
  23. #Kies GUI met 3 bestanden
  24.  
  25. #Open boek
  26.  
  27.  
  28. function whatsapp(Player p, String s):
  29. #Jezelf in contacten
  30.  
  31. #Anvil om bericht te sturen
  32.  
  33.  
  34. function bank(Player y, String s):
  35. #Accounts (persoonlijk - gold block)
  36.  
  37. #Geld (waardes; iron = 10, gold = 50 & diamond = 100)
Advertisement
Add Comment
Please, Sign In to add comment