Skip to content

Commands

MashXP edited this page Aug 3, 2023 · 1 revision

Commands (1.16+)

Locate

If you know the dog's name :

/dog locate byname <your name> <your dog name>

If you know the dog's UUID (retrievable via hovering the dog's name in the death message).

/dog locate byuuid <your name> <your dog uuid>

Revive

If you know the dog's name :

/dog revive byname <your name> <your dog name>

If you know the dog's UUID (retrievable via hovering the dog's name in the death message).

/dog revive byuuid <your name> <your dog uuid>

Exceptions:

Your dog's name has conflicting characters

  • Your dog's name is containing characters (including spaces) that may not be correctly interpreted by the command line which makes the syntax invalid.

  • For example, BêTô Doggo#001-Dog Allegro Ma Non Troppo #%$@^ etc.In this case, surrounding the name in quotes ("") will work

/dog revive byname <your name> "<your dog name>"
Clone this wiki locally