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

[MadCommands] Set homes in Parallel worlds

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.

Did this help you with setting homes in parallel worlds?


  • Total voters
    4

JMPlayZ

Tree Puncher
#1
/shome <name>
Create home


cmd create shome §r§aCreate a home
cmd add shome load %homes%
cmd add shome if varset(%homes%) = %false% then goto 50
cmd add shome if %p% notin %homes% then %homes%[] = %p%
cmd add shome if varset(%args%[1]) then goto 7
cmd add shome message %p% §cUsage: §4/shome <name>
cmd add shome exit
cmd add shome %home% = %args%[1]
cmd add shome asop /setwarp %home% -p
cmd add shome %phome% = %homes%[%p%]
cmd add shome %phome%[] = %home%
cmd add shome %homes%[%p%] = %phome%
cmd add shome save %homes%
cmd add shome /myhomes
cmd add shome exit
cmd insert shome 50 %homes%[] = %p%
cmd add shome save %homes%
cmd add shome goto 3


/dhome <name>
Delete home


cmd create dhome §r§aDelete a home
cmd add dhome load %homes%
cmd add dhome if varset(%homes%) = %false% then goto 50
cmd add dhome if %p% notin %homes% then %homes%[] = %p%
cmd add dhome if varset(%args%[1]) then goto 7
cmd add dhome message %p% §cUsage: §4/dhome <name>
cmd add dhome exit
cmd add dhome load %homes%
cmd add dhome %home% = %args%[1]
cmd add dhome if %home% in %homes%[%p%] then goto 12
cmd add dhome message %p% §4Invalid home §6§l| §r§aCheck homes by typing /myhomes
cmd add dhome exit
cmd add dhome asop /delwarp %home% -p
cmd add dhome %phome% = %homes%[%p%]
cmd add dhome %phome% = %phome% - %home%
cmd add dhome %homes%[%p%] = %phome%
cmd add dhome save %homes%
cmd add dhome /myhomes
cmd add dhome exit
cmd insert dhome 50 %homes%[] = %p%
cmd add dhome save %homes%
cmd add dhome goto 3


/tphome <name>
Teleport home


cmd create tphome §r§aTeleport home
cmd add tphome load %homes%
cmd add tphome if varset(%homes%) = %false% then goto 50
cmd add tphome if %p% notin %homes% then %homes%[] = %p%
cmd add tphome if varset(%args%[1]) then goto 7
cmd add tphome message %p% §cUsage: §4/tphome <name>
cmd add tphome exit
cmd add tphome load %homes%
cmd add tphome %home% = %args%[1]
cmd add tphome if %home% in %homes%[%p%] then goto 12
cmd add tphome message %p% §4Invalid home §6§l| §r§aCheck homes by typing /myhomes
cmd add tphome exit
cmd add tphome asop /warp %home% -p
cmd add tphome ascon /title %p% title §6[§a%home%§6]
cmd add tphome exit
cmd insert tphome 50 %homes%[] = %p%
cmd add tphome save %homes%
cmd add tphome goto 3


/myhomes
View all your homes


cmd create myhomes §r§aView Homes
cmd add myhomes load %homes%
cmd add myhomes if varset(%homes%) = %false% then goto 50
cmd add myhomes if %p% notin %homes% then %homes%[] = %p%
cmd add myhomes if varset(%homes%[%p%]) then goto 7
cmd add myhomes message %p% §4You don't have any homes set§6! §aMake one by typing /shome <name>
cmd add myhomes exit
cmd add myhomes if varset(%homes%[%p%]) = %false% then goto 5
cmd add myhomes %phomes% = %homes%[%p%]
cmd add myhomes message %p% §6Your homes are: §a%phomes%
cmd add myhomes exit
cmd insert myhomes 50 %homes%[] = %p%
cmd add myhomes save %homes%
cmd add myhomes goto 3