CanaryModTeam / CanaryLib

The CanaryMod API Library
http://canarymod.net
28 stars 22 forks source link

[Bleeding] /tp into unloaded world message #55

Closed sennewood closed 9 years ago

sennewood commented 9 years ago

If you want to teleport into another world which is currently unloaded, you get the message:

[17:43:26] [net.minecraft.server.MinecraftServer] [INFO]: [player_name: That world do not exists]

But the world is just not active, but it exist. Like the /spawn command, the /tp command should be able to determine if a world is just inacitve or doesn't exist.

darkdiplomat commented 9 years ago

I am assuming you meant /spawn doesn't identify whether a world doesnt exist or isnt loaded

sennewood commented 9 years ago

Maybe both command? ^^

darkdiplomat commented 9 years ago

The teleport command should already display whether the world doesnt exist or if its just not loaded. Spawn command however just prints the "sorry" message on any failure