Advertisement
Zeldaboy111

Skript #151

Apr 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. on enable:
  2. set {_mb::prefix} to "&3[&dMobile&3] &f>> &8"
  3.  
  4.  
  5.  
  6. command /mobile [<text>] [<text>] [<text>] [<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. if arg 1 is "whatsapp" OR "app":
  14. if arg 2 is "read":
  15.  
  16. if arg 2 is "send":
  17.  
  18.  
  19.  
  20.  
  21. on rightclick:
  22. player is holding a book named "&8Mobile" with lore "&7Mobieltje":
  23. open chest with 1 rows named "&8Mobile" to player
  24. make gui slot 0 of player with a green dye named "&2Whatsapp" to run function whatsapp(player, "menu")
  25. make gui slot 1 of player with a gold block named "&6Bank" to run function bank(player, "menu")
  26.  
  27.  
  28.  
  29. function whatsapp(p: Player, s: String):
  30. #Jezelf in contacten
  31.  
  32. #Anvil om bericht te sturen
  33.  
  34.  
  35. function bank(p: Player, s: String):
  36. #Accounts (persoonlijk - gold block)
  37.  
  38. #Geld (waardes; iron = 10, gold = 50 & diamond = 100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement