Oxalist

Untitled

Nov 26th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. command /announce [<text>]:
  2. description: Announces a message to the players
  3. usage: &cYou are typing this command incorrectly! Please try again.
  4. permission: announcements.announce
  5. permission message: &b&lSK &8» &cYou do not have the correct permissions to make an announcement.
  6. executable by: players and console
  7. aliases: /ann, /an, /anc
  8. trigger:
  9. if player has permission "announcements.announce":
  10. if arg 1 is not set:
  11. send "&b&lSK &8» &c%player%, You cannot send a blank announcement. Please enter a message"
  12. if arg 1 is set:
  13. broadcast "&b&lSK &8» &f%arg 1%"
Advertisement
Add Comment
Please, Sign In to add comment