Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. # skript by: magicalworld13
  2. # feel free to use!
  3. command /fp [<player>]:
  4. permission: "sk.info"
  5. permission message: "&c&lYou do not have permissions to use this command!"
  6. trigger:
  7. message "&c&lFinding %arg-1%"
  8. open virtual chest inventory with size 3 named "&8&lFinding %arg-1%" to player
  9. format gui slot 12 of player with ender pearl named "&C&LBAN %arg-1%" to close then run player command "test1" using "left" click
  10. format gui slot 13 of player with eye of ender named "&2&lTeleport" to close then run player command "test2" using "left" click
  11. format gui slot 14 of player with diamond sword named "&e&lRank up %arg-1%" with lore "&BGive %arg-1% a rank!" to close then run player command "rank %arg-1%" using "left" click
  12. format gui slot 0 and 1 and 2 and 3 and 4 and 5 and 6 and 7 and 8 and 9 and 10 and 11 and 15 and 16 and 17 and 18 and 19 and 20 and 21 and 22 and 23 and 24 and 25 and 26 of player with gray stained glass pane named "&8&l " to close
  13.  
  14. command /test1:
  15. permission: "sk.info"
  16. trigger:
  17. open virtual chest inventory with size 1 named "&A&LYES &For &4&LNO" to player
  18. format gui slot 0 and 1 and 2 and 3 of player with lime wool named "&a&lYES" to close then run player command "ban %arg-1%" using "left" click
  19. format gui slot 5 and 6 and 7 and 8 of player with red wool named "&4&lNO" to close
  20. format gui slot 4 of player with skull of arg 1 named "&8&l%arg-1%" to close
  21.  
  22. command /test2:
  23. permission: "sk.info"
  24. trigger:
  25. open virtual chest inventory with size 1 named "&d&lTeleporting %arg-1%" to player
  26. format gui slot 0 of player with %arg-1% skull named "&7%arg-1%" to close
  27. format gui slot 3 and 4 and 5 and 6 and 7 and 8 of player with gray stained glass named "&8&l " to close
  28. format gui slot 1 of player with ender pearl named "&2&lTeleporting %arg-1% to me!" to close then run player command "tp %arg-1% %player%" using "left" click
  29. format gui slot 2 of player with eye of ender named "&a&lTeleporting to %arg-1%!" to close then run player command "tp %player% %arg-1%" using "left" click
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement