Woodwalkers

Woodwalkers

506k Downloads

[Suggestion] Command Argument to Reveal Player (Unmorph via command)

Closed this issue ยท 2 comments

commented

What problem is this feature intended to solve?

Currently we can change a player's shape using the walkers command, however there does not appear to be a way to revert a player back to a normal player form with commands.

Describe the solution you'd like

In addition to the existing options, it'd be nice if there was a revertToPlayer argument for the walkers command. This would allow you to force a player back to their human form.

Something like: /walkers revertToPlayer or /walkers revealPlayer.

Have you considered any alternative solutions or features?

No response

Additional Context

I made a chamber in my game with a command computer from ComputerCraft that can transform any player that uses it. However, due to the inability to revert back to a player with commands, I cannot offer this function in the machine.

Normally this wouldn't be an issue, since a player can just revert themselves. But what if players were restricted to using a machine at a fixed location to transform in a server?

Image Image
commented

Hey! You can already use /walkers switchShape <player> normal, as detailed in the wiki.

commented

Oh. I did not realize that was a thing. Thanks.