Advertisement
1c7

AB [v 1.0.1]

1c7
Aug 11th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. # Made by AdamSkriptsTM
  2. # AdamSkriptsTM does not take responsibility for words/phrases/anything used.
  3. # The responsibility is given to the owner of the server.
  4. # For more, go to
  5. options:
  6. pM: &7You do not have the permissions.
  7.  
  8. command /ab <text> [<text>]:
  9. permission: bar.commands
  10. permission message: {@pM}
  11. trigger:
  12. if arg 1 is "help":
  13. send "&8&l&m-----------&6&l AB HELP &8&l&m-----------"
  14. send "&9Commands:"
  15. send "&e/ab help &7Shows this help page."
  16. send "&e/ab info &7Shows info page. &l(IMPORTANT)"
  17. send "&e/ab set <Text> &7Sets your actionbar message."
  18. send "&e/ab announce <Text> &7Announces a message."
  19. if arg 1 is "info":
  20. send "&8&l&m-----------&6&l AB INFO &8&l&m-----------"
  21. send "&eMade by AdamSkriptsTM"
  22. send "&eAdamSkriptsTM does not take responsibility for words/phrases/anything used."
  23. send "&eThe responsibility is given to the owner of the server."
  24. send "&eFor more skripts and info, go to {link}"
  25. if arg 1 is "set":
  26. set {ab} to "%arg-2%"
  27. if arg 1 is "delete":
  28. set {ab} to ""
  29. if arg 1 is "announce":
  30. loop all players:
  31. set action bar of loop-player to "ANNOUNCEMENT: %arg-2%"
  32. wait 3 ticks
  33. set action bar of loop-player to "ANNOUNCEMENT: %arg-2%"
  34. wait 3 ticks
  35. set action bar of loop-player to "ANNOUNCEMENT: %arg-2%"
  36. wait 3 ticks
  37. set action bar of loop-player to "ANNOUNCEMENT: %arg-2%"
  38. wait 3 ticks
  39. set action bar of loop-player to "ANNOUNCEMENT: %arg-2%"
  40.  
  41. every 1 second in "world":
  42. loop all players:
  43. set action bar of loop-player to "%{ab}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement