CraftBook 3

CraftBook 3

139k Downloads

Cart Teleporter and Normal Teleporters are hard to distinguish

LadyCailinBot opened this issue ยท 5 comments

commented

CRAFTBOOK-2710 - Reported by Richard.Arkless

I have noticed that if I put [teleport] then it creates a cart teleporter and that requires the co-ordinates to be in x,y,z format but if you put [teleporter] then it creates a normal teleporter which is in x:y:z format

This in my opinion is confusing and should either be using the same code and detect what type of teleporter it is or give it a different name for the 2nd line and for the 3rd use x:y:z format

commented

Resolved in CraftBook 5 - The sign has been renamed [TeleCart]

commented

Comment by me4502

Hmm... Not sure how would be the best way to fix this. Even if I improved the format, there would still be the confusion between 'teleport' and 'teleporter'. I can't even remember which is which usually.

commented

Comment by Richard.Arkless

Well like I said change the 2nd line to something else e.g. [TeleportCart]. That way its a easier to distinguish by

commented

Comment by me4502

Maybe, I'll look into it.

commented

Comment by Felina_Lain

Maybe in that case make it a shorter name? Becuase TeleportCart is quite long to type...
A simple
[Tp] for normal
or
[Tpcart] or [TpC] for carts would be good too...