Advertisement
Guest User

Untitled

a guest
May 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. command /Announce [<text>]:
  2. permission: admin
  3. trigger:
  4. broadcast "&e[&aアナウンス&e] &b%arg%"
  5.  
  6. command /ruletp:
  7. permission: admin
  8. trigger:
  9. execute console command "/tp @p 9 61 6"
  10.  
  11. command /actionbar [<text>]:
  12. permission: skript.admin
  13. trigger:
  14. if arg 1 is not set:
  15. message "&a&o/actionbar &5(text)"
  16. stop
  17. set action bar of all players to "%colored arg 1%"
  18.  
  19. command /tabchange [<text>] [<text>]:
  20. aliases: /tc
  21. permission: skript.admin
  22. trigger:
  23. play sound "entity.itemframe.place" at player
  24. if arg 1 is not set:
  25. message "&8使い方"
  26. message "&a&0/tabchange &5(text) &5(text) &7※/tc"
  27. loop all players:
  28. set tab header to "%colored arg-1%" and footer to "%colored arg-2%" for loop-player
  29. stop
  30.  
  31. command /shelp:
  32. aliases: /shp
  33. permission:
  34. trigger:
  35. send "&e================================"
  36. send "&e/actionbar [<text>]"
  37. send "&e/tabchange [<text>] [<text>]"
  38. send "&e/Announce [<text>]"
  39. send "&e/ruletp"
  40. send "&e================================"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement