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

private propertie(move player out off your area)

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
easy way to check when a player goes into an area
and makw sure to use your on cords
cmd create portal
cmd edit portal 10 if %args%[4] = \"podzol[1,1,1|100000,256,100000]\" then goto cmd 20
cmd edit portal 11 exit
cmd edit portal 20 # out
cmd edit portal 21 move %p% world x y z or simple use /spawn
cmd edit portal 22 message %p% don't come in or next time you will die

trigger
cmd trigger move to \"podzol[1,1,1|100000,256,100000]\" portal
let me know if I'm wrong

Bdw
if you already have a move to or From then use this at the beginning of you own command

portal1 if %args%[3] = \"from\" then goto 100
2 if %args%[3] = \"to\" then goto 200
3 exit