• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Server-wide Broadcast Command. - Simple Madcommand

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.
#1
Hey guys, it's been a bit. I took a tad bit of a break from madcommands. I'm coming back to it now. I started with something simple, as some people might find this useful, as an editable substitute to alternative methods such as the admin fun plugin. I might get back to creating some more minigames, if that's what you guys would like to see, just gimme a heads up.
cmd create bc
cmd add bc if varset(%args%[1+]) then goto 4
cmd add bc message %p% Usage: /bc [preferred message]
cmd add bc exit
cmd add bc let %status% = playerstatus(%p%)
cmd add bc let %op% = %status%[\"op\"]
cmd add bc if %op% = %true% then goto 9
cmd add bc if %op% = %false% then message %p% Insufficient permissions.
cmd add bc exit
cmd add bc let %msg% = %args%[1+]
cmd add bc message onlineplayers() \"BROADCAST:\" + %msg%
cmd add bc exit