announce-command.ftl 501 B

1234567891011
  1. cmd-announce-desc = Send an in-game announcement with custom color and sound.
  2. cmd-announce-help = {$command} <message> [sender] [color] [sound] - Send announcement. Sender defaults to CentCom, color to Gold, sound to announce.ogg. The color should be in a #RRGGBB format.
  3. # The default sender for the announcement
  4. cmd-announce-sender = World
  5. # Completion hints
  6. cmd-announce-arg-message = <message>
  7. cmd-announce-arg-sender = [sender]
  8. cmd-announce-arg-color = [color]
  9. cmd-announce-arg-sound = [sound]