function repText(text: text) :: text: replace all "_prefix_" in {_tetx} with "%{_prefix}%" replace all "_word_" in {_text} with "%{_prefix}%" replace all "_dc_" in {_text} with "%{_dc}%" replace all "_mutePlayer_" in {_text} with "%{_muteP}%" replace all "_timeLeft_" in {_text} with "%{_timeL}%" replace all "_time_" in {_text} with "%{_time}%" replace all "_admin_" in {_text} with "%{_admin}%" replace all "_player_" in {_text} with "%{_player}%" replace all "_broadcast_" in {_text} with "%{_bc}%" replace all "_sender_" in {_text} with "%{_sender}%" replace all "_message_" in {_text} with "%{_message}%" return "%{_text}%"