Opticraft Community

Discussion forum => Legacy => Archives => Suggestions => Topic started by: Sugna on April 02, 2013, 07:37:02 am

Title: Nether Market Warp
Post by: Sugna on April 02, 2013, 07:37:02 am
So my house is in the Nether because of my blaze spawner's (Member World).  Sometimes I need supplies to extend my house so I type /warp market.  *There is no market here* or something like that so i have to go to /spawn then /warp market.  Couldn't we just link them and make it so when I type /warp market in the member nether it takes me to the member market.  This would really make a difference to my nether life.

-Wooden
Title: Re: Nether Market Warp
Post by: zwaan111 on April 02, 2013, 07:39:20 am
maybe it could be connected to the ways then
Title: Re: Nether Market Warp
Post by: eolhc2 on April 02, 2013, 10:10:53 am
Good idea:)
Title: Re: Nether Market Warp
Post by: Nick3306 on April 02, 2013, 08:09:55 pm
The only way to do this would be to make the market a global warp, and that would mean the other markets would be inaccessible by using the warp command.
Title: Re: Nether Market Warp
Post by: Sugna on April 02, 2013, 08:21:53 pm
The only way to do this would be to make the market a global warp, and that would mean the other markets would be inaccessible by using the warp command.

Aww...  I really wanted this to be possible
Title: Re: Nether Market Warp
Post by: Spyow on April 05, 2013, 08:12:59 pm
/warp market (New Guest)

/warp gmarket (Guest)

/warp mmarket (member)
Title: Re: Nether Market Warp
Post by: Megamoltar on April 10, 2013, 03:45:23 pm
/warp market (New Guest)

/warp gmarket (Guest)

/warp mmarket (member)
I like the idea, but people are too lazy to want to type and remember one extra letter.
Title: Re: Nether Market Warp
Post by: tiggy26668 on April 10, 2013, 04:47:53 pm
The only way to do this would be to make the market a global warp, and that would mean the other markets would be inaccessible by using the warp command.

Since when can java not handle polymorphism?

It shouldn't b that much of a stretch to pass in your current world and say something like

If(world != guest/member/old guest)
{
/warp globalmarket
}
Else
{
/warp market
}

And just pick a market to be the global one.

I kno I could've used this countless times to keep my /return to get back to where i was instead of having to warp to a world then warp to the market rendering /return useless and making it a pain to get back to where I was.
Title: Re: Nether Market Warp
Post by: Coolcrab88 on April 10, 2013, 08:28:20 pm
/warp market (New Guest)

/warp gmarket (Guest)

/warp mmarket (member)
I like the idea, but people are too lazy to want to type and remember one extra letter.

So much more work.... :P

I like that idea, spy.