daveyliam / mapwriter

MapWriter: A minimap mod for Minecraft
MIT License
89 stars 81 forks source link

wrong teleport command used #12

Closed clienthax closed 4 years ago

clienthax commented 10 years ago

should be tppos not tp when running under mcpc also tp is only valid for players on vanilla or essentials.

lesander commented 10 years ago

This is still an issue.

lesander commented 10 years ago

Can be fixed by editing line 110 in the MapWriter.cfg file. (change S:teleportCommand=tp to S:teleportCommand=tppos).

jeffreykog commented 10 years ago

Actually, it's not Cauldron (MCPC changed it's name) changing tp to tppos, it are plugins like essentials that do that. It's impossible for us to check for that. You will have to change it manually in the config. The default will stay on tp for vanilla & normal forge compat.

lesander commented 10 years ago

Ah, that explains alot. Close issue? :p