Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on enable:
- set {_mb::prefix} to "&3[&dMobile&3] &f>> &8"
- command /mobile [<text>]:
- aliases: /mb
- trigger:
- if arg 1 is "get":
- give player a book named "&8Mobile" with lore "&7Mobieltje"
- stop
- on rightclick:
- player is holding a book named "&8Mobile" with lore "&7Mobieltje":
- open chest with 1 rows to player
- make gui slot 0 of player with a paper named "&fWord" to run function word(player, "menu")
- make gui slot 1 of player with a green dye named "&2Whatsappp" to run function whatsapp(player, "menu")
- make gui slot 2 of player with a gold block named "&6Bank" to run function bank(player, "menu")
- function word(Player p, String s):
- #Kies GUI met 3 bestanden
- #Open boek
- function whatsapp(Player p, String s):
- #Jezelf in contacten
- #Anvil om bericht te sturen
- function bank(Player y, String s):
- #Accounts (persoonlijk - gold block)
- #Geld (waardes; iron = 10, gold = 50 & diamond = 100)
Advertisement
Add Comment
Please, Sign In to add comment