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

Basic Commands Usefuls(/tpa /tpahere /tpaccept)

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
well like always those are a simple and basic
maddcomand but useful new

easy way to tp to other player with a menu

# ■■■CMD list tpa
cmd delete tpa
cmd create tpa
cmd add tpa %all% = onlineplayers()
cmd add tpa %gui%["type"] = \"custom_form\"
cmd add tpa %gui%["title"] = \"§r§6TPA\"
cmd add tpa %first%["type"] = \"dropdown\"
cmd add tpa %first%["text"] = \"§bSelect Player:\"
cmd add tpa %first%["options"] = %all%
cmd add tpa %content%[] = %first%
cmd add tpa %gui%["content"] = %content%
cmd add tpa %res% = dialog(%p%, %gui%)
cmd add tpa if %res% = %false% then exit
cmd add tpa %index% = %res%[0]
cmd add tpa %name% = %all%[%index%]
cmd add tpa sleep 1
cmd add tpa /tpa %name%
cmd add tpa exit



# ■■■CMD list tpaccept



cmd delete tpaccept
cmd create tpaccept
cmd add tpaccept %all% = onlineplayers()
cmd add tpaccept %gui%["type"] = \"custom_form\"
cmd add tpaccept %gui%["title"] = \"§r§6Tp Accept\"
cmd add tpaccept %first%["type"] = \"dropdown\"
cmd add tpaccept %first%["text"] = \"§bSelect Player:\"
cmd add tpaccept %first%["options"] = %all%
cmd add tpaccept %content%[] = %first%
cmd add tpaccept %gui%["content"] = %content%
cmd add tpaccept %res% = dialog(%p%, %gui%)
cmd add tpaccept if %res% = %false% then exit
cmd add tpaccept %index% = %res%[0]
cmd add tpaccept %name% = %all%[%index%]
cmd add tpaccept sleep 1
cmd add tpaccept /tpaccept %name%
cmd add tpaccept exit



# ■■■CMD TPHERE



cmd delete tphere
cmd create tphere
cmd insert tphere 1 %all% = onlineplayers()
cmd insert tphere 2 %gui%[\"type\"] = \"custom_form\"
cmd insert tphere 3 %gui%[\"title\"] = \"Tp here\"
cmd insert tphere 4 %first%[\"type\"] = \"dropdown\"
cmd insert tphere 5 %first%[\"text\"] = \"Select Player:\"
cmd insert tphere 6 %first%[\"options\"] = %all%
cmd insert tphere 7 %content%[] = %first%
cmd insert tphere 8 %gui%[\"content\"] = %content%
cmd insert tphere 9 %res% = dialog(%p%, %gui%)
cmd insert tphere 10 if %res% = %false% then exit
cmd insert tphere 11 %index% = %res%[0]
cmd insert tphere 12 %name% = %all%[%index%]
cmd insert tphere 13 sleep 1
cmd insert tphere 14 /tpahere %name%
cmd insert tphere 15 exit



if any error pls reported and I'll check it out