CanaryModTeam / CanaryLib

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

[Bleeding] /tp | add default values #56

Closed sennewood closed 9 years ago

sennewood commented 9 years ago

The ingame help for /tp:

/tp [target] <player | <<x> <y> <z>>> | /tp <target> <x> <y> <z> <world_fqname> [load]

But with that parameters I didn't get teleported. From the forum I know now:

In 1.8 its /tp player x y z rotX rotY world

It would be nice if the two rotation values are 0 by default.

darkdiplomat commented 9 years ago

the Teleport command is the one in the Vanilla server and Mojang's system is not very flexible in changing argument checks. I can update the tool tip but defaulting the rotation args is not something that can be done without destroying the command

sennewood commented 9 years ago

Then only the tooltip :)