• 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.

Anonymous Messaging

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
Lets you message a player without saying who sent the message!

let %g% = playergroup(%p%)
let %player% = %args%[1]
let %msg% = join(%args%[2+], " ")
goto 9
exit
message %player% [Anonymous Player] > %msg%
message %p% You sent %player% > %msg%
exit
if %g% != "Guest" then goto 6
message %p% Only Donators or staff can use this command!
exit

I hope you use this command! If you want ALL ranks to be able to use it then change the "goto 9" on line 4 to "goto 6"
 
#4
Do not double post.
Nice idea! I find this command to be useful in Roleplaying servers. However, just one slight issue, line 5 is unnecessary.
"One slight issue" how is that a issue lol. But yes, it usless, if you want, dont add it and make "goto 9" a 8 Instead.
But its small so it isn't really a problem :p

Nice idea! I find this command to be useful in Roleplaying servers. However, just one slight issue, line 5 is unnecessary.
I really only made this as a donate perk for my server, but decided someone could use it so I posted it here.