Jump to content

Broadcast skript


Recommended Posts

command /bc [<text>]:
    trigger:
        player has permission "broadcast.admin":
            arg is set:
                broadcast ""
                broadcast "&b&lANNOUNCEMENT:&f&l %colored arg%"
                broadcast ""
            else:
                send "&7Please type a argument to broadcast"
        else:
            send "&cNo permissions to use this command!"

 

You can also change what it says, the permission and all of it, everything within "permissions" - "broadcast" and "send" are all customable!

Link to comment
Share on other sites

Just now, Twenjii said:

command /bc [<text>]:
    trigger:
        player has permission "broadcast.admin":
            arg is set:
                broadcast ""
                broadcast "&b&lANNOUNCEMENT:&f&l %colored arg%"
                broadcast ""
            else:
                send "&7Please type a argument to broadcast"
        else:
            send "&cNo permissions to use this command!"

 

You can also change what it says, the permission and all of it, everything within "permissions" - "broadcast" and "send" are all customable!

"Never copy other skripts" - Twenjii ❤️

Link to comment
Share on other sites

  • 1 year later...

command /bc [<text>]:
    trigger:
        player has permission "broadcast.admin":
            arg is set:
                broadcast ""
                broadcast "&b&lANNOUNCEMENT:&f&l %colored arg-1%"
                broadcast ""
            else:
                send "&7Please type a argument to broadcast"
        else:
            send "&cNo permissions to use this command!"

Link to comment
Share on other sites

  • 1 year later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...