Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /bc [<text>] [<text>]:
- aliases: annonce, broadcast
- permission: broadcast.staff
- permission message: Tu ne peux pas faire cela.
- trigger:
- if arg-1 is "alert" or "alerte":
- set {_p} to "&8[&4Alerte&8] &c"
- else if arg-1 is "annonce":
- set {_p} to "&8[&aAnnonce&8] &a"
- else:
- set {_p} to ""
- if arg-2 is not set:
- message "&cUsage : /bc <mode> <annonce>"
- message "Modes : alerte, annonce, no"
- stop
- broadcast "%{_p}%%colored arg-2%"
Advertisement