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

Custom Message GUI - SocialSpy and Chatfilter Implemented

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
cmd create tell §o§7Custom Message Command
cmd add tell %gui%[\"type\"] = \"custom_form\"
cmd add tell %gui%[\"title\"] = \"§cPrivate Message\"
cmd add tell %drop%[\"type\"] = \"dropdown\"
cmd add tell %drop%[\"text\"] = \"§cSelect a player:\"
cmd add tell %options% = onlineplayers()
cmd add tell %drop%[\"options\"] = %options%
cmd add tell %input%[\"type\"] = \"input\"
cmd add tell %input%[\"text\"] = \"§6Message:\"
cmd add tell %input%[\"placeholder\"] = \"§4Link1147 wuz here\"
cmd add tell %content%[] = %drop%
cmd add tell %content%[] = %input%
cmd add tell %gui%[\"content\"] = %content%
cmd add tell %output% = dialog(%p%, %gui%)
cmd add tell if %output% = %false% then exit
cmd add tell %players% = onlineplayers()
cmd add tell %pnum% = %output%[0]
cmd add tell %player% = %players%[%pnum%]
cmd add tell %msg% = %output%[1]
cmd add tell if %msg% notin array(\".factions.pe\", \".leet\") then goto 23
cmd add tell if \".factions.pe\" in %msg% then exit
cmd add tell if \".leet\" in %msg% then goto exit
cmd add tell if \".playmc\" in %msg% then exit
cmd add tell ascon /tell %player% %msg%
cmd add tell %chat% = %args%[3]
cmd add tell %status% = playerstatus(%p%)
cmd add tell if %status%[\"op\"] = %false% then goto 29
cmd add tell if %status%[\"op\"] = %true% then goto 28
cmd add tell exit
cmd add tell %array% = array(%p%)
cmd add tell %num% = 0
cmd add tell %members% = %sc%
cmd add tell if varset(%members%[%num%]) = %false% then goto 39
cmd add tell %kmember% = %members%[%num%]
cmd add tell if %kmember% in %options% then %array% = %array% + array(%kmember%)
cmd add tell %num% = %num% + 1
cmd add tell if %num% >= 11 then goto 38
cmd add tell goto 32
cmd add tell message %array% §l§o§6•> §c[§6SocialSpy§c] §4%p% §c•> §4%msg%
cmd add tell exit
 
#6
There is is a thing called Discord Ban Appeals in the Staff Application Section. The rules are stated inside there so comply to it and make an appeal. Good luck.
 

Skylar

Staff Member
Community Team
#7
Commenting / reporting posts isn't the place for ban appeals! We have a thread for that topic at Click , follow the format for your ban appeal.
 
#8
  1. HELP:
  2. ----------------------------------
  3. /pm (Shows the Private Message gui)
  4. /pm help (Private messages help)
  5. /pm socialspy add [Name] (Add a player to socialspy)
  6. /pm socialspy remove [Name] (remove a player from socialspy)
  7. /pm socialspy list (See all players in socialspy)
  8. /pm socialspy disable (Disables socialspy)
  9. /pm socialspy enable (Enables socialspy)
  10. ----------------------------------

Custom Private Messages with Social Spy V0.0.6 by KingOfTurkey38


Pastebin link: https://pastebin.com/6xL4zhEx
 

Skylar

Staff Member
Community Team
#9
  1. HELP:
  2. ----------------------------------
  3. /pm (Shows the Private Message gui)
  4. /pm help (Private messages help)
  5. /pm socialspy add [Name] (Add a player to socialspy)
  6. /pm socialspy remove [Name] (remove a player from socialspy)
  7. /pm socialspy list (See all players in socialspy)
  8. /pm socialspy disable (Disables socialspy)
  9. /pm socialspy enable (Enables socialspy)
  10. ----------------------------------

Custom Private Messages with Social Spy V0.0.6 by KingOfTurkey38


Pastebin link: https://pastebin.com/6xL4zhEx
I merged these posts as they seem to be the same just one is updated / contains things that one leaves out
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#10
Any updates, add-ons, edits, and so on for this MadCommand shall be posted here.

Reason:
“Social Spy v1.0.6”, “Social Spy v1.0.7” gets too spammy on the forum.
We’re just decreasing unneeded spam, and keeping our nice forum tidy. Please respect that.

Many thanks,
TheDeibo
Head of the Community Team.
 

thedeibo

Department Head
Staff Member
Department Head
Community Team
#12
If it’s not the same, why is it under the exact same name, does the exact same thing, and works the exact same way...

It the same thing.