Advertisement
Nacho2012_Premi

Minecraft Skript STAFFGUI

Jun 16th, 2019
4,080
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. command /staffgui:
  2. #------------------
  3. # Alias for /staffgui
  4. #------------------
  5. aliases: /sgui
  6. #-----------------------------
  7. #Permission (can be whatever)
  8. #-----------------------------
  9. permission: staff.open.gui
  10. #--------------------------------------
  11. #Message if player doesn't have perms.
  12. #--------------------------------------
  13. permission message: &cYou cannot use this command!
  14. trigger:
  15. #---------------
  16. # Requires Args
  17. #---------------
  18. open chest with 6 rows named "Staff GUI" to player
  19. wait 1 tick
  20. #-------------------------------------------------
  21. # CHANGE COMMANDS AT END OF EACH LINE OF CODE
  22. #-------------------------------------------------
  23.  
  24. format slot 0 of player with 160:0 named "&a&lUtility Commands" with lore "&7Chat Clear, Chat Lock, etc." to be unstealable
  25. format slot 9 of player with paper named "&a&lLock Chat" with lore "&7Lock/Unlock the chat!" to close then run [execute player command "lockchat"]
  26. format slot 18 of player with paper named "&a&lClear Chat" with lore "&7Clear the chat!" to close then run [execute player command "clearchat all"]
  27.  
  28. format slot 1 of player with 160:0 named "&a&lStaff Requirments" with lore "&7Chat Color, etc." to be unstealable
  29. format slot 10 of player with wool:1 named "&a&lSet Staff Chat Color" with lore "&7Set your chat color to &6&oStaff Chat!" to close then run [execute player command "ichat set gold italic"]
  30.  
  31. format slot 8 of player with 160:0 named "&a&lFun Commands" with lore "&7Moo, Tableflip, etc." to be unstealable
  32. format slot 17 of player with 116 named "&a&lTableflip" with lore "&7Tableflip!" to close then run [execute player command "tableflip"]
  33. format slot 26 of player with 383:92 named "&a&lMoo" with lore "&7MOOOO!" to close then run [execute player command "moo"]
  34.  
  35. #end of code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement